Update pr-x86.yml with 2025.2 package versions#696
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