[PATCH] D139468: AMDGPU: Clean up LDS-related occupancy calculations
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 6 14:41:10 PST 2022
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp:146
+
+ if (AMDGPU::isGFX10Plus(*this) &&
+ !getFeatureBits().test(AMDGPU::FeatureCuMode))
----------------
I'd like to avoid growing the number of generation based feature checks in favor of separate subtarget features
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139468/new/
https://reviews.llvm.org/D139468
More information about the llvm-commits
mailing list