This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Check kernarg alignments in test
ClosedPublic

Authored by arsenm on Oct 28 2021, 6:27 AM.

Details

Summary

Strangely the kernel code object header clamps the value to a minimum
of 16, but the emitted metadata only clamps to a minimum of 4.

Diff Detail

Event Timeline

arsenm created this revision.Oct 28 2021, 6:27 AM
arsenm requested review of this revision.Oct 28 2021, 6:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2021, 6:27 AM
Herald added a subscriber: wdng. · View Herald Transcript
rampitec accepted this revision.Oct 28 2021, 3:38 PM
This revision is now accepted and ready to land.Oct 28 2021, 3:38 PM