Skip to content

Commit

Permalink
put the use_cuda back to false as default
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerHeintzmann committed Dec 21, 2023
1 parent 52a28d1 commit ec23e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using ShiftedArrays, Test
using AbstractFFTs
use_cuda = true; # set this to true to test ShiftedArrays for the CuArray datatype
use_cuda = false; # set this to true to test ShiftedArrays for the CuArray datatype
if (use_cuda)
using CUDA
CUDA.allowscalar(true); # needed for some of the comparisons
Expand Down

0 comments on commit ec23e5a

Please sign in to comment.