This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Enable queue_t and clk_event_t comparisons in C++ mode
ClosedPublic

Authored by svenvh on May 21 2019, 10:07 AM.

Details

Summary

Support queue_t and clk_event_t comparisons in C++ for OpenCL mode, to
preserve backwards compatibility with OpenCL C.

Diff Detail

Repository
rL LLVM

Event Timeline

svenvh created this revision.May 21 2019, 10:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 21 2019, 10:07 AM
Anastasia accepted this revision.May 22 2019, 8:23 AM

LGTM! Thanks!

This revision is now accepted and ready to land.May 22 2019, 8:23 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2019, 2:17 AM