This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Change to clk_event parameter in enqueue_kernel
ClosedPublic

Authored by Anastasia on Nov 10 2016, 8:14 AM.

Details

Reviewers
yaxunl
Summary
  • Accept NULL pointer as a valid parameter value for clk_event
  • Generate clk_events_t arguments of internal __enqueue_kernel_XXX function to be pointers in generic address space

Diff Detail

Event Timeline

Anastasia updated this revision to Diff 77489.Nov 10 2016, 8:14 AM
Anastasia retitled this revision from to [OpenCL] Change to clk_event parameter in enqueue_kernel.
Anastasia updated this object.
Anastasia added a reviewer: yaxunl.
Anastasia added a subscriber: cfe-commits.
yaxunl accepted this revision.Nov 11 2016, 8:53 AM
yaxunl edited edge metadata.

LGTM. Thanks!

This revision is now accepted and ready to land.Nov 11 2016, 8:53 AM
Anastasia closed this revision.Nov 14 2016, 7:44 AM

Committed in r286836.