[cmake] update MKLConfig to 2025.1 release and gtest cmake version to 3.13#657
[cmake] update MKLConfig to 2025.1 release and gtest cmake version to 3.13#657mkrainiuk merged 3 commits intouxlfoundation:developfrom
Conversation
|
Thanks for the PR! Do we also need to update the workflow to 2025.1? oneMath/.github/workflows/pr.yml Lines 83 to 90 in 8517a20 Compiler URL: |
|
Fixes #658 |
2aa1b15 to
2675b41
Compare
|
FYI the generic SYCL BLAS CPU job is failing due to uxlfoundation/generic-sycl-components#7. We need to merge #655 to fix it. I meant to merge the 2 PRs at the same time but the CI jobs failed due to the cmake issue with the googletest dependency. I think we should add the changes from |
I'd rather separate the fix into its own PR as it's unrelated, but I'm happy to work on this. However, I won't have time today, unfortunately. Let's take the discussion to #658 |
|
I'm also happy if we merge this PR first (despite the generic SYCL BLAS CI failing currently). |
Description
PR updates MKLConfig copy in this repo to the latest available one from Intel oneMKL 2025.1 release and updates oneMKL/Compiler versions to 2025.1 in PR CI workflow.
PR also updates min cmake version for googletest to 3.13 since the latest cmake from CI no longer supports anything < 3.5
Checklist
All Submissions
Please note, generic BLAS failed because generic-sycl-components project uses too old cmake version. Not related to the changes from this PR