Skip to content

Incompatibility with CuArrays and ForwardDiff #19

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
charleskawczynski opened this issue Dec 8, 2020 · 0 comments · Fixed by #106
Closed

Incompatibility with CuArrays and ForwardDiff #19

charleskawczynski opened this issue Dec 8, 2020 · 0 comments · Fixed by #106

Comments

@charleskawczynski
Copy link

MWE:

using CUDA
using NonlinearSolve
f(u,p) = u .* u .- 2
u0 = CUDA.CuArray([1.0, 1.0])
probN = NonlinearProblem{false}(f, u0)
solver = solve(probN, NewtonRaphson(), tol = 1e-9)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant