This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Remove getMaxWavesPerCU in favour of getWavesPerWorkGroup.
ClosedPublic

Authored by foad on Mar 26 2020, 9:12 AM.

Details

Summary

These methods were identical. I chose to remove getMaxWavesPerCU because
I think Max in the name was misleading. NFC.

Diff Detail

Event Timeline

foad created this revision.Mar 26 2020, 9:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 26 2020, 9:12 AM
rampitec accepted this revision.Mar 26 2020, 10:18 AM
This revision is now accepted and ready to land.Mar 26 2020, 10:18 AM
This revision was automatically updated to reflect the committed changes.