Skip to content

Commit

Permalink
remo
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryaSharf committed Jan 17, 2024
1 parent 7586491 commit 2bfba94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tartan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
run: |
export LD_LIBRARY_PATH=/opt/intel/oneapi/2024.0.1.46/lib:$LD_LIBRARY_PATH
export CMAKE_CXX_COMPILER=/opt/intel/oneapi/2024.0.1.46/clang++
#export PATH=$(pwd)/linux_nightly_release/bin/clang++:$(pwd)/syclomatic_nightly_release:$PATH
export CMAKE_C_COMPILER=/opt/intel/oneapi/2024.0.1.46//bin/clang
export PATH=/opt/intel/oneapi/2024.0.1.46/bin/icpx:/opt/intel/oneapi/2024.0.1.46/lib:$PATH
export CMAKE_C_COMPILER=/opt/intel/oneapi/2024.0.1.46/bin/clang
export OCL_ICD_FILENAMES=$(pwd)/build/lib/libCL.so
#export CXX=$(pwd)/linux_nightly_release/bin/clang++
#export CC=$(pwd)/linux_nightly_release/bin/clang
Expand Down

0 comments on commit 2bfba94

Please sign in to comment.