[llvm] [NVPTX] Add im2colw/w128 modes support to TMA intrinsics (PR #148863)
Durgadoss R via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 18 02:26:20 PDT 2025
================
@@ -782,6 +922,15 @@ foreach dim = 1...5 in {
defm TMA_TENSOR_PF_ # suffix : TMA_TENSOR_PREFETCH_INTR<dim, mode>;
}
}
+foreach dim = 3...5 in {
+ foreach mode = ["im2col_w", "im2col_w_128"] in {
+ defvar suffix = !toupper(mode) # "_" # dim # D;
----------------
durga4github wrote:
Yes, fixed all occurrences in the latest revision.
Resolving this,
https://github.com/llvm/llvm-project/pull/148863
More information about the llvm-commits
mailing list