[Mlir-commits] [mlir] [MLIR][NVVM] Add family-specific support to NVVMRequiresSM traits (PR #185909)

Rajat Bajpai llvmlistbot at llvm.org
Mon Mar 23 01:59:17 PDT 2026


================

----------------
rajatbajpai wrote:

I prefer below names which closely relates to PTX ISA:
```
 NVVMRequiresSM<80>
 NVVMRequiresSMa<[90, 100]> 
 NVVMRequiresSMf<[100]>
 NVVMRequiresSMaOrSMf<[90],[100]>
```


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


More information about the Mlir-commits mailing list