Skip to content

Commit ef4a188

Browse files
Update cuda_tests.jl
1 parent 33666d9 commit ef4a188

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

lib/SimpleNonlinearSolve/test/gpu/cuda_tests.jl

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,10 @@ end
7777
SimpleLimitedMemoryBroyden(; linesearch = Val(true))
7878
)
7979
@test begin
80-
try
81-
@cuda kernel_function(prob, alg)
82-
@info "Successfully launched kernel for $(alg)."
83-
true
84-
catch err
85-
@error "Kernel Launch failed for $(alg)."
86-
false
87-
end
88-
end broken=(alg isa SimpleHalley && u0 isa StaticArray)
80+
@cuda kernel_function(prob, alg)
81+
@info "Successfully launched kernel for $(alg)."
82+
true
83+
end
8984
end
9085
end
9186
end

0 commit comments

Comments
 (0)