[PATCH] D142062: [AMDGPU] Treat WMMA the same as MFMA for sched_barrier

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 15:25:16 PST 2023


rampitec created this revision.
rampitec added a reviewer: kerbowa.
Herald added subscribers: kosarev, foad, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl, arsenm.
Herald added a project: All.
rampitec requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

MFMA and WMMA essentially the same thing, but apear on different ASICs.


https://reviews.llvm.org/D142062

Files:
  llvm/include/llvm/IR/IntrinsicsAMDGPU.td
  llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp
  llvm/lib/Target/AMDGPU/SIInstrInfo.h
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sched.group.barrier.gfx11.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142062.490318.patch
Type: text/x-patch
Size: 27582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230118/ef862f0c/attachment.bin>


More information about the llvm-commits mailing list