-
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
[UR][L0] Use zesInit for SysMan API usage #15431
Conversation
d570172
to
b786af8
Compare
-pre-commit PR for oneapi-src/unified-runtime#2017 Signed-off-by: Neil R. Spruit <[email protected]>
b786af8
to
69a579c
Compare
@@ -116,14 +116,14 @@ if(SYCL_UR_USE_FETCH_CONTENT) | |||
CACHE PATH "Path to external '${name}' adapter source dir" FORCE) | |||
endfunction() | |||
|
|||
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | |||
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git") |
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.
the UR PR has 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.
Please address the feedback from @aarongreig .
Other than that, this looks good.
huh, looks like this is a duplicate of a merged pr: #15409 |
-pre-commit PR for oneapi-src/unified-runtime#2017