-
Notifications
You must be signed in to change notification settings - Fork 795
[SYCL][CI] Fix ABI-compatibility testing in pre-commit #20619
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
base: sycl
Are you sure you want to change the base?
Conversation
347af19 to
603305d
Compare
0a377bc to
104b013
Compare
104b013 to
7b10632
Compare
Added UR_FORCE_FETCH_LEVEL_ZERO and corresponding SYCL_UR_FORCE_FETCH_LEVEL_ZERO CMake options that force Level Zero loader fetching even if a preinstalled one is found on the platform. This fixes undefined reference errors in the ABI-compatibility testing jobs.
7b10632 to
217c57f
Compare
|
This is a fix for: #20537 (comment). |
|
The question is whether we would like to fetch L0 loader on all jobs running |
| pkg_check_modules(level-zero level-zero>=1.26.0) | ||
| if(level-zero_FOUND) |
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.
I know almost nothing about this, but why wasn't the version check enough?
Added UR_FORCE_FETCH_LEVEL_ZERO and corresponding
SYCL_UR_FORCE_FETCH_LEVEL_ZERO CMake options that force Level Zero
loader fetching even if a preinstalled one is found on the platform.
This fixes undefined reference errors in the ABI-compatibility testing
jobs.