You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/05/03 02:39:59 UTC

[GitHub] [incubator-mxnet] szha commented on a change in pull request #20131: [WIP][2.0] Add cpp-package

szha commented on a change in pull request #20131:
URL: https://github.com/apache/incubator-mxnet/pull/20131#discussion_r624851546



##########
File path: ci/docker/runtime_functions.sh
##########
@@ -320,6 +320,8 @@ build_ubuntu_cpu_openblas() {
         -DUSE_BLAS=Open \
         -DUSE_ONEDNN=OFF \
         -DUSE_CUDA=OFF \
+        -DUSE_CPP_PACKAGE=ON \
+        -DMXNET_USE_CPU=ON \

Review comment:
       I'm not sure whether this build option makes much sense as mxnet always has cpu mode enabled. For the lenet example, it would be great to have the code detect the GPU count instead




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org