junrushao opened a new pull request, #14782:
URL: https://github.com/apache/tvm/pull/14782
The current HEAD will emit the inlined assembly that mistakenly include type
casting, which is not allowed syntax, for example:
```c++
__asm__ __volatile__("cp.async.wait_group (int64_t)2;");
````
This commit fixes this bug.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]