We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b91060 commit c6dcde1Copy full SHA for c6dcde1
.github/actions/build_sycl_nbody_action/action.yml
@@ -39,5 +39,5 @@ runs:
39
cd cuda-to-sycl-nbody
40
ls scripts
41
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
+ CMAKE_CXX_COMPILER=$(pwd)/linux_nightly_release/bin/clang++ sh scripts/build_dpcpp.sh #-DDPCPP_CUDA_SUPPORT=off -nocudalib -DBACKEND=DPCPP
43
#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