Skip to content

Commit 373bfb8

Browse files
committed
add list of GPU solvers currently supported
1 parent e053c22 commit 373bfb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ TRON and TRUNK have specialized implementations leveraging the structure of resi
5858
A key strength of `JSOSolvers.jl` lies in its efficiency and flexibility.
5959
The solvers support fully in-place execution, allowing repeated solves without additional memory allocation, which is particularly beneficial in high-performance and GPU computing environments where memory management is critical.
6060
The solvers support any floating-point type, including extended and multi-precision types such as BigFloat, DoubleFloats or QuadMath.
61-
In addition, several solvers support GPU arrays, broadening the range of hardware where the package can be effectively deployed, for instance when used together with `ExaModels.jl` [@shin2024accelerating].
61+
Moreover, TRUNK, TRUNK-NLS, and FOMO support GPU arrays, broadening the range of hardware where the package can be effectively deployed, for instance when used together with `ExaModels.jl` [@shin2024accelerating].
6262
The package documentation and \url{https://jso.dev/tutorials} provide examples illustrating the use of different floating-point systems.
6363
Furthermore, the solvers expose in-place function variants, allowing multiple optimization problems with identical dimensions and data types to be solved efficiently without reallocations.
6464

0 commit comments

Comments
 (0)