We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0068fa8 commit 03203a0Copy full SHA for 03203a0
tasks/tbb/example/perf_tests/main.cpp
@@ -11,7 +11,7 @@
11
#include "tbb/example/include/ops_tbb.hpp"
12
13
TEST(nesterov_a_test_task_tbb, test_pipeline_run) {
14
- constexpr int kCount = 700;
+ constexpr int kCount = 450;
15
16
// Create data
17
std::vector<int> in(kCount * kCount, 0);
@@ -52,7 +52,7 @@ TEST(nesterov_a_test_task_tbb, test_pipeline_run) {
52
}
53
54
TEST(nesterov_a_test_task_tbb, test_task_run) {
55
56
57
58
0 commit comments