[Mlir-commits] [mlir] [MLIR][NVVM] Update SM version requirements of Ops (PR #192257)

Durgadoss R llvmlistbot at llvm.org
Fri Apr 17 03:02:00 PDT 2026


================
@@ -6715,7 +6715,8 @@ def TensormapFieldValueAttr :
     TensormapSwizzleModeAttr, TensormapSwizzleAtomicityAttr, 
     TensormapFillModeAttr]>;
 
-def NVVM_TensormapReplaceOp : NVVM_VoidIntrinsicOp<"tensormap.replace"> {
+def NVVM_TensormapReplaceOp : NVVM_VoidIntrinsicOp<"tensormap.replace",
+    [NVVMRequiresSMaOrSMf<[90, 103], [100, 101, 110, 120]>]> {
----------------
durga4github wrote:

It will be better for readability if we specify each individually. Fine as is for now.

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


More information about the Mlir-commits mailing list