- Remove max_scratch_backing_memory_byte_size from kernel header
- Make it a reserved field
- Ignore it while parsing assembly for backwards compatibility
- Bump up minor version of kernel header
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D45452
AMDGPU: Remove max_scratch_backing_memory_byte_size from kernel header ClosedPublic Authored by kzhuravl on Apr 9 2018, 12:29 PM.
Details Summary
Diff Detail
Event TimelineHerald added subscribers: tpr, dstuttard, yaxunl and 3 others. · View Herald TranscriptApr 9 2018, 12:29 PM Comment Actions
Yes. This revision is now accepted and ready to land.Apr 9 2018, 1:46 PM Closed by commit rL329620: AMDGPU: Remove max_scratch_backing_memory_byte_size from kernel header (authored by kzhuravl). · Explain WhyApr 9 2018, 1:50 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 141734 llvm/trunk/lib/Target/AMDGPU/AMDKernelCodeT.h
llvm/trunk/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/trunk/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
llvm/trunk/lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h
llvm/trunk/test/MC/AMDGPU/hsa-exp.s
llvm/trunk/test/MC/AMDGPU/hsa.s
|