[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:25:06 PDT 2025
================
@@ -0,0 +1,193 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_100 -mattr=+ptx86| FileCheck --check-prefixes=CHECK-PTX64 %s
+; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_100 -mattr=+ptx86 --nvptx-short-ptr| FileCheck --check-prefixes=CHECK-PTX-SHARED32 %s
----------------
durga4github wrote:
Sorry, this was an oversight. I had missed it in 4 files and now fixed it in all of them.
So, all the test files here have ptxas-verify attached (and they pass as expected with a 12.8 ptxas).
https://github.com/llvm/llvm-project/pull/148863
More information about the llvm-commits
mailing list