[all-commits] [llvm/llvm-project] 487483: [AMDGPU] gfx11 WMMA instruction support
Piotr Sobczak via All-commits
all-commits at lists.llvm.org
Thu Jun 30 08:43:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4874838a63fb48b18eeafa0da361955f6ce67f1d
https://github.com/llvm/llvm-project/commit/4874838a63fb48b18eeafa0da361955f6ce67f1d
Author: Piotr Sobczak <piotr.sobczak at amd.com>
Date: 2022-06-30 (Thu, 30 Jun 2022)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUGISel.td
M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.h
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIInstrFormats.td
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.wmma_32.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.wmma_64.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma_32.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma_64.ll
A llvm/test/CodeGen/AMDGPU/threeaddr-wmma.mir
A llvm/test/CodeGen/AMDGPU/twoaddr-wmma.mir
A llvm/test/CodeGen/AMDGPU/wmma-hazards.mir
A llvm/test/CodeGen/AMDGPU/wmma_multiple_32.ll
A llvm/test/CodeGen/AMDGPU/wmma_multiple_64.ll
A llvm/test/MC/AMDGPU/gfx11_wmma.s
A llvm/test/MC/Disassembler/AMDGPU/gfx11_wmma.txt
Log Message:
-----------
[AMDGPU] gfx11 WMMA instruction support
gfx11 introduces new WMMA (Wave Matrix Multiply-accumulate)
instructions.
Reviewed By: arsenm, #amdgpu
Differential Revision: https://reviews.llvm.org/D128756
More information about the All-commits
mailing list