diff --git a/.gitlab/jobs/corona.yml b/.gitlab/jobs/corona.yml index 814f6d3833..00f13c9ad8 100644 --- a/.gitlab/jobs/corona.yml +++ b/.gitlab/jobs/corona.yml @@ -31,9 +31,11 @@ rocmcc_5_7_1_hip_desul_atomics: SPEC: " ~shared +rocm ~openmp +tests +desul amdgpu_target=gfx906 %rocmcc@=5.7.1 ^hip@5.7.1" extends: .job_on_corona -clang_20_0_0_sycl_gcc_10_3_1_rocmcc_5_7_1_hip: +clang_20_0_0_sycl_gcc_10_3_1_rocmcc_6_0_2_hip: variables: SPEC: " ~shared +sycl ~openmp +tests %clang@=20.0.0 cxxflags==\"-w -fsycl -fsycl-unnamed-lambda -fsycl-targets=amdgcn-amd-amdhsa -Xsycl-target-backend --offload-arch=gfx906\"" - MODULE_LIST: "rocm/5.7.1" + MODULE_LIST: "rocm/6.0.2" + SYCL_PATH: "/usr/WS2/raja-dev/clang_sycl_730cd3a5275f_hip_gcc10.3.1_rocm6.0.2/" + LD_LIBRARY_PATH: "${SYCL_PATH}/lib:${SYCL_PATH}/lib64:${LD_LIBRARY_PATH}" extends: .job_on_corona