ExaModels.jl icon indicating copy to clipboard operation
ExaModels.jl copied to clipboard

An algebraic modeling and automatic differentiation tool in Julia Language, specialized for SIMD abstraction of nonlinear programs.

Results 2 ExaModels.jl issues
Sort by recently updated
recently updated
newest added

Currently, we use some ad-hoc workaround to avoid errors in oneAPI's `reduce` operation https://github.com/JuliaGPU/oneAPI.jl/issues/426 This workaround should be removed once this issue is solved

I am getting started with the MadNLPGPU and ExaModels, I am already able to run the native ExaModels and solve nlps on a GPU. However, while using the JuMP Interface,...