add pv.yml for SYCL testing on PVC arch
I'm a bit confused, we're using the AT2 registry image built from intel/oneapi-basekit:2024.2.1-0-devel-ubuntu22.04, but looking back at the configuration line it shows IntelLLVM 2025.0.4...
-- Setting default Kokkos CXX standard to 17
-- The CXX compiler identification is IntelLLVM 2025.0.4
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/intel/oneapi/compiler/2025.0/bin/icpx - skipped
...
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. Note that ocloc has to be installed on Blake otherwise we would get the same error with the 2024 toolchain so the issue is with us picking it up incorrectly in the image.
@lucbv the intel/oneapi-basekit:2024.2.1-0-devel-ubuntu22.04 image runs fine on Blake in the Kokkos CI, but we do need some sort of update to 2025.0
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