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/12/20 10:23:23 UTC

[GitHub] [incubator-mxnet] lorenzob commented on issue #17126: Memory should be completely released after an OOM happens

lorenzob commented on issue #17126: Memory should be completely released after an OOM happens
URL: https://github.com/apache/incubator-mxnet/issues/17126#issuecomment-567874505
 
 
   @leezu I'm willing too but I'm stuck with the build on a gtest error and I cannot find any complete build guide covering all the requisites. Can you help me with this?
   
   I have gtest in /usr/src/gtest and /usr/local/lib/gtest/
   
   I tried:
   
   cmake -DBLAS=open -DUSE_CUDA=1 -DUSE_CUDA_PATH=/usr/local/cuda -DUSE_CUDNN=1 -DUSE_MKL_IF_AVAILABLE=ON -DGTEST_ROOT=/usr/local/lib/gtest/ -DCMAKE_BUILD_TYPE=Release -GNinja ..
   
   but I have this error:
   ```
   [CMakeError.log](https://github.com/apache/incubator-mxnet/files/3987836/CMakeError.log)
   [CMakeOutput.log](https://github.com/apache/incubator-mxnet/files/3987837/CMakeOutput.log)
   [CMakeError.log](https://github.com/apache/incubator-mxnet/files/3987838/CMakeError.log)
   [CMakeOutput.log](https://github.com/apache/incubator-mxnet/files/3987839/CMakeOutput.log)
   
   
   
   
   -- CMAKE_CROSSCOMPILING FALSE
   -- CMAKE_HOST_SYSTEM_PROCESSOR x86_64
   -- CMAKE_SYSTEM_PROCESSOR x86_64
   -- CMAKE_SYSTEM_NAME Linux
   -- CMake version '3.10.2' using generator 'Ninja'
   -- Determining F16C support
   -- F16C enabled
   CMake Error at CMakeLists.txt:281 (add_subdirectory):
     The source directory
   
       /home/trz/github/incubator-mxnet/3rdparty/mkldnn
   
     does not contain a CMakeLists.txt file.
   
   
   -- Found NVTX (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libnvToolsExt.so)
   -- Found MKL (include: /opt/intel/mkl/include, lib: /opt/intel/mkl/lib/intel64/libmkl_rt.so
   -- CUDA detected: 10.0
   -- Found cuDNN (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so)
   -- Running GPU architecture autodetection
   -- Found CUDA arch 6.1
   -- Added CUDA NVCC flags for: sm_61
   -- Using JEMalloc malloc
   -- OpenCV 3.2.0 found (/usr/share/OpenCV)
   --  OpenCV_LIBS=opencv_core;opencv_highgui;opencv_imgproc;opencv_imgcodecs
   USE_LAPACK is ON
   CMake Error at CMakeLists.txt:516 (add_subdirectory):
     add_subdirectory given source
     "/home/trz/github/incubator-mxnet/3rdparty/googletest/googletest" which is
     not an existing directory.
   
   
   CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
   Please set them or make sure they are set and tested correctly in the CMake files:
   CUDA_cublas_device_LIBRARY (ADVANCED)
       linked by target "im2rec" in directory /home/trz/github/incubator-mxnet
       linked by target "im2rec" in directory /home/trz/github/incubator-mxnet
       linked by target "mxnet" in directory /home/trz/github/incubator-mxnet
       linked by target "mxnet" in directory /home/trz/github/incubator-mxnet
       linked by target "mxnet_unit_tests" in directory /home/trz/github/incubator-mxnet/tests
       linked by target "mxnet_unit_tests" in directory /home/trz/github/incubator-mxnet/tests
       linked by target "image-classification-predict" in directory /home/trz/github/incubator-mxnet/example/image-classification/predict-cpp
       linked by target "image-classification-predict" in directory /home/trz/github/incubator-mxnet/example/image-classification/predict-cpp
   
   -- Configuring incomplete, errors occurred!
   See also "/home/trz/github/incubator-mxnet/build/CMakeFiles/CMakeOutput.log".
   See also "/home/trz/github/incubator-mxnet/build/CMakeFiles/CMakeError.log".
   ```

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