[all-commits] [llvm/llvm-project] 63e7e9: [AMDGPU] Treat WMMA the same as MFMA for sched_bar...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Jan 19 11:05:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63e7e9c8756aeaa6dccd4620cba710c04e215934
https://github.com/llvm/llvm-project/commit/63e7e9c8756aeaa6dccd4620cba710c04e215934
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sched.group.barrier.gfx11.ll
Log Message:
-----------
[AMDGPU] Treat WMMA the same as MFMA for sched_barrier
MFMA and WMMA essentially the same thing, but apear on different ASICs.
Differential Revision: https://reviews.llvm.org/D142062
More information about the All-commits
mailing list