[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:18 PDT 2026


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

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

If we use `FullSMVersion` then we don't need to pass `NVVMCheckSMVersion`. All the arch info is encoded as an unsigned integer, then we could pass single integer to `isCompatibleWith`.

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


More information about the Mlir-commits mailing list