-
Notifications
You must be signed in to change notification settings - Fork 795
[SYCL] Add Unified Runtime plugin and route to it with SYCL_PREFER_UR #9232
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
Conversation
@againull , @cperkinsintel , @steffenlarsen : please review this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
The testing found subtle issue that there were multiple "plugin" objects representing the same backend floating around that got out-of-sync. To make the whole thing more robust I needed to wrap all uses of "plugin" with shared_ptr: f236317 |
Signed-off-by: Sergey V Maslov <[email protected]>
Signed-off-by: Sergey V Maslov <[email protected]>
Signed-off-by: Sergey V Maslov <[email protected]>
Signed-off-by: Sergey V Maslov <[email protected]>
Signed-off-by: Sergey V Maslov <[email protected]>
Signed-off-by: Sergey V Maslov <[email protected]>
Signed-off-by: Sergey V Maslov <[email protected]>
Signed-off-by: smaslov <[email protected]>
Signed-off-by: smaslov <[email protected]>
Signed-off-by: smaslov <[email protected]>
Signed-off-by: smaslov <[email protected]>
Signed-off-by: smaslov <[email protected]>
Signed-off-by: smaslov <[email protected]>
Signed-off-by: smaslov <[email protected]>
Signed-off-by: smaslov <[email protected]>
No applicable L0 reviewers available. Trusting @jandres742 for the small related L0 backend changes. |
- Add changes to fix tests after [SYCL] Add Unified Runtime plugin and route to it with SYCL_PREFER_UR intel#9232 Signed-off-by: Jaime Arteaga <[email protected]>
- Add changes to fix tests after [SYCL] Add Unified Runtime plugin and route to it with SYCL_PREFER_UR intel#9232 Signed-off-by: Jaime Arteaga <[email protected]>
- Add changes to fix tests after [SYCL] Add Unified Runtime plugin and route to it with SYCL_PREFER_UR intel#9232 Signed-off-by: Jaime Arteaga <[email protected]>
No description provided.