[llvm] [mlir] [MLIR][NVVM][NVPTX] Support for new mma/mma.sp variants from PTX 9.1 (PR #182325)

Pradeep Kumar via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 19 21:51:35 PST 2026


================
@@ -184,6 +184,14 @@ class NVPTXSubtarget : public NVPTXGenSubtargetInfo {
     return hasPTXWithAccelSMs(87, {120, 121});
   }
 
+  bool hasMMABlockScaleNF4X4E8() const {
----------------
schwarzschild-radius wrote:

@kvederni What is the rational behind the naming here (NF4X4E8)?

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


More information about the llvm-commits mailing list