aaronmarkham commented on a change in pull request #12737: [MXNET-1017] 
Updating the readme file for cpp-package and adding readme file for example 
directory.
URL: https://github.com/apache/incubator-mxnet/pull/12737#discussion_r223774839
 
 

 ##########
 File path: cpp-package/example/README.md
 ##########
 @@ -0,0 +1,112 @@
+# MXNet C++ Package Examples
+
+## Building C++ examples
+
+The examples are built while building the MXNet library and cpp-package from 
source . However, they can be built manually as follows
+
+From cpp-package/examples directory
+
+-  Build all examples in release mode: **make all**
+-  Build all examples in debug mode: **make debug**
+
+By default, the examples are build to be run on GPU. To build examples to run 
on CPU:
+
+-  Release: **make all MXNET\_USE\_CPU=1**
 
 Review comment:
   What's with the backslashes?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to