From 9452233e0322c4d2801dfedb5194acf7ff6d6af2 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 13 Jul 2018 09:26:51 +0100 Subject: COMPMID-1398: Removed --threads from CommonOptions Otherwise --threads appear twice for benchmark_graph_* tests Change-Id: I4f5454f6a2fda2558386290583a0ab84cd4666bb Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/139827 Tested-by: Jenkins Reviewed-by: Pablo Tello --- tests/validate_examples/RunExample.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/validate_examples') diff --git a/tests/validate_examples/RunExample.cpp b/tests/validate_examples/RunExample.cpp index d842c5bd6f..9ce41c2768 100644 --- a/tests/validate_examples/RunExample.cpp +++ b/tests/validate_examples/RunExample.cpp @@ -124,8 +124,6 @@ int run_example(int argc, char **argv, std::unique_ptr example) g_example_argv.emplace_back(const_cast(arg.c_str())); // NOLINT } - // Set number of threads in Scheduler - Scheduler::get().set_num_threads(options.threads->value()); library = support::cpp14::make_unique("." /* Only using random values */, seed->value()); if(options.log_level->value() > framework::LogLevel::NONE) @@ -157,7 +155,6 @@ int run_example(int argc, char **argv, std::unique_ptr example) } #endif /* ARM_COMPUTE_CL */ p->print_entry("Iterations", support::cpp11::to_string(options.iterations->value())); - p->print_entry("Threads", support::cpp11::to_string(options.threads->value())); g_example->print_parameters(*p); } } -- cgit v1.2.1