[llvm] [AMDGPU] Add target feature for SWMMAC instructions (PR #185785)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 19:52:15 PDT 2026
================
@@ -795,6 +795,10 @@ defm WMMA128bInsts : AMDGPUSubtargetFeature<"wmma-128b-insts",
"Has WMMA instructions where A and B matrices do not have duplicated data"
>;
+defm SWMMACInsts : AMDGPUSubtargetFeature<"swmmac-insts",
----------------
shiltian wrote:
The single target feature seems too coarse grained to me.
https://github.com/llvm/llvm-project/pull/185785
More information about the llvm-commits
mailing list