-
Notifications
You must be signed in to change notification settings - Fork 738
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
[sycl][hip] Exception for unsupported get_native<sycl::context> #14476
[sycl][hip] Exception for unsupported get_native<sycl::context> #14476
Conversation
Signed-off-by: JackAKirk <[email protected]>
Signed-off-by: JackAKirk <[email protected]>
Signed-off-by: JackAKirk <[email protected]>
Signed-off-by: JackAKirk <[email protected]>
…kAKirk/llvm into test-ur-hip-context-refactor
I'll update the FetchUnifiedRuntime to resolve conflicts once approvals are given and oneapi-src/unified-runtime#1830 has been merged. |
Hi @uditagarwal97 |
Also made exception use feature_not_supported Signed-off-by: JackAKirk <[email protected]>
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.
Thanks for making the changes!
SYCL RT changes LGTM!
# Date: Tue Sep 17 10:31:44 2024 +0200 | ||
# Merge pull request #2087 from nrspruit/fix_driver_inorder_event_wait | ||
# [L0] Fix urEnqueueEventsWaitWithBarrier for driver in order lists | ||
set(UNIFIED_RUNTIME_TAG 0ac56783090f481081edea84bacc236092a0f695) |
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.
oneapi-src/unified-runtime#1830 has been merged, please update
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.
Thanks, done.
Signed-off-by: JackAKirk <[email protected]>
@intel/llvm-gatekeepers please merge |
Add exception for unsupported get_nativesycl::context specialization for HIP backend.
This was previously marked deprecated. We keep the specialization in order to give an error message to users.