Skip to content

Commit fbb0d3d

Browse files
committed
remove debug CUDA call
1 parent b6647ad commit fbb0d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_HybridProblem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ import CUDA, cuDNN
205205
using GPUArraysCore
206206
import Flux
207207

208-
CUDA.device!(2) # TODO remove after GPU 0 becomes available again
208+
#CUDA.device!(2) # TODO remove after GPU 0 becomes available again
209209
gdev = gpu_device()
210210
#methods(CP.vec2uutri)
211211

0 commit comments

Comments
 (0)