This is an archive of the discontinued LLVM Phabricator instance.

[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.
We need a larger type which hold 16 bytes, therefore change it
to [i64 x 2].

Diff Detail

Event Timeline

yaxunl created this revision.Jun 12 2018, 2:04 PM
yaxunl edited reviewers, added: b-sumner; removed: brian.Jun 12 2018, 2:05 PM
b-sumner accepted this revision.Jun 13 2018, 8:05 AM

Looks good to me.

This revision is now accepted and ready to land.Jun 13 2018, 8:05 AM
This revision was automatically updated to reflect the committed changes.