Open taDachs opened 1 day ago
Thanks for reporting this, @taDachs. This should be fixed. To use GPU feature, please try ExaModels: https://exanauts.github.io/ExaModels.jl/stable/guide/
If you want to use GPU features with JuMP, one option is using experimental JuMP interface, but this might be less stable/efficient https://exanauts.github.io/ExaModels.jl/stable/jump/
Hey, I tried following the quickstart for gpu solvers, but was unable to get the solver to run.
My code looks like this:
I get an error message which I don't really understand:
Is there a problem with how i setup my optimization problem? I couldn't find any documentation on the GPU solvers.