-
Notifications
You must be signed in to change notification settings - Fork 752
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][Graph][UR] Update UR to support updating kernel commands in command buffers for L0 #12897
Conversation
3e03617
to
f7e3a67
Compare
f7e3a67
to
f2cd1a6
Compare
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#1353 has been merged, please pull in the latest sycl branch changes, fix the merge conflict, update the UR repo/tag, then make this ready to merge.
set(UNIFIED_RUNTIME_REPO "https://github.com/againull/unified-runtime.git") | ||
set(UNIFIED_RUNTIME_TAG c9be1e28d2e2a132e8a40d707175d6625d50d8f9 ) |
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/againull/unified-runtime.git") | |
set(UNIFIED_RUNTIME_TAG c9be1e28d2e2a132e8a40d707175d6625d50d8f9 ) | |
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | |
# commit ca5c34213c3484072f32a9ab2b56b0f49ebe712e | |
# Merge: 4d0183a8 c9be1e28 | |
# Author: Kenneth Benzie (Benie) <[email protected]> | |
# Date: Tue Mar 19 16:58:27 2024 +0000 | |
# Merge pull request #1353 from againull/againull/l0_adapter_update_cmd_buffer | |
# [L0] Support updating kernel commands in command buffers | |
set(UNIFIED_RUNTIME_TAG ca5c34213c3484072f32a9ab2b56b0f49ebe712e) |
…mmand buffers for L0
f2cd1a6
to
153fbd7
Compare
…mmand buffers for L0 (intel#12897)
No description provided.