Fixed auto configuration without hwloc.
This commit is contained in:
parent
be251a2ec1
commit
4583d979db
4 changed files with 46 additions and 7 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
inline CpuThreads(size_t count) : m_data(count) {}
|
||||
|
||||
CpuThreads(const rapidjson::Value &value);
|
||||
CpuThreads(size_t count, int intensity);
|
||||
|
||||
inline bool isEmpty() const { return m_data.empty(); }
|
||||
inline const std::vector<CpuThread> &data() const { return m_data; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue