[Mlir-commits] [mlir] [MLIR][NVVM] Add family-specific support to NVVMRequiresSM traits (PR #185909)
Srinivasa Ravi
llvmlistbot at llvm.org
Wed Apr 1 08:01:58 PDT 2026
================
----------------
Wolfram70 wrote:
This was because of the minimum SM version check (> 20) that was being performed in the `NVVMTargetAttr::verifyTarget` function. On second thought, it seems to better to shift that function back here (so that all checks are in one place) and also make all of these private. Updated in the latest revision, thanks!
https://github.com/llvm/llvm-project/pull/185909
More information about the Mlir-commits
mailing list