SAGA2: Increased number of tasks and stacks 10x

This commit is contained in:
Eugene Sandulenko 2023-02-13 20:31:57 +01:00
parent 350960e861
commit ece320d76a
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -89,7 +89,7 @@ TilePoint computeRepulsionVector(
TaskStackList class
* ===================================================================== */
const int numTaskStacks = 32;
const int numTaskStacks = 320;
// Manages the memory used for the TaskStack's. There will
// only be one global instantiation of this class
@ -401,7 +401,7 @@ void cleanupTaskStacks() {
TaskList class
* ===================================================================== */
const int numTasks = 64;
const int numTasks = 640;
// Manages the memory used for the Task's. There will only be one
// global instantiation of this class