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 2019/10/25 06:08:10 UTC

[GitHub] [incubator-mxnet] CoinCheung edited a comment on issue #16601: Where is this op.h file ?

CoinCheung edited a comment on issue #16601: Where is this op.h file ?
URL: https://github.com/apache/incubator-mxnet/issues/16601#issuecomment-546215398
 
 
   Thanks, I tried to compile from source but the `libmxnet.so` does not generated to `incubator-mxnet/lib`. It is just generated to the directory of `build/`.
   
   
   My compile command is like this: 
   ```
   mkdir -p build
   cmake -DUSE_CUDA=1 -DUSE_CUDA_PATH=/usr/local/cuda -DUSE_CUDNN=1 -DUSE_CPP_PACKAGE=1 -DCMAKE_BUILD_TYPE=Release -GNinja ..
   ninja
   ```
   Then the `libmxnet.so` is generated to the current directory of build, and there is still no `op.h` in the `cpp-package/include` folder.
   
   Did I followed the wrong compiling tutorial ?  I did as told in [this](https://mxnet.apache.org/get_started/cpp_setup.html) page.

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


With regards,
Apache Git Services