Open lf-openthos opened 5 years ago
@lf-openthos
Try to do before runing Darknet.
export OMP_NUM_THREADS=112
export KMP_AFFINITY=verbose,scatter
Also try to add here: https://github.com/AlexeyAB/darknet/blob/7b1ef39607047b4bcd01c450b0ead002c5148bb1/src/gemm.c#L753
omp_set_num_threads(112);
My server have 4 physical CPU (xeon 8280L) with 28 cores each. Whe darknet run with this parameter
Only ONE physical CPU and its 28 cores are full loaded, the other 3 physical CPU remain idle. Any comments?