@@ -89,8 +89,8 @@ BENCHMARK_DEFINE_F(AlgoFixtureMPI, PadmmDistributeImage)(benchmark::State &state
89
89
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
- m_uv_data, m_sigma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ), true , true ,
93
- false , 1e-3 , 1e-2 , 50 , 1.0 , 1.0 );
92
+ m_uv_data, m_sigma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ), true , true , false ,
93
+ 1e-3 , 1e-2 , 50 , 1.0 , 1.0 );
94
94
95
95
// Benchmark the application of the algorithm
96
96
while (state.KeepRunning ()) {
@@ -110,8 +110,8 @@ BENCHMARK_DEFINE_F(AlgoFixtureMPI, PadmmDistributeGrid)(benchmark::State &state)
110
110
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
- m_uv_data, m_sigma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ), true , true ,
114
- false , 1e-3 , 1e-2 , 50 , 1.0 , 1.0 );
113
+ m_uv_data, m_sigma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ), true , true , false ,
114
+ 1e-3 , 1e-2 , 50 , 1.0 , 1.0 );
115
115
116
116
// Benchmark the application of the algorithm
117
117
while (state.KeepRunning ()) {
@@ -134,8 +134,8 @@ BENCHMARK_DEFINE_F(AlgoFixtureMPI, FbDistributeImage)(benchmark::State &state) {
134
134
135
135
m_fb = factory::fb_factory<sopt::algorithm::ImagingForwardBackward<t_complex>>(
136
136
factory::algo_distribution::mpi_serial, m_measurements_distribute_image, wavelets, m_uv_data,
137
- m_sigma, beta, gamma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ), true , true ,
138
- false , 1e-3 , 1e-2 , 50 , 1.0 );
137
+ m_sigma, beta, gamma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ), true , true , false ,
138
+ 1e-3 , 1e-2 , 50 , 1.0 );
139
139
140
140
// Benchmark the application of the algorithm
141
141
while (state.KeepRunning ()) {
@@ -158,8 +158,8 @@ BENCHMARK_DEFINE_F(AlgoFixtureMPI, FbDistributeGrid)(benchmark::State &state) {
158
158
159
159
m_fb = factory::fb_factory<sopt::algorithm::ImagingForwardBackward<t_complex>>(
160
160
factory::algo_distribution::mpi_serial, m_measurements_distribute_grid, wavelets, m_uv_data,
161
- m_sigma, beta, gamma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ), true , true ,
162
- false , 1e-3 , 1e-2 , 50 , 1.0 );
161
+ m_sigma, beta, gamma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ), true , true , false ,
162
+ 1e-3 , 1e-2 , 50 , 1.0 );
163
163
164
164
// Benchmark the application of the algorithm
165
165
while (state.KeepRunning ()) {
@@ -187,8 +187,8 @@ BENCHMARK_DEFINE_F(AlgoFixtureMPI, FbOnnxDistributeImage)(benchmark::State &stat
187
187
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
- m_sigma, beta, gamma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ), true , true ,
191
- false , 1e-3 , 1e-2 , 50 , 1.0 , tf_model_path, nondiff_func_type::Denoiser);
190
+ m_sigma, beta, gamma, m_imsizey, m_imsizex, m_sara.size (), state.range (3 ), true , true , false ,
191
+ 1e-3 , 1e-2 , 50 , 1.0 , 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