[PATCH] D114777: [AMDGPU] Set most sched model resource's BufferSize to one

Austin Kerbow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 1 22:39:02 PST 2021


kerbowa added a comment.

In D114777#3160939 <https://reviews.llvm.org/D114777#3160939>, @foad wrote:

> Would it be possible to write some llvm-mca tests that show exactly how this change affects the scheduling model? schedule-ilp.mir is better than nothing, but it is still a very indirect way of observing what's going on under the covers.

I will add these mca tests along with another patch to improve scheduling for latency. This fixes a few pressing perf issues so I'm committing it now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114777/new/

https://reviews.llvm.org/D114777



More information about the llvm-commits mailing list