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 8c1de3c commit 5b1f542Copy full SHA for 5b1f542
src/ensemblegpukernel/kernels.jl
@@ -19,7 +19,7 @@
19
u0, p_init,
20
init_success = if SciMLBase.has_initialization_data(prob.f)
21
# Perform initialization using SimpleNonlinearSolve compatible algorithm
22
- gpu_initialization_solve(prob, SimpleTrustRegion(), 1e-6, 1e-6)
+ gpu_initialization_solve(prob, SimpleTrustRegion(), 1f-6, 1f-6)
23
else
24
prob.u0, prob.p, true
25
end
0 commit comments