-
Notifications
You must be signed in to change notification settings - Fork 804
[UR][CL] Gracefully tear down adapter in case that some globals were released #12992
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
… been released UR Part: oneapi-src/unified-runtime#1431
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#1431 has now been merged, please pull in the latest changes from the sycl branch, fix the merge conflict, then apply the UR repo/tag changes as suggested then make this PR ready to review. Once this is down we'll get this approve so it can be merge.
set(UNIFIED_RUNTIME_REPO "https://github.com/zhaomaosu/unified-runtime.git") | ||
set(UNIFIED_RUNTIME_TAG fix-ocl-adapter-tear-down) |
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.
set(UNIFIED_RUNTIME_REPO "https://github.com/zhaomaosu/unified-runtime.git") | |
set(UNIFIED_RUNTIME_TAG fix-ocl-adapter-tear-down) | |
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | |
# commit d99d5f742cea18d7204c59c4320b8ea0329b49eb | |
# Merge: f17c0e91 c3809c61 | |
# Author: Kenneth Benzie (Benie) <[email protected]> | |
# Date: Wed Mar 13 19:47:39 2024 +0000 | |
# Merge pull request #1431 from zhaomaosu/fix-ocl-adapter-tear-down | |
# [CL] Gracefully tear down adapter in case that some globals have been released | |
set(UNIFIED_RUNTIME_TAG d99d5f742cea18d7204c59c4320b8ea0329b49eb) |
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.
@intel/llvm-gatekeepers please merge |
UR Part: oneapi-src/unified-runtime#1431
Depends on #12736 merging first.