This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fixed occupancy calculation for gfx10
ClosedPublic

Authored by rampitec on Jul 19 2019, 1:05 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

rampitec created this revision.Jul 19 2019, 1:05 PM
arsenm accepted this revision.Jul 19 2019, 1:29 PM
arsenm added inline comments.
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
595 ↗(On Diff #210881)

s/Granula/Granule

lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
258–260 ↗(On Diff #210881)

return isGFX10 ? 20 : 10

This revision is now accepted and ready to land.Jul 19 2019, 1:29 PM
rampitec updated this revision to Diff 210887.Jul 19 2019, 1:36 PM
rampitec marked an inline comment as done.
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2019, 2:29 PM