[PATCH] D130869: [AMDGPU] Add GCNMaxILPSchedStrategy
Austin Kerbow via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 09:49:08 PDT 2022
kerbowa added a comment.
In D130869#3691259 <https://reviews.llvm.org/D130869#3691259>, @foad wrote:
> Is scheduling for maximum ILP the same thing as scheduling for minimum latency?
Yes, it's the same.
> 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.
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