mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 19:36:56 +01:00
TThread count defaultt to fastest
This commit is contained in:
@ -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;};
|
||||
|
||||
|
Reference in New Issue
Block a user