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/05 22:03:56 UTC

[GitHub] [incubator-mxnet] barry-jin commented on pull request #20131: [2.0] Add cpp-package

barry-jin commented on pull request #20131:
URL: https://github.com/apache/incubator-mxnet/pull/20131#issuecomment-833075945


   C++ package for master branch is now ready for review. 
   Changes are listed as follows: 
   
   1. Adopt `MXCreateCachedOp` in Executor constructor in `cpp-package/include/mxnet-cpp/executor.hpp`
   2. Adopt `MXInvokeCachedOp`, `MXAutogradSetIsTraining` and `MXAutogradSetIsRecording` APIs on executor forward pass to execute graph. 
   3. Adopt `MXAutogradBackwardEx` API on executor backward pass. 
   4. Add tests back to CI(unix-gpu) to run some examples in `cpp-package/tests/ci_test.sh`
   5. Add documentation back and add instructions for cross-compilation for cpp-package. 
   ![Screen Shot 2021-05-05 at 2 54 18 PM](https://user-images.githubusercontent.com/69359374/117215442-0cc63680-adb3-11eb-8c4b-41dc0908f584.png)
   


-- 
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