We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33666d9 commit ef4a188Copy full SHA for ef4a188
lib/SimpleNonlinearSolve/test/gpu/cuda_tests.jl
@@ -77,15 +77,10 @@ end
77
SimpleLimitedMemoryBroyden(; linesearch = Val(true))
78
)
79
@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)
+ @cuda kernel_function(prob, alg)
+ @info "Successfully launched kernel for $(alg)."
+ true
+ end
89
end
90
91
0 commit comments