-
Notifications
You must be signed in to change notification settings - Fork 795
[SYCL CI][Linux GPU RT Uplift] Uplift GPU RT version for Linux CI Process #2374
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 CI][Linux GPU RT Uplift] Uplift GPU RT version for Linux CI Process #2374
Conversation
Signed-off-by: bb-sycl <[email protected]>
|
/summary:run |
|
It looks like this uplifting causes CUDA driver in 'ERR' state, we can see the error state in next build. http://ci.llvm.intel.com:8010/#/builders/37/builds/2786. @vladimirlaz, could you please have a look? +-----------------------------------------------------------------------------+ +-----------------------------------------------------------------------------+ |
|
@AlexeySachkov Could you please help with inline asm tests? |
These tests do not use inline asm and they pass in other PRs. This PR updates Intel GPU driver, but by some reason causes failures on CUDA device, which seems strange The easiest way would be disabling them on CUDA by adding |
|
@yinyangsx , @romanovvlad , could you please rerun the pre commit test? |
| # https://github.com/intel/llvm/releases/download/2020-WW31/win-oclcpuexp-2020.10.7.0.15_rel.zip | ||
| ocl_cpu_rt_ver_win=2020.10.7.0.15 | ||
| # Same GPU driver supports Level Zero and OpenCL: | ||
| # https://github.com/intel/compute-runtime/releases/tag/20.29.17408 |
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 update links with proper URLs
|
The Linux Lit test for this PR is incorrect. Please see the log. There is no GPU device found. @romanovvlad and @yanfeng3721 could you please revert this? |
This reverts commit 5f38e4b.
Recognize SPIR-V 1.5 modules and allow specifying the `--spirv-max-version=1.5` option. This does not implement any SPIR-V 1.5 functionality yet, so mark 1.5 as "experimental". Original commit: KhronosGroup/SPIRV-LLVM-Translator@747ef0f0ec03a25
Uplift GPU RT version for Linux to 20.33.17675