Skip to content
Snippets Groups Projects
Commit 75da170f authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Reduce the number of tests

parent 7a250ed2
No related branches found
No related tags found
1 merge request!14Draft: Test convolution
Pipeline #106711 passed with warnings
...@@ -35,11 +35,6 @@ BENCHMARK_DEFINE_F(InitializeInput, ConvolveReference) ...@@ -35,11 +35,6 @@ BENCHMARK_DEFINE_F(InitializeInput, ConvolveReference)
} }
} }
BENCHMARK_REGISTER_F(InitializeInput, ConvolveReference) BENCHMARK_REGISTER_F(InitializeInput, ConvolveReference)
->Args({64, 32})
->Args({128, 64})
->Args({256, 126})
->Args({512, 754})
->Args({1024, 124})
->Args({2048, 1000}) ->Args({2048, 1000})
->Args({4096, 5000}); ->Args({4096, 5000});
...@@ -53,10 +48,5 @@ BENCHMARK_DEFINE_F(InitializeInput, ConvolveSerial) ...@@ -53,10 +48,5 @@ BENCHMARK_DEFINE_F(InitializeInput, ConvolveSerial)
} }
BENCHMARK_REGISTER_F(InitializeInput, ConvolveSerial) BENCHMARK_REGISTER_F(InitializeInput, ConvolveSerial)
->Args({64, 32})
->Args({128, 64})
->Args({256, 126})
->Args({512, 754})
->Args({1024, 124})
->Args({2048, 1000}) ->Args({2048, 1000})
->Args({4096, 5000}); ->Args({4096, 5000});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment