mirror of
https://github.com/mmueller41/mxtasking.git
synced 2026-01-21 12:42:57 +01:00
Adapted maximum number of cores to evaluation platform.
This commit is contained in:
@@ -12,7 +12,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Maximal number of supported cores.
|
// Maximal number of supported cores.
|
||||||
static constexpr auto max_cores() { return 128U; }
|
static constexpr auto max_cores() { return 64U; }
|
||||||
|
|
||||||
// Maximal size for a single task, will be used for task allocation.
|
// Maximal size for a single task, will be used for task allocation.
|
||||||
static constexpr auto task_size() { return 64U; }
|
static constexpr auto task_size() { return 64U; }
|
||||||
|
|||||||
Reference in New Issue
Block a user