-
Notifications
You must be signed in to change notification settings - Fork 172
Update pr-x86.yml with 2025.2 package versions #696
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
Conversation
@EwanC Do you have any idea why the GraphGemm tests are failing here?
It looks like when these tests were added in #669 the CI was down, so I'm not confident these tests ever passed. |
I changes I made when adding the tests focused on enabling the CUDA backend. I'd guess by the "AMD" part of the device name in the test string that these are running on a HIP SYCL backend. I can make similar changes to enable the tests for HIP, but in the short term to get the CI green I think we should disable the tests on AMD. |
As reported in uxlfoundation#696 (comment) the sycl-graph blas unit_tests are failing on AMD. Skip these tests until the functionality can be implemented
As reported in uxlfoundation#696 (comment) the sycl-graph blas unit_tests are failing on AMD. Skip these tests until the functionality can be implemented
@itopinsk Do you plan to update MKLConfig.cmake together in this PR or in another one? Please note that the license banner is different from the one in oneMKL package. |
27c4355
to
aa4e2d1
Compare
Pushed update of |
Description
PR updates Intel oneMKL/Compiler versions to 2025.2 in CI workflow and updates MKLConfigVersion.cmake with 2025.2 version for Intel oneMKL.
All Submissions