Skip to content

[SYCL] Remove dependency on event_impl from cg.hpp #1103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 10, 2020

Conversation

alexbatashev
Copy link
Contributor

This patch is a part of effort to decouple SYCL Runtime library
interface from its actual implementation. The goal is to improve
SYCL ABI/API compatibility between different versions of library.

This patch moves HostProfilingInfo into a separate export-friendly
header file. It also removes the event_impl header from unwanted
places.

Signed-off-by: Alexander Batashev [email protected]

romanovvlad
romanovvlad previously approved these changes Feb 6, 2020
This patch is a part of effort to decouple SYCL Runtime library
interface from its actual implementation. The goal is to improve
SYCL ABI/API compatibility between different versions of library.

This patch moves HostProfilingInfo into a separate export-friendly
header file. It also removes the event_impl header from unwanted
places.

Signed-off-by: Alexander Batashev <[email protected]>
@bader bader merged commit 1de18ea into intel:sycl Feb 10, 2020
@alexbatashev alexbatashev deleted the private/abatashe/refactor_cg branch September 17, 2021 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants