[Mlir-commits] [llvm] [mlir] [NVPTX] Add tcgen05.mma kind::ti16 for sm_107f + mxf4{nvf4} for sm_107a (PR #215624)
Alex MacLean
llvmlistbot at llvm.org
Wed Aug 12 14:46:48 PDT 2026
================
@@ -151,6 +151,57 @@ class NVPTXSubtarget : public NVPTXGenSubtargetInfo {
return hasAnyFeature({NVPTX::SM100f, NVPTX::SM110f});
}
+ // Checks Rubin family extensions support.
----------------
AlexMaclean wrote:
Looks like a mistake in conflict resolution. Don't add all these back.
https://github.com/llvm/llvm-project/pull/215624
More information about the Mlir-commits
mailing list