Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bugfix][Codegen][CUDA] Wrong casting in ASM (#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.
- Loading branch information