Merge branch 'main' of http://alex-freenas.ddns.net:3000/M/VisualSapfor
This commit is contained in:
@@ -131,7 +131,7 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const int maxThreads = 4 * std::thread::hardware_concurrency();
|
const int maxThreads = std::thread::hardware_concurrency();
|
||||||
printf("total tasks count = %ld, active task count %ld, maxKernels %d, maxNeededKernels %d, maxThreads %d\n",
|
printf("total tasks count = %ld, active task count %ld, maxKernels %d, maxNeededKernels %d, maxThreads %d\n",
|
||||||
this->getLength(), activeTasks, maxKernels, maxNeededKernels, maxThreads);
|
this->getLength(), activeTasks, maxKernels, maxNeededKernels, maxThreads);
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
11
|
12
|
||||||
Reference in New Issue
Block a user