Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryaSharf committed Jan 3, 2024
1 parent 4f225e3 commit 24d2ea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build_sycl_nbody_action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ runs:
wget "https://github.com/oneapi-src/SYCLomatic/releases/download/20240102/linux_release.tgz"
mkdir syclomatic_nightly_release
tar -xzf linux_release.tgz -C syclomatic_nightly_release
ls syclomatic_nightly_release
- name: Set up Environment and build
shell: bash
Expand All @@ -31,7 +32,7 @@ runs:
export OCL_ICD_FILENAMES=${{ inputs.workspace }}/build/lib/libCL.so
export CXX=${{ inputs.workspace }}/linux_nightly_release/bin/clang++
export OCL_ICD_VENDORS=/dev/null
export dpct_INCLUDE_DIR=$(pwd)/syclomatic_nightly_release/linux_release/include/dpct
export dpct_INCLUDE_DIR=$(pwd)/syclomatic_nightly_release/linux_release/bin/dpct
cd cuda-to-sycl-nbody
sh scripts/build_dpcpp.sh -nocudalib -DBACKEND=DPCPP -DDPCPP_CUDA_SUPPORT=off
Expand Down

0 comments on commit 24d2ea3

Please sign in to comment.