MethodError: no method matching getrf! when I try to use GPU to training a universal differential equation with ForwardDiff.jl

If you use Zygote you shouldn’t hit this. You can open an issue in CUDA.jl to implement a generic getrf! kernel, but just avoiding the need for a generic kernel is probably a better way here.

1 Like