Skip to content

Commit

Permalink
OpenCL Test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Feb 7, 2024
1 parent 98777c1 commit f6d6e2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
-DBUILD_ALL_DEP=ON \
-DCHECK_GPU=OFF \
-DUSE_CUDA=${{ matrix.use-cuda }} \
-DUSE_OPENCL=OFF \
-DUSE_OPENCL=ON \
-DUSE_SSE=ON \
-DUSE_OPENMP=ON \
-DBUILD_TESTING=OFF \
Expand Down
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
404
405
2 changes: 1 addition & 1 deletion reg-lib/cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(CHECK_GPU)
message("The USE_CUDA flag has been turned OFF.")
set(USE_CUDA OFF CACHE BOOL "To use the CUDA platform" FORCE)
return()
# Check if the executable return failure
# Check if the executable return failure
elseif(RUN_RESULT_VAR)
message(WARNING "No CUDA-enabled card has been detected")
message("Result code: ${RUN_RESULT_VAR}")
Expand Down

0 comments on commit f6d6e2a

Please sign in to comment.