[PATCH] D68873: [AMDGPU] Amend target loop unroll defaults
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 11:10:25 PDT 2019
rampitec requested changes to this revision.
rampitec added a comment.
This revision now requires changes to proceed.
How big was the performance testing?
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp:62
static cl::opt<unsigned> UnrollThresholdLocal(
"amdgpu-unroll-threshold-local",
----------------
This change penalizes loops which should have unroll boosted instead. Your new default thresholds are now higher than boosted.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68873/new/
https://reviews.llvm.org/D68873
More information about the llvm-commits
mailing list