Update dgemm_thread_safety.cpp
This commit is contained in:
parent
5048090862
commit
79cb24dc10
|
@ -16,7 +16,7 @@ int main(int argc, char* argv[]){
|
||||||
uint32_t numTestRounds = 16; //number of testing rounds before success exit
|
uint32_t numTestRounds = 16; //number of testing rounds before success exit
|
||||||
uint32_t maxHwThreads = omp_get_max_threads();
|
uint32_t maxHwThreads = omp_get_max_threads();
|
||||||
|
|
||||||
if (maxHwThreads() < 96)
|
if (maxHwThreads < 96)
|
||||||
numConcurrentThreads = maxHwThreads;
|
numConcurrentThreads = maxHwThreads;
|
||||||
|
|
||||||
if (argc > 4){
|
if (argc > 4){
|
||||||
|
|
Loading…
Reference in New Issue