-
Couldn't load subscription status.
- Fork 109
add pv.yml for SYCL testing on PVC arch #2676
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: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
Address review comments Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
|
I'm a bit confused, we're using the AT2 registry image built from That newer intel version has some sort of driver or lib incompatibility with the install on Blake, I'll open an issue with sys admins, but I don't understand the compiler mismatch from how the image was built |
|
There is a job on blake going on for 6hrs in the PV queue, we should cancel that so we can get an interactive sessions and investigate a bit what's going. |
|
@lucbv the |
|
Blake sysadmins are investigating the issues with use of intel/oneapi versions newer than 2024.2.1 , I'll retest the PR after the issues are resolved |
| type: string | ||
|
|
||
| jobs: | ||
| PR_PV_ONEAPI202410_SYCL: |
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.
| PR_PV_ONEAPI202410_SYCL: | |
| PR_PV_ONEAPI_2024_2_1_0_SYCL: |
or at least include the second number in 2024.2.1.0.
| cmake \ | ||
| -S "$PWD/.." \ | ||
| -B "$PWD" \ | ||
| -DCMAKE_BUILD_TYPE=Release \ |
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.
Id' expect that you also have to build Kokkos as shared library
| -DCMAKE_BUILD_TYPE=Release \ | |
| -DBUILD_SHARED_LIBS=ON \ | |
| -DCMAKE_BUILD_TYPE=Release \ |
| -DKokkos_ENABLE_EXAMPLES=OFF \ | ||
| -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF \ | ||
| -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF \ | ||
| -DKokkos_ENABLE_ONEDPL=OFF |
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.
Is it necessary to disable oneDPL?
No description provided.