Currently the handle type is a global pointer which holds 8 bytes.
We need a larger type which hold 16 bytes, therefore change it
to [i64 x 2].
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D48094
[AMDGPU] Change enqueue kernel handle type ClosedPublic Authored by yaxunl on Jun 12 2018, 2:04 PM.
Details Summary Currently the handle type is a global pointer which holds 8 bytes.
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 4 others. · View Herald TranscriptJun 12 2018, 2:04 PM This revision is now accepted and ready to land.Jun 13 2018, 8:05 AM Closed by commit rL334625: [AMDGPU] Change enqueue kernel handle type (authored by yaxunl). · Explain WhyJun 13 2018, 10:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 151196 llvm/trunk/lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp
llvm/trunk/test/CodeGen/AMDGPU/enqueue-kernel.ll
|