As we know, there is concept about multiplegpu in mxnet,when specify -gpu in command.And if we don't specify gpu,it will run it on cpu.How many cpus do it run ?Can it possible to specify multiple cpu?
On CPU, OpenBLAS usually will occupy all CPU cores. In MXNet, engine will occupy one or two cores, and OpenBLAS will take all remained.
blas is a good tool
Most helpful comment
On CPU, OpenBLAS usually will occupy all CPU cores. In MXNet, engine will occupy one or two cores, and OpenBLAS will take all remained.