[llvm] [mlir] [MLIR][NVVM][NVPTX] Support for new mma/mma.sp variants from PTX 9.1 (PR #182325)
Kirill Vedernikov via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 20 01:23:32 PST 2026
================
@@ -184,6 +184,14 @@ class NVPTXSubtarget : public NVPTXGenSubtargetInfo {
return hasPTXWithAccelSMs(87, {120, 121});
}
+ bool hasMMABlockScaleNF4X4E8() const {
----------------
kvederni wrote:
Thanks for suggestions! I updated it with `hasMMAWithMXF4NVF4Scale4xE8M0` and `hasMMASparseWithMXF4NVF4Scale4xE8M0`.
https://github.com/llvm/llvm-project/pull/182325
More information about the llvm-commits
mailing list