Skip to content

Instantly share code, notes, and snippets.

@Eniac-Xie
Created September 27, 2017 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eniac-Xie/85141ab18f034f31a35221d8da151eef to your computer and use it in GitHub Desktop.
Save Eniac-Xie/85141ab18f034f31a35221d8da151eef to your computer and use it in GitHub Desktop.
xiecw@amax:~/pytorch$ python setup.py install
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
running install
running build_deps
/home/xiecw/pytorch/torch/_thnn/utils.py:1: RuntimeWarning: Parent module 'torch._thnn' not found while handling absolute import
import os
/home/xiecw/pytorch/torch/_thnn/utils.py:2: RuntimeWarning: Parent module 'torch._thnn' not found while handling absolute import
import itertools
/home/xiecw/pytorch/torch/_thnn/utils.py:3: RuntimeWarning: Parent module 'torch._thnn' not found while handling absolute import
import importlib
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc -- works
-- Detecting C compiler ABI info
-- Checking if C linker supports --verbose
-- Checking if C linker supports --verbose - yes
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Checking if CXX linker supports --verbose
-- Checking if CXX linker supports --verbose - yes
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
-- Compiling with OpenMP support
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this machine.
-- No OMAP4 processor on this machine.
-- Looking for cpuid.h
-- Looking for cpuid.h - found
-- Performing Test HAVE_GCC_GET_CPUID
-- Performing Test HAVE_GCC_GET_CPUID - Success
-- Performing Test NO_GCC_EBX_FPIC_BUG
-- Performing Test NO_GCC_EBX_FPIC_BUG - Success
-- Performing Test C_HAS_SSE1_1
-- Performing Test C_HAS_SSE1_1 - Success
-- Performing Test C_HAS_SSE2_1
-- Performing Test C_HAS_SSE2_1 - Success
-- Performing Test C_HAS_SSE3_1
-- Performing Test C_HAS_SSE3_1 - Failed
-- Performing Test C_HAS_SSE3_2
-- Performing Test C_HAS_SSE3_2 - Success
-- Performing Test C_HAS_SSE4_1_1
-- Performing Test C_HAS_SSE4_1_1 - Failed
-- Performing Test C_HAS_SSE4_1_2
-- Performing Test C_HAS_SSE4_1_2 - Success
-- Performing Test C_HAS_SSE4_2_1
-- Performing Test C_HAS_SSE4_2_1 - Failed
-- Performing Test C_HAS_SSE4_2_2
-- Performing Test C_HAS_SSE4_2_2 - Success
-- Performing Test C_HAS_AVX_1
-- Performing Test C_HAS_AVX_1 - Failed
-- Performing Test C_HAS_AVX_2
-- Performing Test C_HAS_AVX_2 - Success
-- Performing Test C_HAS_AVX2_1
-- Performing Test C_HAS_AVX2_1 - Failed
-- Performing Test C_HAS_AVX2_2
-- Performing Test C_HAS_AVX2_2 - Success
-- Performing Test CXX_HAS_SSE1_1
-- Performing Test CXX_HAS_SSE1_1 - Success
-- Performing Test CXX_HAS_SSE2_1
-- Performing Test CXX_HAS_SSE2_1 - Success
-- Performing Test CXX_HAS_SSE3_1
-- Performing Test CXX_HAS_SSE3_1 - Failed
-- Performing Test CXX_HAS_SSE3_2
-- Performing Test CXX_HAS_SSE3_2 - Success
-- Performing Test CXX_HAS_SSE4_1_1
-- Performing Test CXX_HAS_SSE4_1_1 - Failed
-- Performing Test CXX_HAS_SSE4_1_2
-- Performing Test CXX_HAS_SSE4_1_2 - Success
-- Performing Test CXX_HAS_SSE4_2_1
-- Performing Test CXX_HAS_SSE4_2_1 - Failed
-- Performing Test CXX_HAS_SSE4_2_2
-- Performing Test CXX_HAS_SSE4_2_2 - Success
-- Performing Test CXX_HAS_AVX_1
-- Performing Test CXX_HAS_AVX_1 - Failed
-- Performing Test CXX_HAS_AVX_2
-- Performing Test CXX_HAS_AVX_2 - Success
-- Performing Test CXX_HAS_AVX2_1
-- Performing Test CXX_HAS_AVX2_1 - Failed
-- Performing Test CXX_HAS_AVX2_2
-- Performing Test CXX_HAS_AVX2_2 - Success
-- SSE2 Found
-- SSE3 Found
-- AVX Found
-- AVX2 Found
-- Performing Test HAS_C11_ATOMICS
-- Performing Test HAS_C11_ATOMICS - Failed
-- Performing Test HAS_MSC_ATOMICS
-- Performing Test HAS_MSC_ATOMICS - Failed
-- Performing Test HAS_GCC_ATOMICS
-- Performing Test HAS_GCC_ATOMICS - Success
-- TH_SO_VERSION: 1
-- Atomics: using GCC intrinsics
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_intel_lp64: /home/xiecw/software/anaconda/lib/libmkl_intel_lp64.so
-- Library mkl_gnu_thread: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_intel_lp64: /home/xiecw/software/anaconda/lib/libmkl_intel_lp64.so
-- Library mkl_intel_thread: /home/xiecw/software/anaconda/lib/libmkl_intel_thread.so
-- Library mkl_core: /home/xiecw/software/anaconda/lib/libmkl_core.so
-- Library gomp: -fopenmp
-- Library pthread: /usr/lib/x86_64-linux-gnu/libpthread.so
-- Library m: /usr/lib/x86_64-linux-gnu/libm.so
-- Library dl: /usr/lib/x86_64-linux-gnu/libdl.so
-- Looking for cblas_sgemm
-- Looking for cblas_sgemm - not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_intel_lp64: /home/xiecw/software/anaconda/lib/libmkl_intel_lp64.so
-- Library mkl_gnu_thread: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_intel_lp64: /home/xiecw/software/anaconda/lib/libmkl_intel_lp64.so
-- Library mkl_intel_thread: /home/xiecw/software/anaconda/lib/libmkl_intel_thread.so
-- Library mkl_core: /home/xiecw/software/anaconda/lib/libmkl_core.so
-- Library iomp5: /usr/lib/libiomp5.so
-- Library pthread: /usr/lib/x86_64-linux-gnu/libpthread.so
-- Library m: /usr/lib/x86_64-linux-gnu/libm.so
-- Library dl: /usr/lib/x86_64-linux-gnu/libdl.so
-- Looking for cblas_sgemm
-- Looking for cblas_sgemm - found
-- MKL library found
-- Performing Test BLAS_F2C_DOUBLE_WORKS
-- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
-- Performing Test BLAS_F2C_FLOAT_WORKS
-- Performing Test BLAS_F2C_FLOAT_WORKS - Success
-- Performing Test BLAS_USE_CBLAS_DOT
-- Performing Test BLAS_USE_CBLAS_DOT - Success
-- Found a library with BLAS API (mkl).
-- Found a library with LAPACK API. (mkl)
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for shm_open
-- Looking for shm_open - found
-- Looking for shm_unlink
-- Looking for shm_unlink - found
-- Looking for malloc_usable_size
-- Looking for malloc_usable_size - found
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Success
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
CUDA_NVCC_FLAGS
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THPP_LIBRARIES
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIB_PATH
Torch_FOUND
-- Build files have been written to: /home/xiecw/pytorch/torch/lib/build/TH
Scanning dependencies of target TH
[ 9%] Building C object CMakeFiles/TH.dir/THTensor.c.o
[ 14%] Building C object CMakeFiles/TH.dir/THHalf.c.o
[ 14%] Building C object CMakeFiles/TH.dir/THGeneral.c.o
[ 28%] Building C object CMakeFiles/TH.dir/THAllocator.c.o
[ 28%] Building C object CMakeFiles/TH.dir/THStorage.c.o
[ 28%] Building C object CMakeFiles/TH.dir/THBlas.c.o
[ 33%] Building C object CMakeFiles/TH.dir/THSize.c.o
[ 38%] Building C object CMakeFiles/TH.dir/THLogAdd.c.o
[ 42%] Building C object CMakeFiles/TH.dir/THMemoryFile.c.o
[ 47%] Building C object CMakeFiles/TH.dir/vector/AVX.c.o
[ 52%] Building C object CMakeFiles/TH.dir/THFile.c.o
[ 57%] Building C object CMakeFiles/TH.dir/generic/simd/convolve5x5_avx.c.o
[ 61%] Building C object CMakeFiles/TH.dir/generic/simd/convolve5x5_sse.c.o
[ 66%] Building C object CMakeFiles/TH.dir/THRandom.c.o
[ 71%] Building C object CMakeFiles/TH.dir/THLapack.c.o
[ 76%] Building C object CMakeFiles/TH.dir/THDiskFile.c.o
[ 80%] Building C object CMakeFiles/TH.dir/generic/simd/convolve.c.o
[ 85%] Building C object CMakeFiles/TH.dir/THAtomic.c.o
[ 90%] Building C object CMakeFiles/TH.dir/THVector.c.o
[ 95%] Building C object CMakeFiles/TH.dir/vector/AVX2.c.o
[100%] Linking C shared library libTH.so
[100%] Built target TH
Install the project...
-- Install configuration: "Release"
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTH.so.1
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTH.so
-- Set runtime path of "/home/xiecw/pytorch/torch/lib/tmp_install/lib/libTH.so.1" to ""
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/TH.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THAllocator.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THMath.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THBlas.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THDiskFile.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THFile.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THFilePrivate.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THGeneral.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THGenerateAllTypes.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THGenerateDoubleType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THGenerateFloatType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THGenerateHalfType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THGenerateLongType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THGenerateIntType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THGenerateShortType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THGenerateCharType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THGenerateByteType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THGenerateFloatTypes.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THGenerateIntTypes.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THLapack.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THLogAdd.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THMemoryFile.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THRandom.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THSize.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THTensorApply.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THTensorDimApply.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THTensorMacros.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THVector.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THAtomic.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/THHalf.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/vector/AVX.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/vector/AVX2.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THBlas.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THBlas.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THLapack.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THLapack.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THStorage.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THStorageCopy.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THStorageCopy.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THTensor.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorConv.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorConv.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorCopy.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorCopy.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorLapack.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorLapack.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorMath.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorMath.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorRandom.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorRandom.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THVectorDispatch.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/TH/generic/THVector.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/share/cmake/TH/THConfig.cmake
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc -- works
-- Detecting C compiler ABI info
-- Checking if C linker supports --verbose
-- Checking if C linker supports --verbose - yes
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Checking if CXX linker supports --verbose
-- Checking if CXX linker supports --verbose - yes
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- TH_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTH.so.1
-- THS_SO_VERSION: 1
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
CUDA_NVCC_FLAGS
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THPP_LIBRARIES
THS_LIBRARIES
TH_SO_VERSION
-- Build files have been written to: /home/xiecw/pytorch/torch/lib/build/THS
Scanning dependencies of target THS
[ 50%] Building C object CMakeFiles/THS.dir/THSTensor.c.o
[100%] Linking C shared library libTHS.so
[100%] Built target THS
Install the project...
-- Install configuration: "Release"
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHS.so.1
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHS.so
-- Set runtime path of "/home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHS.so.1" to ""
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THS/THS.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THS/THSGenerateAllTypes.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THS/THSGenerateFloatTypes.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THS/THSGenerateIntTypes.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THS/THSTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensor.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensorMath.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensorMath.h
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc -- works
-- Detecting C compiler ABI info
-- Checking if C linker supports --verbose
-- Checking if C linker supports --verbose - yes
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Checking if CXX linker supports --verbose
-- Checking if CXX linker supports --verbose - yes
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- TH_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTH.so.1
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
-- Compiling with OpenMP support
CMake Warning (dev) at CMakeLists.txt:61 (LINK_DIRECTORIES):
This command specifies the relative path
as a link directory.
Policy CMP0015 is not set: link_directories() treats paths relative to the
source dir. Run "cmake --help-policy CMP0015" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- THNN_SO_VERSION: 1
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
CUDA_NVCC_FLAGS
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THPP_LIBRARIES
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIB_PATH
TH_SO_VERSION
-- Build files have been written to: /home/xiecw/pytorch/torch/lib/build/THNN
Scanning dependencies of target THNN
[ 50%] Building C object CMakeFiles/THNN.dir/init.c.o
[100%] Linking C shared library libTHNN.so
[100%] Built target THNN
Install the project...
-- Install configuration: "Release"
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHNN.so.1
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHNN.so
-- Set runtime path of "/home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHNN.so.1" to ""
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THNN/THNN.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THNN/generic/THNN.h
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc -- works
-- Detecting C compiler ABI info
-- Checking if C linker supports --verbose
-- Checking if C linker supports --verbose - yes
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Checking if CXX linker supports --verbose
-- Checking if CXX linker supports --verbose - yes
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Removing -DNDEBUG from compile flags
-- TH_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTH.so.1
-- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "5.5")
-- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - True
-- Compiling with MAGMA support
-- MAGMA INCLUDE DIRECTORIES: /home/xiecw/software/anaconda/include
-- MAGMA LIBRARIES: /home/xiecw/software/anaconda/lib/libmagma.a
-- MAGMA V2 check: 1
-- Autodetected CUDA architecture(s): 5.2 5.2 5.2 5.2 5.2 5.2 5.2 5.2
-- got cuda version 8.0
-- Found CUDA with FP16 support, compiling with torch.CudaHalfTensor
-- CUDA_NVCC_FLAGS: -DTH_INDEX_BASE=0 -I/home/xiecw/pytorch/torch/lib/tmp_install/include -I/home/xiecw/pytorch/torch/lib/tmp_install/include/TH -I/home/xiecw/pytorch/torch/lib/tmp_install/include/THC -I/home/xiecw/pytorch/torch/lib/tmp_install/include/THS -I/home/xiecw/pytorch/torch/lib/tmp_install/include/THCS -I/home/xiecw/pytorch/torch/lib/tmp_install/include/THPP -I/home/xiecw/pytorch/torch/lib/tmp_install/include/THNN -I/home/xiecw/pytorch/torch/lib/tmp_install/include/THCUNN;-gencode;arch=compute_52,code=sm_52;-DCUDA_HAS_FP16=1
-- THC_SO_VERSION: 1
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THPP_LIBRARIES
THS_LIBRARIES
TH_SO_VERSION
-- Build files have been written to: /home/xiecw/pytorch/torch/lib/build/THC
[ 3%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCHalf.cu.o
[ 3%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensor.cu.o
[ 3%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCStorage.cu.o
[ 4%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMath2.cu.o
[ 8%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorCopy.cu.o
[ 10%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorConv.cu.o
[ 10%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCReduceApplyUtils.cu.o
[ 12%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathScan.cu.o
[ 13%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorSort.cu.o
[ 15%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCStorageCopy.cu.o
[ 15%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCBlas.cu.o
[ 6%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathBlas.cu.o
[ 7%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathMagma.cu.o
[ 20%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorTypeUtils.cu.o
[ 20%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorRandom.cu.o
[ 21%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCSortUtils.cu.o
[ 17%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMath.cu.o
[ 18%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathPairwise.cu.o
[ 26%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathReduce.cu.o
[ 26%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorIndex.cu.o
[ 26%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareByte.cu.o
[ 26%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMode.cu.o
[ 29%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortByte.cu.o
[ 29%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorScatterGather.cu.o
[ 30%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCSleep.cu.o
[ 31%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseByte.cu.o
[ 32%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorTopK.cu.o
[ 34%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedByte.cu.o
[ 35%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTByte.cu.o
[ 36%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceByte.cu.o
[ 39%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareChar.cu.o
[ 39%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseChar.cu.o
[ 40%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortChar.cu.o
[ 42%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTChar.cu.o
[ 42%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedChar.cu.o
[ 43%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceChar.cu.o
[ 45%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortShort.cu.o
[ 47%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareShort.cu.o
[ 46%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseShort.cu.o
[ 48%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTShort.cu.o
[ 50%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceShort.cu.o
[ 51%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedShort.cu.o
[ 52%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortInt.cu.o
[ 54%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceInt.cu.o
[ 54%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareInt.cu.o
[ 56%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTInt.cu.o
[ 57%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseInt.cu.o
[ 58%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedInt.cu.o
[ 59%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortLong.cu.o
[ 60%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTLong.cu.o
[ 62%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceLong.cu.o
[ 64%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareLong.cu.o
[ 64%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseLong.cu.o
[ 65%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedLong.cu.o
[ 67%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortHalf.cu.o
[ 68%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTHalf.cu.o
[ 69%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseHalf.cu.o
[ 70%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareHalf.cu.o
[ 71%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceHalf.cu.o
[ 73%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedHalf.cu.o
[ 74%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortFloat.cu.o
[ 75%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTFloat.cu.o
[ 76%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseFloat.cu.o
[ 78%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareFloat.cu.o
[ 79%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceFloat.cu.o
[ 80%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedFloat.cu.o
[ 81%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortDouble.cu.o
[ 82%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTDouble.cu.o
[ 84%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseDouble.cu.o
[ 85%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareDouble.cu.o
[ 86%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceDouble.cu.o
[ 87%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedDouble.cu.o
Scanning dependencies of target THC
[ 90%] Building C object CMakeFiles/THC.dir/THCTensor.c.o
[ 95%] Building CXX object CMakeFiles/THC.dir/THCCachingAllocator.cpp.o
[ 98%] Building C object CMakeFiles/THC.dir/THCGeneral.c.o
[ 98%] Building CXX object CMakeFiles/THC.dir/THCCachingHostAllocator.cpp.o
[ 98%] Building C object CMakeFiles/THC.dir/THCTensorCopy.c.o
[ 98%] Building CXX object CMakeFiles/THC.dir/THCTensorRandom.cpp.o
[ 98%] Building C object CMakeFiles/THC.dir/THCThreadLocal.c.o
[ 98%] Building C object CMakeFiles/THC.dir/THCStorageCopy.c.o
[ 98%] Building CXX object CMakeFiles/THC.dir/THCStream.cpp.o
[100%] Linking CXX shared library libTHC.so
[100%] Built target THC
Install the project...
-- Install configuration: "Release"
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHC.so.1
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHC.so
-- Set runtime path of "/home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHC.so.1" to ""
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THC.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCGeneral.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCBlas.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCSleep.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCStorageCopy.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCStream.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCThreadLocal.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCTensorCopy.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCTensorRandom.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCTensorMath.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCTensorConv.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCApply.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCReduce.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCReduceAll.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCReduceApplyUtils.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCAsmUtils.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCAtomics.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCScanUtils.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCSortUtils.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCAllocator.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCCachingAllocator.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCCachingHostAllocator.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCDeviceUtils.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensor.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensor-inl.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensorUtils.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensorUtils-inl.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCGenerateAllTypes.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCGenerateByteType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCGenerateCharType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCGenerateShortType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCGenerateIntType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCGenerateLongType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCGenerateHalfType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCGenerateFloatType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCGenerateFloatTypes.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCGenerateDoubleType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCHalf.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCNumerics.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCTensorSort.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCTensorInfo.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCTensorMathPointwise.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCTensorTypeUtils.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCTensorRandom.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCTensorMathMagma.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCThrustAllocator.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCTensorMode.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/THCTensorTopK.cuh
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMasked.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMasked.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMath.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMath.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathBlas.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathBlas.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompare.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompare.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompareT.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompareT.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathMagma.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathMagma.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPairwise.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPairwise.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPointwise.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPointwise.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathReduce.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathReduce.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathScan.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathScan.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorScatterGather.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorScatterGather.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorIndex.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorIndex.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorSort.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorSort.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCDeviceTensorUtils.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorRandom.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorRandom.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMode.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMode.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorTopK.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorTopK.cu
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc -- works
-- Detecting C compiler ABI info
-- Checking if C linker supports --verbose
-- Checking if C linker supports --verbose - yes
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Checking if CXX linker supports --verbose
-- Checking if CXX linker supports --verbose - yes
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "5.5")
-- TH_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTH.so.1
-- THC_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHC.so.1
-- THS_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHS.so.1
-- Autodetected CUDA architecture(s): 5.2 5.2 5.2 5.2 5.2 5.2 5.2 5.2
-- got cuda version 8.0
-- Found CUDA with FP16 support, compiling with torch.CudaHalfTensor
-- CUDA_NVCC_FLAGS: -DTH_INDEX_BASE=0 -I/home/xiecw/pytorch/torch/lib/tmp_install/include -I/home/xiecw/pytorch/torch/lib/tmp_install/include/TH -I/home/xiecw/pytorch/torch/lib/tmp_install/include/THC -I/home/xiecw/pytorch/torch/lib/tmp_install/include/THS -I/home/xiecw/pytorch/torch/lib/tmp_install/include/THCS -I/home/xiecw/pytorch/torch/lib/tmp_install/include/THPP -I/home/xiecw/pytorch/torch/lib/tmp_install/include/THNN -I/home/xiecw/pytorch/torch/lib/tmp_install/include/THCUNN;-gencode;arch=compute_52,code=sm_52;-DCUDA_HAS_FP16=1
-- THCS_SO_VERSION: 1
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THPP_LIBRARIES
TH_SO_VERSION
-- Build files have been written to: /home/xiecw/pytorch/torch/lib/build/THCS
[ 50%] Building NVCC (Device) object CMakeFiles/THCS.dir/THCS_generated_THCSparse.cu.o
[ 50%] Building NVCC (Device) object CMakeFiles/THCS.dir/THCS_generated_THCSTensor.cu.o
Scanning dependencies of target THCS
[ 75%] Building C object CMakeFiles/THCS.dir/THCSTensor.c.o
[100%] Linking CXX shared library libTHCS.so
[100%] Built target THCS
Install the project...
-- Install configuration: "Release"
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHCS.so.1
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHCS.so
-- Set runtime path of "/home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHCS.so.1" to ""
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/THCS.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/THCSTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateAllTypes.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateByteType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateCharType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateShortType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateIntType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateLongType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateHalfType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateFloatType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateFloatTypes.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateDoubleType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/THCSparse.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensor.c
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensor.cu
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensorMath.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensorMath.cu
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc -- works
-- Detecting C compiler ABI info
-- Checking if C linker supports --verbose
-- Checking if C linker supports --verbose - yes
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Checking if CXX linker supports --verbose
-- Checking if CXX linker supports --verbose - yes
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Removing -DNDEBUG from compile flags
-- TH_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTH.so.1
-- THC_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHC.so.1
-- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "6.5")
-- Autodetected CUDA architecture(s): 5.2 5.2 5.2 5.2 5.2 5.2 5.2 5.2
-- THCUNN_SO_VERSION: 1
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THPP_LIBRARIES
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIB_PATH
TH_SO_VERSION
-- Build files have been written to: /home/xiecw/pytorch/torch/lib/build/THCUNN
[ 2%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_ClassNLLCriterion.cu.o
[ 2%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_HardTanh.cu.o
[ 5%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_AbsCriterion.cu.o
[ 5%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_BatchNormalization.cu.o
[ 7%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_IndexLinear.cu.o
[ 8%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricUpSamplingTrilinear.cu.o
[ 9%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_BCECriterion.cu.o
[ 12%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTable.cu.o
[ 12%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTableBag.cu.o
[ 14%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_DistKLDivCriterion.cu.o
[ 15%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_FusedRNNKernel.cu.o
[ 16%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_FeatureLPPooling.cu.o
[ 18%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_ELU.cu.o
[ 19%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LeakyReLU.cu.o
[ 21%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_GatedLinearUnit.cu.o
[ 23%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_MultiLabelMarginCriterion.cu.o
[ 23%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Abs.cu.o
[ 26%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_L1Cost.cu.o
[ 26%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LogSoftMax.cu.o
[ 28%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LogSigmoid.cu.o
[ 29%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_MarginCriterion.cu.o
[ 30%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_MSECriterion.cu.o
[ 32%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SmoothL1Criterion.cu.o
[ 33%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SoftMax.cu.o
[ 35%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_MultiMarginCriterion.cu.o
[ 36%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_PReLU.cu.o
[ 38%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_RReLU.cu.o
[ 39%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Sigmoid.cu.o
[ 40%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SparseLinear.cu.o
[ 42%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SoftShrink.cu.o
[ 43%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialAdaptiveAveragePooling.cu.o
[ 45%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SoftPlus.cu.o
[ 46%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SoftMarginCriterion.cu.o
[ 47%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialClassNLLCriterion.cu.o
[ 49%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialConvolutionLocal.cu.o
[ 50%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialAdaptiveMaxPooling.cu.o
[ 52%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialAveragePooling.cu.o
[ 53%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialCrossMapLRN.cu.o
[ 54%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialDilatedMaxPooling.cu.o
[ 56%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialDepthWiseConvolution.cu.o
[ 59%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialDilatedConvolution.cu.o
[ 59%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFractionalMaxPooling.cu.o
[ 60%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFullConvolution.cu.o
[ 63%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialMaxPooling.cu.o
[ 67%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialMaxUnpooling.cu.o
[ 61%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialConvolutionMM.cu.o
[ 64%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialReflectionPadding.cu.o
[ 66%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFullDilatedConvolution.cu.o
[ 69%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialReplicationPadding.cu.o
[ 70%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialUpSamplingNearest.cu.o
[ 71%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialSubSampling.cu.o
[ 73%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Sqrt.cu.o
[ 74%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialUpSamplingBilinear.cu.o
[ 76%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Tanh.cu.o
[ 77%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Square.cu.o
[ 78%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalConvolution.cu.o
[ 80%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalMaxPooling.cu.o
[ 81%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalRowConvolution.cu.o
[ 83%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Threshold.cu.o
[ 84%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricAveragePooling.cu.o
[ 85%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricDilatedConvolution.cu.o
[ 87%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricConvolution.cu.o
[ 88%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricDilatedMaxPooling.cu.o
[ 90%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricFractionalMaxPooling.cu.o
[ 91%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricFullConvolution.cu.o
[ 92%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricFullDilatedConvolution.cu.o
[ 94%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricMaxPooling.cu.o
[ 95%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricMaxUnpooling.cu.o
[ 97%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricReplicationPadding.cu.o
[ 98%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricUpSamplingNearest.cu.o
/home/xiecw/pytorch/torch/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but never referenced
/home/xiecw/pytorch/torch/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but never referenced
Scanning dependencies of target THCUNN
[100%] Linking CXX shared library libTHCUNN.so
[100%] Built target THCUNN
Install the project...
-- Install configuration: "Release"
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHCUNN.so.1
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHCUNN.so
-- Set runtime path of "/home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHCUNN.so.1" to ""
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCUNN/THCUNN.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THCUNN/generic/THCUNN.h
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc -- works
-- Detecting C compiler ABI info
-- Checking if C linker supports --verbose
-- Checking if C linker supports --verbose - yes
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Checking if CXX linker supports --verbose
-- Checking if CXX linker supports --verbose - yes
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- TH_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTH.so.1
-- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "5.5")
-- THC_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHC.so.1
-- THCS_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHCS.so.1
-- Excluding /home/xiecw/pytorch/torch/lib/THPP/storages/generic/THCStorage.cpp from the build
-- Excluding /home/xiecw/pytorch/torch/lib/THPP/storages/generic/THStorage.cpp from the build
-- Excluding /home/xiecw/pytorch/torch/lib/THPP/tensors/generic/THCSTensor.cpp from the build
-- Excluding /home/xiecw/pytorch/torch/lib/THPP/tensors/generic/THCTensor.cpp from the build
-- Excluding /home/xiecw/pytorch/torch/lib/THPP/tensors/generic/THSTensor.cpp from the build
-- Excluding /home/xiecw/pytorch/torch/lib/THPP/tensors/generic/THTensor.cpp from the build
CMake Warning (dev) at CMakeLists.txt:105 (TARGET_LINK_LIBRARIES):
Policy CMP0023 is not set: Plain and keyword target_link_libraries
signatures cannot be mixed. Run "cmake --help-policy CMP0023" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
The keyword signature for target_link_libraries has already been used with
the target "THPP". All uses of target_link_libraries with a target should
be either all-keyword or all-plain.
The uses of the keyword signature are here:
* CMakeLists.txt:102 (TARGET_LINK_LIBRARIES)
* CMakeLists.txt:104 (TARGET_LINK_LIBRARIES)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THPP_LIBRARIES
TH_INCLUDE_PATH
TH_LIB_PATH
TH_SO_VERSION
-- Build files have been written to: /home/xiecw/pytorch/torch/lib/build/THPP
Scanning dependencies of target THPP
[ 18%] Building CXX object CMakeFiles/THPP.dir/Traits.cpp.o
[ 18%] Building CXX object CMakeFiles/THPP.dir/TraitsCuda.cpp.o
[ 27%] Building CXX object CMakeFiles/THPP.dir/storages/THCStorage.cpp.o
[ 36%] Building CXX object CMakeFiles/THPP.dir/storages/THStorage.cpp.o
[ 45%] Building CXX object CMakeFiles/THPP.dir/tensors/THCSTensor.cpp.o
[ 54%] Building CXX object CMakeFiles/THPP.dir/tensors/THCTensor.cpp.o
[ 63%] Building CXX object CMakeFiles/THPP.dir/generators/THCGenerator.cpp.o
[ 72%] Building CXX object CMakeFiles/THPP.dir/generators/THGenerator.cpp.o
[ 81%] Building CXX object CMakeFiles/THPP.dir/tensors/THTensor.cpp.o
[ 90%] Building CXX object CMakeFiles/THPP.dir/tensors/THSTensor.cpp.o
[100%] Linking CXX shared library libTHPP.so
[100%] Built target THPP
Install the project...
-- Install configuration: "Release"
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHPP.so.1
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHPP.so
-- Set runtime path of "/home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHPP.so.1" to ""
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/THPP.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/Generator.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/Storage.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/Tensor.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/Traits.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/TraitsCuda.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/Type.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/generators/THCGenerator.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/generators/THGenerator.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/storages/THCStorage.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/storages/THStorage.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/storages/generic/THCStorage.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/storages/generic/THStorage.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/tensors/THCSTensor.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/tensors/THCTensor.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/tensors/THSTensor.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/tensors/THTensor.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/tensors/generic/THCSTensor.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/tensors/generic/THCTensor.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/tensors/generic/THSTensor.hpp
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/THPP/tensors/generic/THTensor.hpp
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc -- works
-- Detecting C compiler ABI info
-- Checking if C linker supports --verbose
-- Checking if C linker supports --verbose - yes
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Checking if CXX linker supports --verbose
-- Checking if CXX linker supports --verbose - yes
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
CUDA_NVCC_FLAGS
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THPP_LIBRARIES
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
-- Build files have been written to: /home/xiecw/pytorch/torch/lib/build/libshm
Scanning dependencies of target torch_shm_manager
Scanning dependencies of target shm
[ 25%] Building CXX object CMakeFiles/shm.dir/core.cpp.o
[ 50%] Building CXX object CMakeFiles/torch_shm_manager.dir/manager.cpp.o
[ 75%] Linking CXX shared library libshm.so
[ 75%] Built target shm
[100%] Linking CXX executable torch_shm_manager
CMakeFiles/torch_shm_manager.dir/manager.cpp.o: In function `main':
manager.cpp:(.text.startup+0x1f): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
[100%] Built target torch_shm_manager
Install the project...
-- Install configuration: "Release"
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libshm.so
-- Set runtime path of "/home/xiecw/pytorch/torch/lib/tmp_install/lib/libshm.so" to ""
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/libshm.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/bin/torch_shm_manager
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc -- works
-- Detecting C compiler ABI info
-- Checking if C linker supports --verbose
-- Checking if C linker supports --verbose - yes
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Checking if CXX linker supports --verbose
-- Checking if CXX linker supports --verbose - yes
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- TH_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTH.so.1
-- THNN_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHNN.so.1
-- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "5.5")
-- THC_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHC.so.1
-- THCS_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHCS.so.1
-- THCUNN_LIBRARIES: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libTHCUNN.so.1
Excluding arange
Excluding arange
Excluding arange
Excluding arange
Excluding random_
Excluding random_
Excluding random_
Excluding random_
Excluding random_
Excluding random_
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal_
Excluding normal_
Excluding normal_
Excluding normal_
Excluding normal_
Excluding normal_
Excluding exponential_
Excluding exponential_
Excluding exponential_
Excluding exponential_
Excluding bernoulli
Excluding bernoulli
Excluding bernoulli
Excluding bernoulli
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli
Excluding bernoulli
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
THCUNN_SO_VERSION
THC_SO_VERSION
THD_SO_VERSION
THNN_SO_VERSION
THPP_LIBRARIES
TH_INCLUDE_PATH
TH_LIB_PATH
TH_SO_VERSION
-- Build files have been written to: /home/xiecw/pytorch/torch/lib/build/ATen
[ 1%] Generating ATen/CPUGenerator.h, ATen/CUDAGenerator.h, ATen/Declarations.yaml, ATen/CPUByteStorage.cpp, ATen/CPUByteStorage.h, ATen/CPUByteType.cpp, ATen/CPUByteType.h, ATen/CPUByteTensor.cpp, ATen/CPUByteTensor.h, ATen/CPUCharStorage.cpp, ATen/CPUCharStorage.h, ATen/CPUCharType.cpp, ATen/CPUCharType.h, ATen/CPUCharTensor.cpp, ATen/CPUCharTensor.h, ATen/CPUDoubleStorage.cpp, ATen/CPUDoubleStorage.h, ATen/CPUDoubleType.cpp, ATen/CPUDoubleType.h, ATen/CPUDoubleTensor.cpp, ATen/CPUDoubleTensor.h, ATen/CPUFloatStorage.cpp, ATen/CPUFloatStorage.h, ATen/CPUFloatType.cpp, ATen/CPUFloatType.h, ATen/CPUFloatTensor.cpp, ATen/CPUFloatTensor.h, ATen/CPUIntStorage.cpp, ATen/CPUIntStorage.h, ATen/CPUIntType.cpp, ATen/CPUIntType.h, ATen/CPUIntTensor.cpp, ATen/CPUIntTensor.h, ATen/CPULongStorage.cpp, ATen/CPULongStorage.h, ATen/CPULongType.cpp, ATen/CPULongType.h, ATen/CPULongTensor.cpp, ATen/CPULongTensor.h, ATen/CPUShortStorage.cpp, ATen/CPUShortStorage.h, ATen/CPUShortType.cpp, ATen/CPUShortType.h, ATen/CPUShortTensor.cpp, ATen/CPUShortTensor.h, ATen/CPUHalfStorage.cpp, ATen/CPUHalfStorage.h, ATen/CPUHalfType.cpp, ATen/CPUHalfType.h, ATen/CPUHalfTensor.cpp, ATen/CPUHalfTensor.h, ATen/SparseCPUByteType.cpp, ATen/SparseCPUByteType.h, ATen/SparseCPUByteTensor.cpp, ATen/SparseCPUByteTensor.h, ATen/SparseCPUCharType.cpp, ATen/SparseCPUCharType.h, ATen/SparseCPUCharTensor.cpp, ATen/SparseCPUCharTensor.h, ATen/SparseCPUDoubleType.cpp, ATen/SparseCPUDoubleType.h, ATen/SparseCPUDoubleTensor.cpp, ATen/SparseCPUDoubleTensor.h, ATen/SparseCPUFloatType.cpp, ATen/SparseCPUFloatType.h, ATen/SparseCPUFloatTensor.cpp, ATen/SparseCPUFloatTensor.h, ATen/SparseCPUIntType.cpp, ATen/SparseCPUIntType.h, ATen/SparseCPUIntTensor.cpp, ATen/SparseCPUIntTensor.h, ATen/SparseCPULongType.cpp, ATen/SparseCPULongType.h, ATen/SparseCPULongTensor.cpp, ATen/SparseCPULongTensor.h, ATen/SparseCPUShortType.cpp, ATen/SparseCPUShortType.h, ATen/SparseCPUShortTensor.cpp, ATen/SparseCPUShortTensor.h, ATen/CUDAByteStorage.cpp, ATen/CUDAByteStorage.h, ATen/CUDAByteType.cpp, ATen/CUDAByteType.h, ATen/CUDAByteTensor.cpp, ATen/CUDAByteTensor.h, ATen/CUDACharStorage.cpp, ATen/CUDACharStorage.h, ATen/CUDACharType.cpp, ATen/CUDACharType.h, ATen/CUDACharTensor.cpp, ATen/CUDACharTensor.h, ATen/CUDADoubleStorage.cpp, ATen/CUDADoubleStorage.h, ATen/CUDADoubleType.cpp, ATen/CUDADoubleType.h, ATen/CUDADoubleTensor.cpp, ATen/CUDADoubleTensor.h, ATen/CUDAFloatStorage.cpp, ATen/CUDAFloatStorage.h, ATen/CUDAFloatType.cpp, ATen/CUDAFloatType.h, ATen/CUDAFloatTensor.cpp, ATen/CUDAFloatTensor.h, ATen/CUDAIntStorage.cpp, ATen/CUDAIntStorage.h, ATen/CUDAIntType.cpp, ATen/CUDAIntType.h, ATen/CUDAIntTensor.cpp, ATen/CUDAIntTensor.h, ATen/CUDALongStorage.cpp, ATen/CUDALongStorage.h, ATen/CUDALongType.cpp, ATen/CUDALongType.h, ATen/CUDALongTensor.cpp, ATen/CUDALongTensor.h, ATen/CUDAShortStorage.cpp, ATen/CUDAShortStorage.h, ATen/CUDAShortType.cpp, ATen/CUDAShortType.h, ATen/CUDAShortTensor.cpp, ATen/CUDAShortTensor.h, ATen/CUDAHalfStorage.cpp, ATen/CUDAHalfStorage.h, ATen/CUDAHalfType.cpp, ATen/CUDAHalfType.h, ATen/CUDAHalfTensor.cpp, ATen/CUDAHalfTensor.h, ATen/SparseCUDAByteType.cpp, ATen/SparseCUDAByteType.h, ATen/SparseCUDAByteTensor.cpp, ATen/SparseCUDAByteTensor.h, ATen/SparseCUDACharType.cpp, ATen/SparseCUDACharType.h, ATen/SparseCUDACharTensor.cpp, ATen/SparseCUDACharTensor.h, ATen/SparseCUDADoubleType.cpp, ATen/SparseCUDADoubleType.h, ATen/SparseCUDADoubleTensor.cpp, ATen/SparseCUDADoubleTensor.h, ATen/SparseCUDAFloatType.cpp, ATen/SparseCUDAFloatType.h, ATen/SparseCUDAFloatTensor.cpp, ATen/SparseCUDAFloatTensor.h, ATen/SparseCUDAIntType.cpp, ATen/SparseCUDAIntType.h, ATen/SparseCUDAIntTensor.cpp, ATen/SparseCUDAIntTensor.h, ATen/SparseCUDALongType.cpp, ATen/SparseCUDALongType.h, ATen/SparseCUDALongTensor.cpp, ATen/SparseCUDALongTensor.h, ATen/SparseCUDAShortType.cpp, ATen/SparseCUDAShortType.h, ATen/SparseCUDAShortTensor.cpp, ATen/SparseCUDAShortTensor.h, ATen/Type.h, ATen/Type.cpp, ATen/Tensor.h, ATen/TensorMethods.h, ATen/Functions.h, ATen/Dispatch.h, ATen/Copy.cpp
Excluding arange
Excluding arange
Excluding arange
Excluding arange
Excluding random_
Excluding random_
Excluding random_
Excluding random_
Excluding random_
Excluding random_
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal
Excluding normal_
Excluding normal_
Excluding normal_
Excluding normal_
Excluding normal_
Excluding normal_
Excluding exponential_
Excluding exponential_
Excluding exponential_
Excluding exponential_
Excluding bernoulli
Excluding bernoulli
Excluding bernoulli
Excluding bernoulli
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli
Excluding bernoulli
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Excluding bernoulli_
Scanning dependencies of target ATen
[ 2%] Building CXX object CMakeFiles/ATen.dir/Formatting.cpp.o
[ 3%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUByteStorage.cpp.o
[ 4%] Building CXX object CMakeFiles/ATen.dir/CPUGenerator.cpp.o
[ 5%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUCharTensor.cpp.o
[ 6%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUDoubleTensor.cpp.o
[ 9%] Building CXX object CMakeFiles/ATen.dir/Scalar.cpp.o
[ 9%] Building CXX object CMakeFiles/ATen.dir/CUDAGenerator.cpp.o
[ 10%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUFloatTensor.cpp.o
[ 12%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUFloatStorage.cpp.o
[ 12%] Building CXX object CMakeFiles/ATen.dir/Context.cpp.o
[ 13%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUDoubleStorage.cpp.o
[ 16%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUCharStorage.cpp.o
[ 16%] Building CXX object CMakeFiles/ATen.dir/Utils.cpp.o
[ 17%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUByteTensor.cpp.o
[ 19%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUDoubleType.cpp.o
[ 19%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUIntTensor.cpp.o
[ 20%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUIntType.cpp.o
[ 22%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUCharType.cpp.o
[ 23%] Building CXX object CMakeFiles/ATen.dir/ATen/CPULongType.cpp.o
[ 25%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUFloatType.cpp.o
[ 25%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUIntStorage.cpp.o
[ 26%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUByteType.cpp.o
[ 29%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUShortStorage.cpp.o
[ 29%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUShortTensor.cpp.o
[ 30%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUShortType.cpp.o
[ 31%] Building CXX object CMakeFiles/ATen.dir/ATen/CPULongStorage.cpp.o
[ 32%] Building CXX object CMakeFiles/ATen.dir/ATen/CPULongTensor.cpp.o
[ 33%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUHalfType.cpp.o
[ 34%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUHalfStorage.cpp.o
[ 38%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUCharType.cpp.o
[ 38%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUCharTensor.cpp.o
[ 38%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUHalfTensor.cpp.o
[ 39%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUByteTensor.cpp.o
[ 40%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUIntTensor.cpp.o
[ 43%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUFloatTensor.cpp.o
[ 43%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUByteType.cpp.o
[ 44%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUDoubleTensor.cpp.o
[ 45%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUShortType.cpp.o
[ 46%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUDoubleType.cpp.o
[ 47%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAByteStorage.cpp.o
[ 48%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPULongType.cpp.o
[ 50%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPULongTensor.cpp.o
[ 51%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUFloatType.cpp.o
[ 52%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAByteType.cpp.o
[ 53%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDADoubleType.cpp.o
[ 54%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDADoubleTensor.cpp.o
[ 56%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDADoubleStorage.cpp.o
[ 56%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUIntType.cpp.o
[ 58%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDACharTensor.cpp.o
[ 59%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAFloatStorage.cpp.o
[ 60%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAByteTensor.cpp.o
[ 61%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDACharType.cpp.o
[ 62%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAFloatType.cpp.o
[ 63%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDACharStorage.cpp.o
[ 65%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUShortTensor.cpp.o
[ 66%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAFloatTensor.cpp.o
[ 67%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAIntStorage.cpp.o
[ 68%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAIntType.cpp.o
[ 69%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAIntTensor.cpp.o
[ 70%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDALongStorage.cpp.o
[ 72%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDALongType.cpp.o
[ 73%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDALongTensor.cpp.o
[ 74%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAShortStorage.cpp.o
[ 75%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAShortType.cpp.o
[ 76%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAShortTensor.cpp.o
[ 77%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAHalfStorage.cpp.o
[ 79%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAHalfType.cpp.o
[ 80%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAHalfTensor.cpp.o
[ 82%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAByteTensor.cpp.o
[ 82%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAByteType.cpp.o
[ 83%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDACharType.cpp.o
[ 84%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDACharTensor.cpp.o
[ 86%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDADoubleType.cpp.o
[ 87%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDADoubleTensor.cpp.o
[ 88%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAFloatType.cpp.o
[ 89%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAFloatTensor.cpp.o
[ 90%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAIntType.cpp.o
[ 91%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAIntTensor.cpp.o
[ 93%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDALongTensor.cpp.o
[ 94%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDALongType.cpp.o
[ 95%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAShortTensor.cpp.o
[ 96%] Building CXX object CMakeFiles/ATen.dir/ATen/Copy.cpp.o
[ 97%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAShortType.cpp.o
[ 98%] Building CXX object CMakeFiles/ATen.dir/ATen/Type.cpp.o
[100%] Linking CXX shared library libATen.so
[100%] Built target ATen
Install the project...
-- Install configuration: "Release"
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libATen.so.1
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/lib/libATen.so
-- Set runtime path of "/home/xiecw/pytorch/torch/lib/tmp_install/lib/libATen.so.1" to ""
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/ATen.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/ArrayRef.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUFixedAllocator.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAFixedAllocator.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CheckGenerator.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/Context.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/Formatting.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/Generator.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/Half.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/Scalar.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/Storage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/THLongStorageView.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/TensorAccessor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/TensorImpl.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/TensorOperators.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/Utils.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUGenerator.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAGenerator.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUByteStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUByteType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUByteTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUCharStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUCharType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUCharTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUDoubleStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUDoubleType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUDoubleTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUFloatStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUFloatType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUFloatTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUIntStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUIntType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUIntTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPULongStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPULongType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPULongTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUShortStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUShortType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUShortTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUHalfStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUHalfType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CPUHalfTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUByteType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUByteTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUCharType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUCharTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUDoubleType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUDoubleTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUFloatType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUFloatTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUIntType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUIntTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPULongType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPULongTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUShortType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUShortTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAByteStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAByteType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAByteTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDACharStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDACharType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDACharTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDADoubleStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDADoubleType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDADoubleTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAFloatStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAFloatType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAFloatTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAIntStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAIntType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAIntTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDALongStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDALongType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDALongTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAShortStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAShortType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAShortTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAHalfStorage.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAHalfType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/CUDAHalfTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAByteType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAByteTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDACharType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDACharTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDADoubleType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDADoubleTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAFloatType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAFloatTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAIntType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAIntTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDALongType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDALongTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAShortType.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAShortTensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/Type.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/Tensor.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/TensorMethods.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/Functions.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/include/ATen/Dispatch.h
-- Installing: /home/xiecw/pytorch/torch/lib/tmp_install/share/ATen/Declarations.yaml
-- The CXX compiler identification is GNU 4.8.5
-- The C compiler identification is GNU 4.8.5
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++
-- Check for working CXX compiler: /home/xiecw/software/anaconda/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Checking if CXX linker supports --verbose
-- Checking if CXX linker supports --verbose - yes
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc
-- Check for working C compiler: /home/xiecw/software/anaconda/bin/cc -- works
-- Detecting C compiler ABI info
-- Checking if C linker supports --verbose
-- Checking if C linker supports --verbose - yes
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "7.0")
-- CUDA detected: 8.0
-- Added CUDA NVCC flags for: sm_30 sm_35 sm_50 sm_52 sm_60 sm_61
-- Found libcuda: /usr/local/cuda/lib64/stubs/libcuda.so
-- Found libnvrtc: /usr/local/cuda/lib64/libnvrtc.so
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THPP_LIBRARIES
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIBRARIES
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
-- Build files have been written to: /home/xiecw/pytorch/torch/lib/build/gloo
Scanning dependencies of target nccl_external
Scanning dependencies of target gloo
[ 2%] Creating directories for 'nccl_external'
[ 5%] Building CXX object gloo/CMakeFiles/gloo.dir/algorithm.cc.o
[ 8%] Building CXX object gloo/CMakeFiles/gloo.dir/context.cc.o
[ 17%] Building CXX object gloo/CMakeFiles/gloo.dir/common/linux.cc.o
[ 17%] Building CXX object gloo/CMakeFiles/gloo.dir/common/logging.cc.o
[ 17%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o
[ 20%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o
[ 23%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o
[ 26%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o
[ 32%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/address.cc.o
[ 32%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o
[ 35%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o
[ 38%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o
[ 41%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o
[ 44%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/pair.cc.o
[ 47%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o
[ 50%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o
[ 52%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/device.cc.o
[ 55%] No download step for 'nccl_external'
[ 61%] No update step for 'nccl_external'
[ 61%] No patch step for 'nccl_external'
[ 64%] No configure step for 'nccl_external'
[ 67%] Performing build step for 'nccl_external'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
make[3]: *** No targets specified and no makefile found. Stop.
make[2]: *** [nccl_external-prefix/src/nccl_external-stamp/nccl_external-build] Error 2
make[1]: *** [CMakeFiles/nccl_external.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 70%] Linking CXX static library libgloo.a
[ 70%] Built target gloo
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment