Skip to content

Commit

Permalink
Update module and prepend LD_LIBRARY_PATH for sycl build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbernede committed Jan 21, 2025
1 parent ac22775 commit 5e63e1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab/jobs/corona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ rocmcc_5_7_1_hip_desul_atomics:
SPEC: " ~shared +rocm ~openmp +tests +desul amdgpu_target=gfx906 %rocmcc@=5.7.1 ^[email protected]"
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

0 comments on commit 5e63e1c

Please sign in to comment.