[llvm] [NVPTX] Add prefetch tensormap variant (PR #146203)

Durgadoss R via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 1 01:15:27 PDT 2025


================
@@ -746,33 +746,27 @@ foreach dim = [1, 2, 3, 4, 5] in {
 
 //Prefetch and Prefetchu 
 
-class PREFETCH_INTRS<string InstName> :
+class PREFETCH_INTRS<string InstName, string IntrName> :
----------------
durga4github wrote:

looking at the usage below, having this as `Intrinsic Intr` would further simplify things?

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


More information about the llvm-commits mailing list