mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
TThread count defaultt to fastest
This commit is contained in:
parent
66005929af
commit
11bc1aeadc
@ -1,7 +1,7 @@
|
||||
#include <Grid/GridCore.h>
|
||||
|
||||
NAMESPACE_BEGIN(Grid);
|
||||
uint32_t accelerator_threads=8;
|
||||
uint32_t accelerator_threads=2;
|
||||
uint32_t acceleratorThreads(void) {return accelerator_threads;};
|
||||
void acceleratorThreads(uint32_t t) {accelerator_threads = t;};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user