We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3eaf6 commit 1661aabCopy full SHA for 1661aab
benchmarks/cpu_vs_gpu.jl
@@ -1,4 +1,12 @@
1
-using CompressedSensingIPM
+using CompressedSensingIPM, FFTW
2
+using MadNLP, MadNLPGPU
3
+
4
+function ipm_solve!(solver::MadNLP.MadNLPSolver)
5
+ MadNLP.print_init(solver)
6
+ MadNLP.initialize!(solver)
7
+ MadNLP.regular!(solver)
8
+ return MadNLP.MadNLPExecutionStats(solver)
9
+end
10
11
include("../test/fft_wei.jl")
12
include("../test/punching_centering.jl")
0 commit comments