Skip to content

Commit

Permalink
Doubled number of runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz committed Sep 29, 2024
1 parent 1301c03 commit 4e7dbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/command_line.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class BenchmarkCommandLine
{
std::size_t size = cli_parser.getOrDefault<std::size_t>("--size", 1024);
std::size_t local_size = cli_parser.getOrDefault<std::size_t>("--local", 1024);
std::size_t num_runs = cli_parser.getOrDefault<std::size_t>("--num-runs", 80);
std::size_t num_runs = cli_parser.getOrDefault<std::size_t>("--num-runs", 160);

std::string device_type = cli_parser.getOrDefault<std::string>("--device", "cpu");
cl::sycl::queue q = getQueue(device_type);
Expand Down

0 comments on commit 4e7dbc7

Please sign in to comment.