[clang] [llvm] [mlir] [NVPTX] Convert vector function nvvm.annotations to attributes (PR #127736)
Han-Chung Wang via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 25 10:39:53 PST 2025
hanhanW wrote:
Thanks for the heads-up! We do have few cases like:
```cpp
setMetadataValueI32("maxntidx", workgroupSize[0]);
setMetadataValueI32("maxntidy", workgroupSize[1]);
setMetadataValueI32("maxntidz", workgroupSize[2]);
https://github.com/llvm/llvm-project/pull/127736
More information about the cfe-commits
mailing list