Skip to content
Snippets Groups Projects
Commit f9891762 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[Runtime] Make getDefaultWorkerCount() public

parent 5673a1d7
Branches
Tags
No related merge requests found
......@@ -117,8 +117,6 @@ class Runtime : public Logger<LogSubsystem::RUNTI> {
static void printLastRuntimeStats(std::ostream& out = std::cout);
static auto getDefaultWorkerCount() -> workerid_t;
static auto shouldPinWorkers() -> bool;
static auto getDefaultPinningOffset() -> workerid_t;
......@@ -248,6 +246,8 @@ class Runtime : public Logger<LogSubsystem::RUNTI> {
void executeAndWait(std::function<void()> f);
static auto getDefaultWorkerCount() -> workerid_t;
friend class AbstractWorkStealingScheduler;
friend class WsDispatcher;
friend class LawsDispatcher;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment