Not sure about the default value handling, but also not sure
defaulting to a theoretically subtarget dependent value.
Details
Details
- Reviewers
rampitec t-tye scott.linder kerbowa hliao
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h | ||
---|---|---|
278 | Maximum is ST dependent. It can be better to use getMaxWavesPerEU(). |
Comment Actions
llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h | ||
---|---|---|
278 | We don't have access to that during construction though |
Maximum is ST dependent. It can be better to use getMaxWavesPerEU().