Skip to content
Snippets Groups Projects
Commit e04d759a authored by Bram Veenboer's avatar Bram Veenboer
Browse files

Reduce data size to make benchmarks run faster

parent d9f02e06
No related branches found
No related tags found
No related merge requests found
...@@ -425,7 +425,7 @@ int main() { ...@@ -425,7 +425,7 @@ int main() {
constexpr int const num_repeats{3}; constexpr int const num_repeats{3};
constexpr int const num_warmups{1}; constexpr int const num_warmups{1};
constexpr int const n{256000000}; constexpr int const n{32000000};
CHECK_CUDA_ERROR(cuInit(0)); CHECK_CUDA_ERROR(cuInit(0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment