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.
2 parents 6e319c2 + 253328a commit a51f431Copy full SHA for a51f431
Generators/include/Generators/GeneratorHybrid.h
@@ -101,7 +101,7 @@ class GeneratorHybrid : public Generator
101
// Cocktail mode
102
bool mCocktailMode = false;
103
std::vector<std::vector<int>> mGroups;
104
-
+
105
// Create a task arena with a specified number of threads
106
std::thread mTBBTaskPoolRunner;
107
tbb::concurrent_bounded_queue<int> mInputTaskQueue;
0 commit comments