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 6e319c2 commit 253328aCopy full SHA for 253328a
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