[llvm] [NVVM][NVPTX] Add im2col_w support for S2G and reduction intrinsics (PR #214436)

Durgadoss R via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 02:34:18 PDT 2026


================
@@ -2051,8 +2051,8 @@ declare void @llvm.nvvm.cp.async.bulk.tensor.s2g.im2col.5d(..., i32 %d0, i32 %d1
 
 ##### Overview:
 
-The '`@llvm.nvvm.cp.async.bulk.tensor.s2g.im2col.[1-5]d`' intrinsics
-correspond to the `cp.async.bulk.tensor.[1-5]d.*` set of PTX instructions.
+The '`@llvm.nvvm.cp.async.bulk.tensor.s2g.im2col.[3-5]d`' intrinsics
+correspond to the `cp.async.bulk.tensor.[3-5]d.*` set of PTX instructions.
----------------
durga4github wrote:

nice, thanks for the fixes!

https://github.com/llvm/llvm-project/pull/214436


More information about the llvm-commits mailing list