You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not seem to be directly related to MKL-DNN, but rather to the way OpenMP CPU affinity interacts with fork(), so I am inclined to close this issue. Keeping open for a couple of days...
hi
I have created a libmxnet.so use USE_MKLDNN=1 in config.mk file.
the use time is 290ms per image is faster than before( 3800ms not use MKLDNN).
But I use fork to run the process the time is 1300ms per image the time is too long.
cpu useage:CPUS(32),not set OMP_NUM_THREADS use default
no fork :1600%CPU
fork:100%CPU ;
in fork case, when I set OMP_NUM_THREADS more large,the cpu usage is more large too ,but the speed is not improve.
why the Performance is so slow when use fork?
The text was updated successfully, but these errors were encountered: