-
Notifications
You must be signed in to change notification settings - Fork 795
[UR] Bump UR tag to 04799e7 to get OpenCL adapter fixes #11806
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] Bump UR tag to 04799e7 to get OpenCL adapter fixes #11806
Conversation
bef5b0d
to
d165d85
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.
Now that oneapi-src/unified-runtime#1048 is merged, please pull in the latest sycl branch changes and update UNIFIED_RUNTIME_REPO
& UNIFIED_RUNTIME_TAG
as suggestion. Then make this ready for review.
26d688a
to
6e33e40
Compare
@intel/llvm-gatekeepers please merge. |
@callumfare SYCL :: Basic/get_backend.cpp test is failing in post-commit after merging this PR. Could you please take a look? Failed Tests (1): 2023-11-21T11:51:16.5243903Z FAIL: SYCL :: Basic/get_backend.cpp (191 of 1751) |
@againull @callumfare has just finished for the day, we can look into this tomorrow. |
I notice that the failing test is running on Level Zero not OpenCL. The UR changes this PR introduces are limited to only the OpenCL adapter as can be seen here. I checked back 4 days of SYCL Post Commit runs and it is odd that I've been unable to reproduce this locally although I have an 8th gen iGPU rather than an Arc card. We can try to access another system to debug further tomorrow. |
I've not been able to reproduce the failure on an Arc A770, although I did see other E2E tests failing:
I suspect those might be related to the driver version. |
Includes UR changes from [ [OpenCL] Fix memory leak and coverity issue with struct-to-array casts intel#1048 ](oneapi-src/unified-runtime#1048).
Includes UR changes from [OpenCL] Fix memory leak and coverity issue with struct-to-array casts #1048 .