Skip to content

Commit c6dcde1

Browse files
committed
update
1 parent 2b91060 commit c6dcde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_sycl_nbody_action/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ runs:
3939
cd cuda-to-sycl-nbody
4040
ls scripts
4141
chmod +x scripts/build_dpcpp.sh
42-
CMAKE_CXX_COMPILER=$(pwd)/linux_nightly_release/bin/clang++ sh scripts/build_dpcpp.sh -DDPCPP_CUDA_SUPPORT=off #-nocudalib -DBACKEND=DPCPP
42+
CMAKE_CXX_COMPILER=$(pwd)/linux_nightly_release/bin/clang++ sh scripts/build_dpcpp.sh #-DDPCPP_CUDA_SUPPORT=off -nocudalib -DBACKEND=DPCPP
4343
#CA_HAL_DEBUG=1 OCL_ICD_FILENAMES=${{ inputs.workspace }}/build/lib/libCL.so ONEAPI_DEVICE_SELECTOR=opencl:acc SYCL_CONFIG_FILE_NAME= ./nbody_dpcpp 1

0 commit comments

Comments
 (0)