-
Notifications
You must be signed in to change notification settings - Fork 802
[SYCL][UR] Bump UR and implement adapter handles #10349
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][UR] Bump UR and implement adapter handles #10349
Conversation
jandres742
left a comment
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.
changes looking good
jandres742
left a comment
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.
Minor comment above.
jchlanda
left a comment
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.
CUDA/HIP 👍
|
The two CI failures appear to be unrelated to the changes: @jandres742 Do you know if these are expected? |
I tested locally your branch and test passed, and now I see all checks are clean, so it seems to be a glitch. |
uwedolinsky
left a comment
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.
NativeCPU 👍
|
@intel/llvm-gatekeepers This is ready to be merged |
Bump the Unified Runtime commit, and make adapter changes needed for the newly added adapter handles (see oneapi-src/unified-runtime#715 for details) This fixes intel#10066 by providing an implementation of `piPluginGetLastError` in pi2ur.
Bump the Unified Runtime commit, and make adapter changes needed for the newly added adapter handles (see oneapi-src/unified-runtime#715 for details) This fixes intel#10066 by providing an implementation of `piPluginGetLastError` in pi2ur.
Bump the Unified Runtime commit, and make adapter changes needed for the newly added adapter handles (see oneapi-src/unified-runtime#715 for details) This fixes intel#10066 by providing an implementation of `piPluginGetLastError` in pi2ur.
Bump the Unified Runtime commit, and make adapter changes needed for the newly added adapter handles (see oneapi-src/unified-runtime#715 for details) This fixes intel#10066 by providing an implementation of `piPluginGetLastError` in pi2ur.
Bump the Unified Runtime commit, and make adapter changes needed for the newly added adapter handles (see oneapi-src/unified-runtime#715 for details)
This fixes #10066 by providing an implementation of
piPluginGetLastErrorin pi2ur.