This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fixed stack pointer init with architected flat scratch
ClosedPublic

Authored by rampitec on Nov 10 2021, 4:37 PM.

Details

Summary

Even if wave offset is not present we still need to do the rest
of the initialization. The mov into s32 was missing in the
kernels.

Fixes: SWDEV-310935

Diff Detail

Event Timeline

rampitec created this revision.Nov 10 2021, 4:37 PM
rampitec requested review of this revision.Nov 10 2021, 4:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 10 2021, 4:37 PM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Nov 10 2021, 5:05 PM
This revision is now accepted and ready to land.Nov 10 2021, 5:05 PM
This revision was landed with ongoing or failed builds.Nov 10 2021, 5:18 PM
This revision was automatically updated to reflect the committed changes.