Skip to content

Commit

Permalink
small change to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leios committed Dec 23, 2024
1 parent e550cf1 commit 2a26c03
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
Expand Up @@ -61,7 +61,7 @@ array_list = (Array,)

if run_cuda_tests
array_list = (array_list..., CuArray)
device!(parse(Int, DEVICE))
device!(DEVICE)
@info "The CUDA tests will be run on device $DEVICE"
else
@warn "The CUDA tests will not be run as a CUDA-enabled device is not available"
Expand Down

0 comments on commit 2a26c03

Please sign in to comment.