QueensGambit commented on issue #17216: how to compile mxnet with cpp and gpu support in the docker ? URL: https://github.com/apache/incubator-mxnet/issues/17216#issuecomment-573333270 > it gave : fatal error mxnet/op.h . No such file Yes, I don't really like the procedure either to create a cpp-header file with a python script. You need to call `OpWrapperGenerator.py` to create the `op.h` file: ```bash cd /opt/mxnet/cpp-package/scripts python OpWrapperGenerator.py "/usr/local/lib/libmxnet.so" ``` If this doesn't work on your system due to encoding errors, you can try downloading the file instead: * https://github.com/dmlc/MXNet.cpp/blob/master/include/mxnet-cpp/op.h
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
