cyrusbehr commented on issue #15974: USE_NNPACK build flag not honored. URL: https://github.com/apache/incubator-mxnet/issues/15974#issuecomment-572246032 Any updates on this issue @marcoabreu (it has been nearly 6 months). I am experiencing the same problem - although I am first exporting the library paths: ``` export YOUR_NNPACK_INSTALL_PATH=/home/nchafni/Cyrus/libs/NNPACK export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$YOUR_NNPACK_INSTALL_PATH/lib export CFLAGS="-I/home/nchafni/Cyrus/libs/NNPACK/include/ -I/home/nchafni/Cyrus/libs/NNPACK/third-party/pthreadpool/include/" cmake -DUSE_CPP_PACKAGE=1 -DUSE_NNPACK=1 -DUSE_CUDA=0 -DUSE_MKLDNN=1 -DUSE_LAPACK=0 -DUSE_OPENCV=0 -DUSE_OPENMP=0 .. ``` cmake output: ``` ... -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: USE_NNPACK ``` How are people currently building with NNPACK??
---------------------------------------------------------------- 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
