Incubator-mxnet: is there concept about multiplecpu in mxnet

Created on 31 May 2016  路  2Comments  路  Source: apache/incubator-mxnet

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?

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.

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sbodenstein picture sbodenstein  路  3Comments

xzqjack picture xzqjack  路  3Comments

qiliux picture qiliux  路  3Comments

seongkyun picture seongkyun  路  3Comments

realbns2008 picture realbns2008  路  3Comments