This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove max_scratch_backing_memory_byte_size from kernel header
ClosedPublic

Authored by kzhuravl on Apr 9 2018, 12:29 PM.

Details

Summary
  1. Remove max_scratch_backing_memory_byte_size from kernel header
  2. Make it a reserved field
  3. Ignore it while parsing assembly for backwards compatibility
  4. Bump up minor version of kernel header

Diff Detail

Event Timeline

kzhuravl created this revision.Apr 9 2018, 12:29 PM

Is it so that max_scratch_backing_memory_byte_size is not needed at all for Gfx7-9?

Is it so that max_scratch_backing_memory_byte_size is not needed at all for Gfx7-9?

Yes.

This revision is now accepted and ready to land.Apr 9 2018, 1:46 PM
This revision was automatically updated to reflect the committed changes.