[PATCH] D157709: [AMDGPU] Add TransVALU to GFX11 scheduling model

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 05:49:47 PDT 2023


foad created this revision.
foad added reviewers: AMDGPU, sebastian-ne, Joe_Nash.
Herald added subscribers: StephenFan, kerbowa, gbedwell, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl, arsenm.
Herald added a reviewer: andreadb.
Herald added a project: All.
foad requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

The GFX11 scheduling model should be identical to GFX10, except for a
few tweaks to latencies.

This GFX10 change from D100123 <https://reviews.llvm.org/D100123> was missed when GFX11 was added.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157709

Files:
  llvm/lib/Target/AMDGPU/SISchedule.td
  llvm/test/tools/llvm-mca/AMDGPU/gfx10-trans.s
  llvm/test/tools/llvm-mca/AMDGPU/gfx11-double.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157709.549357.patch
Type: text/x-patch
Size: 38380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230811/ae87839b/attachment-0001.bin>


More information about the llvm-commits mailing list