[PATCH] D87621: [AMDGPU] Add XDL resource to scheduling model
Austin Kerbow via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 14 13:49:25 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf859c30ecbbb: [AMDGPU] Add XDL resource to scheduling model (authored by kerbowa).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87621/new/
https://reviews.llvm.org/D87621
Files:
llvm/lib/Target/AMDGPU/SISchedule.td
llvm/test/CodeGen/AMDGPU/schedule-xdl-resource.ll
Index: llvm/test/CodeGen/AMDGPU/schedule-xdl-resource.ll
===================================================================
--- /dev/null
+++ llvm/test/CodeGen/AMDGPU/schedule-xdl-resource.ll
@@ -0,0 +1,44 @@
+; RUN: llc -march=amdgcn -mcpu=gfx908 -debug-only=machine-scheduler -verify-machineinstrs < %s 2>&1 | FileCheck -enable-var-scope %s
+; REQUIRES: asserts
+
+declare <32 x float> @llvm.amdgcn.mfma.f32.32x32x4f16(<4 x half>, <4 x half>, <32 x float>, i32, i32, i32)
+
+; CHECK: CritRes: {{[0-9]+}} HWXDL
+; CHECK: Picking: Cand SU([[nid:[0-9]+]]) RES-DEMAND
+; CHECK: Scheduling SU([[nid]]) {{.*}} V_MFMA_F32_32X32X4F16
+define amdgpu_kernel void @schedule-xdl-resource(<32 x float> addrspace(1)* %in, <32 x float> addrspace(1)* %out, <4 x half> addrspace(3)* %lds, i32 %stride) #0 {
+ %in_ptr.1 = getelementptr <32 x float>, <32 x float> addrspace(1)* %in, i32 %stride
+ %in_ptr.2 = getelementptr <32 x float>, <32 x float> addrspace(1)* %in_ptr.1, i32 %stride
+ %in_ptr.3 = getelementptr <32 x float>, <32 x float> addrspace(1)* %in_ptr.2, i32 %stride
+ %in.load.1 = load <32 x float>, <32 x float> addrspace (1)* %in_ptr.1
+ %in.load.2 = load <32 x float>, <32 x float> addrspace (1)* %in_ptr.2
+ %in.load.3 = load <32 x float>, <32 x float> addrspace (1)* %in_ptr.3
+ %lds_ptr.1 = getelementptr <4 x half>, <4 x half> addrspace(3)* %lds, i32 %stride
+ %lds_ptr.2 = getelementptr <4 x half>, <4 x half> addrspace(3)* %lds_ptr.1, i32 %stride
+ %lds_ptr.3 = getelementptr <4 x half>, <4 x half> addrspace(3)* %lds_ptr.2, i32 %stride
+ %lds.load.1 = load <4 x half>, <4 x half> addrspace(3)* %lds_ptr.1
+ %lds.load.2 = load <4 x half>, <4 x half> addrspace(3)* %lds_ptr.2
+ %lds.load.3 = load <4 x half>, <4 x half> addrspace(3)* %lds_ptr.3
+ %mai.1 = tail call <32 x float> @llvm.amdgcn.mfma.f32.32x32x4f16(<4 x half> %lds.load.1, <4 x half> %lds.load.1, <32 x float> %in.load.1, i32 1, i32 1, i32 1)
+ %mai.2 = tail call <32 x float> @llvm.amdgcn.mfma.f32.32x32x4f16(<4 x half> %lds.load.2, <4 x half> %lds.load.2, <32 x float> %in.load.2, i32 1, i32 1, i32 1)
+ %mai.3 = tail call <32 x float> @llvm.amdgcn.mfma.f32.32x32x4f16(<4 x half> %lds.load.3, <4 x half> %lds.load.3, <32 x float> %in.load.3, i32 1, i32 1, i32 1)
+ %mai.4 = tail call <32 x float> @llvm.amdgcn.mfma.f32.32x32x4f16(<4 x half> %lds.load.1, <4 x half> %lds.load.1, <32 x float> %in.load.1, i32 2, i32 2, i32 2)
+ %mai.5 = tail call <32 x float> @llvm.amdgcn.mfma.f32.32x32x4f16(<4 x half> %lds.load.2, <4 x half> %lds.load.2, <32 x float> %in.load.2, i32 2, i32 2, i32 2)
+ %mai.6 = tail call <32 x float> @llvm.amdgcn.mfma.f32.32x32x4f16(<4 x half> %lds.load.3, <4 x half> %lds.load.3, <32 x float> %in.load.3, i32 2, i32 2, i32 2)
+ %out_ptr.1 = getelementptr <32 x float>, <32 x float> addrspace(1)* %out, i32 %stride
+ %out_ptr.2 = getelementptr <32 x float>, <32 x float> addrspace(1)* %out_ptr.1, i32 %stride
+ %out_ptr.3 = getelementptr <32 x float>, <32 x float> addrspace(1)* %out_ptr.2, i32 %stride
+ %out_ptr.4 = getelementptr <32 x float>, <32 x float> addrspace(1)* %out_ptr.3, i32 %stride
+ %out_ptr.5 = getelementptr <32 x float>, <32 x float> addrspace(1)* %out_ptr.4, i32 %stride
+ %out_ptr.6 = getelementptr <32 x float>, <32 x float> addrspace(1)* %out_ptr.5, i32 %stride
+ store <32 x float> %mai.1, <32 x float> addrspace(1)* %out_ptr.1
+ store <32 x float> %mai.2, <32 x float> addrspace(1)* %out_ptr.2
+ store <32 x float> %mai.3, <32 x float> addrspace(1)* %out_ptr.3
+ store <32 x float> %mai.4, <32 x float> addrspace(1)* %out_ptr.4
+ store <32 x float> %mai.5, <32 x float> addrspace(1)* %out_ptr.5
+ store <32 x float> %mai.6, <32 x float> addrspace(1)* %out_ptr.6
+
+ ret void
+}
+
+attributes #0 = { nounwind "amdgpu-waves-per-eu"="1,1" }
Index: llvm/lib/Target/AMDGPU/SISchedule.td
===================================================================
--- llvm/lib/Target/AMDGPU/SISchedule.td
+++ llvm/lib/Target/AMDGPU/SISchedule.td
@@ -104,6 +104,9 @@
def HWRC : ProcResource<1> { // Register destination cache
let BufferSize = 1;
}
+def HWXDL : ProcResource<1> { // MFMA CU
+ let BufferSize = 0;
+}
class HWWriteRes<SchedWrite write, list<ProcResourceKind> resources,
int latency> : WriteRes<write, resources> {
@@ -138,9 +141,13 @@
def : HWVALUWriteRes<WriteFloatCvt, 4>;
def : HWVALUWriteRes<WriteTrans32, 4>;
def : HWVALUWriteRes<WriteQuarterRate32, 4>;
- def : HWVALUWriteRes<Write2PassMAI, 2>;
- def : HWVALUWriteRes<Write8PassMAI, 8>;
- def : HWVALUWriteRes<Write16PassMAI, 16>;
+
+ let ResourceCycles = [2] in
+ def : HWWriteRes<Write2PassMAI, [HWXDL], 2>;
+ let ResourceCycles = [8] in
+ def : HWWriteRes<Write8PassMAI, [HWXDL], 8>;
+ let ResourceCycles = [16] in
+ def : HWWriteRes<Write16PassMAI, [HWXDL], 16>;
def : ReadAdvance<MIVGPRRead, -2>;
def : InstRW<[Write64Bit, MIReadVGPR], (instregex "^V_ACCVGPR_WRITE_B32$")>;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87621.291672.patch
Type: text/x-patch
Size: 4962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200914/dfb07f17/attachment.bin>
More information about the llvm-commits
mailing list