Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryaSharf committed Jan 31, 2024
1 parent c6dcde1 commit 5f8306c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build_sycl_nbody_action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ runs:
export PATH=${{ inputs.workspace }}/linux_nightly_release/bin/clang++:$(pwd)/syclomatic_nightly_release:$PATH
export CMAKE_C_COMPILER=${{ inputs.workspace }}/linux_nightly_release/bin/clang
export OCL_ICD_FILENAMES=${{ inputs.workspace }}/build/lib/libCL.so
export CXX=${{ inputs.workspace }}/linux_nightly_release/bin/clang++
export CC=${{ inputs.workspace }}/linux_nightly_release/bin/clang
#export CXX=${{ inputs.workspace }}/linux_nightly_release/bin/clang++
#export CC=${{ inputs.workspace }}/linux_nightly_release/bin/clang
export OCL_ICD_VENDORS=/dev/null
export dpct_INCLUDE_DIR=$(pwd)/syclomatic_nightly_release/include
export dpct_LOCATION=$(pwd)/syclomatic_nightly_release
Expand Down

0 comments on commit 5f8306c

Please sign in to comment.