[PATCH] D130869: [AMDGPU] Add GCNMaxILPSchedStrategy

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 10:59:52 PDT 2022


rampitec added a comment.

In D130869#3691312 <https://reviews.llvm.org/D130869#3691312>, @kerbowa wrote:

> In D130869#3691259 <https://reviews.llvm.org/D130869#3691259>, @foad wrote:
>
>> Does this patch have anything in common with lib/Target/AMDGPU/GCNILPSched.cpp? (Is that even maintained?)
>
> That is part of the iterative scheduler. I don't know if it is maintained. I did see it was crashing on some lit tests if I changed waves-per-eu.

It was probably made obsolete by the recent changes to the default scheduler. @vpykhtin do you think we still have there something useful?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130869



More information about the llvm-commits mailing list