You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/gpu_test.jl
+35-5Lines changed: 35 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,23 +21,53 @@ function nls_gpu_tests(p, Model; exclude = [])
21
21
end
22
22
end
23
23
24
-
@testset"Check GPU multiprecision for quasi-Newton model modifiers $M of NLP"for M in [LBFGSModel, LSR1Model, DiagonalPSBModel, DiagonalAndreiModel, SpectralGradientModel]
24
+
@testset"Check GPU multiprecision for quasi-Newton model modifiers $M of NLP"for M in [
25
+
LBFGSModel,
26
+
LSR1Model,
27
+
DiagonalPSBModel,
28
+
DiagonalAndreiModel,
29
+
SpectralGradientModel,
30
+
]
25
31
# for hprod, seehttps://github.com/JuliaSmoothOptimizers/LinearOperators.jl/issues/327
0 commit comments