@@ -90,7 +90,7 @@ BENCHMARK_DEFINE_F(AlgoFixtureMPI, PadmmDistributeImage)(benchmark::State &state
90
90
m_padmm = factory::padmm_factory<sopt::algorithm::ImagingProximalADMM<t_complex>>(
91
91
factory::algo_distribution::mpi_distributed, m_measurements_distribute_image, wavelets,
92
92
m_uv_data, m_sigma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ) + 1 , true , true ,
93
- false , 1e-3 , 1e-2 , 50 , 1.0 );
93
+ false , 1e-3 , 1e-2 , 50 );
94
94
95
95
// Benchmark the application of the algorithm
96
96
while (state.KeepRunning ()) {
@@ -111,7 +111,7 @@ BENCHMARK_DEFINE_F(AlgoFixtureMPI, PadmmDistributeGrid)(benchmark::State &state)
111
111
m_padmm = factory::padmm_factory<sopt::algorithm::ImagingProximalADMM<t_complex>>(
112
112
factory::algo_distribution::mpi_distributed, m_measurements_distribute_grid, wavelets,
113
113
m_uv_data, m_sigma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ) + 1 , true , true ,
114
- false , 1e-3 , 1e-2 , 50 , 1.0 );
114
+ false , 1e-3 , 1e-2 , 50 );
115
115
116
116
// Benchmark the application of the algorithm
117
117
while (state.KeepRunning ()) {
@@ -188,7 +188,7 @@ BENCHMARK_DEFINE_F(AlgoFixtureMPI, FbOnnxDistributeImage)(benchmark::State &stat
188
188
m_fb = factory::fb_factory<sopt::algorithm::ImagingForwardBackward<t_complex>>(
189
189
factory::algo_distribution::mpi_serial, m_measurements_distribute_image, wavelets, m_uv_data,
190
190
m_sigma, beta, gamma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ) + 1 , true , true ,
191
- false , 1e-3 , 1e-2 , 50 , 1.0 , tf_model_path, nondiff_func_type::Denoiser);
191
+ false , 1e-3 , 1e-2 , 50 , tf_model_path, nondiff_func_type::Denoiser);
192
192
193
193
// Benchmark the application of the algorithm
194
194
while (state.KeepRunning ()) {
0 commit comments