[GitHub] pengzhao-intel commented on issue #12239: Scale to many CPU cores

2018-08-23 Thread GitBox
pengzhao-intel commented on issue #12239: Scale to many CPU cores URL: https://github.com/apache/incubator-mxnet/issues/12239#issuecomment-415642434 Thanks for the feedback. It needs the FW level supports or you can write your own code for your targets. ---

[GitHub] pengzhao-intel commented on issue #12239: Scale to many CPU cores

2018-08-22 Thread GitBox
pengzhao-intel commented on issue #12239: Scale to many CPU cores URL: https://github.com/apache/incubator-mxnet/issues/12239#issuecomment-415047891 @qw42 did you have a chance to try and could this approach help for your case? -

[GitHub] pengzhao-intel commented on issue #12239: Scale to many CPU cores

2018-08-20 Thread GitBox
pengzhao-intel commented on issue #12239: Scale to many CPU cores URL: https://github.com/apache/incubator-mxnet/issues/12239#issuecomment-414519602 @qw42 , you can use master branch or release version >= 1.2.0. A simple experiment by following commands. ``` export OMP_NUM

[GitHub] pengzhao-intel commented on issue #12239: Scale to many CPU cores

2018-08-20 Thread GitBox
pengzhao-intel commented on issue #12239: Scale to many CPU cores URL: https://github.com/apache/incubator-mxnet/issues/12239#issuecomment-414482629 yes:) This is an automated message from the Apache Git Service. To respo

[GitHub] pengzhao-intel commented on issue #12239: Scale to many CPU cores

2018-08-18 Thread GitBox
pengzhao-intel commented on issue #12239: Scale to many CPU cores URL: https://github.com/apache/incubator-mxnet/issues/12239#issuecomment-414047581 One practical approach is to launch many instances (mxnet itself) and each one uses several cores, say 4,8,16, for your inference. So you ca