[PATCH] D98356: [MCA] Support in-order CPUs with MicroOpBufferSize=1

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 10 12:43:07 PST 2021


foad added a comment.

> is this patch needed because otherwise you see the following crash/assertion failure?

Yes, that was the failure, and I just did the minimum work I could to make MicroOpBufferSize=1 work like MicroOpBufferSize=0. I don't really know what reorder buffers and retire control units are -- they are not part of my mental model of how the AMDGPU processors work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98356



More information about the llvm-commits mailing list