Created
March 18, 2017 12:57
-
-
Save skaae/f434450b16df01739bada8a92fcfba97 to your computer and use it in GitHub Desktop.
build cudnn 6.05 -> torch report 5.15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(pytorch_build) sorson@hyperion:~$ git clone https://github.com/pytorch/pytorch.git | |
Cloning into 'pytorch'... | |
remote: Counting objects: 24898, done. | |
remote: Compressing objects: 100% (38/38), done. | |
remote: Total 24898 (delta 8), reused 0 (delta 0), pack-reused 24860 | |
Receiving objects: 100% (24898/24898), 15.81 MiB | 7.68 MiB/s, done. | |
Resolving deltas: 100% (18207/18207), done. | |
Checking connectivity... done. | |
(pytorch_build) sorson@hyperion:~$ cd pytorch | |
(pytorch_build) sorson@hyperion:~/pytorch$ export CUDA_HOME=/usr/local/cuda | |
(pytorch_build) sorson@hyperion:~/pytorch$ export LD_LIBRARY_PATH=/home/sorson/cudnn605/lib64/:/home/sorson/cudnn605/include/ | |
(pytorch_build) sorson@hyperion:~/pytorch$ export CUDNN_LIB_DIR=/home/sorson/cudnn605/lib64/ | |
(pytorch_build) sorson@hyperion:~/pytorch$ export CUDNN_INCLUDE_DIR=/home/sorson/cudnn605/include/ | |
(pytorch_build) sorson@hyperion:~/pytorch$ pip install -r requirements.txt | |
Requirement already satisfied: pyyaml in /home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages (from -r requirements.txt (line 1)) | |
(pytorch_build) sorson@hyperion:~/pytorch$ | |
(pytorch_build) sorson@hyperion:~/pytorch$ python setup.py build_deps && python setup.py develop | |
running build_deps | |
-- The C compiler identification is GNU 4.8.5 | |
-- The CXX compiler identification is GNU 4.8.5 | |
-- Check for working C compiler: /home/sorson/anaconda3/envs/pytorch_build/bin/cc | |
-- Check for working C compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/anaconda3/envs/pytorch_build/bin/c++ | |
-- Check for working CXX compiler: /home/sorson/anaconda3/envs/pytorch_build/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 - iomp5 - pthread - m] | |
-- Library mkl_gf_lp64: not found | |
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m] | |
-- Library mkl_gf_lp64: not found | |
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m] | |
-- Library mkl_gf: not found | |
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m] | |
-- Library mkl_gf: not found | |
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m] | |
-- Library mkl_intel_lp64: /home/sorson/anaconda3/envs/pytorch_build/lib/libmkl_intel_lp64.so | |
-- Library mkl_gnu_thread: not found | |
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m] | |
-- Library mkl_intel_lp64: /home/sorson/anaconda3/envs/pytorch_build/lib/libmkl_intel_lp64.so | |
-- Library mkl_intel_thread: /home/sorson/anaconda3/envs/pytorch_build/lib/libmkl_intel_thread.so | |
-- Library mkl_core: /home/sorson/anaconda3/envs/pytorch_build/lib/libmkl_core.so | |
-- Library iomp5: /home/sorson/anaconda3/envs/pytorch_build/lib/libiomp5.so | |
-- Library pthread: /usr/lib/x86_64-linux-gnu/libpthread.so | |
-- Library m: /usr/lib/x86_64-linux-gnu/libm.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 | |
-- 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: | |
CUDA_NVCC_FLAGS | |
NO_CUDA | |
THCS_LIBRARIES | |
THCUNN_SO_VERSION | |
THC_LIBRARIES | |
THC_SO_VERSION | |
THD_SO_VERSION | |
THNN_SO_VERSION | |
THPP_LIBRARIES | |
THS_LIBRARIES | |
TH_INCLUDE_PATH | |
TH_LIB_PATH | |
Torch_FOUND | |
-- Build files have been written to: /home/sorson/pytorch/torch/lib/build/TH | |
Scanning dependencies of target TH | |
[ 5%] Building C object CMakeFiles/TH.dir/THHalf.c.o | |
[ 10%] Building C object CMakeFiles/TH.dir/THGeneral.c.o | |
[ 15%] Building C object CMakeFiles/TH.dir/THStorage.c.o | |
[ 50%] Building C object CMakeFiles/TH.dir/THFile.c.o | |
[ 55%] Building C object CMakeFiles/TH.dir/THTensor.c.o | |
[ 20%] Building C object CMakeFiles/TH.dir/THBlas.c.o | |
[ 25%] Building C object CMakeFiles/TH.dir/THLogAdd.c.o | |
[ 30%] Building C object CMakeFiles/TH.dir/THRandom.c.o | |
[ 35%] Building C object CMakeFiles/TH.dir/THAllocator.c.o | |
[ 40%] Building C object CMakeFiles/TH.dir/THLapack.c.o | |
[ 45%] Building C object CMakeFiles/TH.dir/generic/simd/convolve5x5_avx.c.o | |
[ 60%] Building C object CMakeFiles/TH.dir/vector/AVX2.c.o | |
[ 65%] Building C object CMakeFiles/TH.dir/generic/simd/convolve.c.o | |
[ 70%] Building C object CMakeFiles/TH.dir/THAtomic.c.o | |
[ 75%] Building C object CMakeFiles/TH.dir/THVector.c.o | |
[ 80%] Building C object CMakeFiles/TH.dir/vector/AVX.c.o | |
[ 85%] Building C object CMakeFiles/TH.dir/generic/simd/convolve5x5_sse.c.o | |
[ 90%] Building C object CMakeFiles/TH.dir/THMemoryFile.c.o | |
[ 95%] Building C object CMakeFiles/TH.dir/THDiskFile.c.o | |
[100%] Linking C shared library libTH.so | |
[100%] Built target TH | |
Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTH.so.1 | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTH.so | |
-- Set runtime path of "/home/sorson/pytorch/torch/lib/tmp_install/lib/libTH.so.1" to "" | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/TH.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THAllocator.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THMath.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THBlas.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THDiskFile.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THFile.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THFilePrivate.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THGeneral.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THGenerateAllTypes.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THGenerateHalfType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THGenerateFloatTypes.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THGenerateIntTypes.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THLapack.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THLogAdd.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THMemoryFile.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THRandom.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THStorage.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THTensor.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THTensorApply.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THTensorDimApply.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THTensorMacros.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THVector.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THAtomic.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/THHalf.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/vector/AVX.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/vector/AVX2.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THBlas.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THBlas.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THLapack.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THLapack.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THStorage.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THStorage.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THStorageCopy.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THStorageCopy.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THTensor.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THTensor.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorConv.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorConv.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorCopy.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorCopy.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorLapack.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorLapack.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorMath.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorMath.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorRandom.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorRandom.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THVectorDispatch.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/TH/generic/THVector.h | |
-- Installing: /home/sorson/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/sorson/anaconda3/envs/pytorch_build/bin/cc | |
-- Check for working C compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/anaconda3/envs/pytorch_build/bin/c++ | |
-- Check for working CXX compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/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: | |
CUDA_NVCC_FLAGS | |
NO_CUDA | |
THCS_LIBRARIES | |
THCUNN_SO_VERSION | |
THC_LIBRARIES | |
THC_SO_VERSION | |
THD_SO_VERSION | |
THNN_SO_VERSION | |
THPP_LIBRARIES | |
THS_LIBRARIES | |
TH_SO_VERSION | |
-- Build files have been written to: /home/sorson/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/sorson/pytorch/torch/lib/tmp_install/lib/libTHS.so.1 | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTHS.so | |
-- Set runtime path of "/home/sorson/pytorch/torch/lib/tmp_install/lib/libTHS.so.1" to "" | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THS/THS.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THS/THSGenerateAllTypes.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THS/THSGenerateFloatTypes.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THS/THSGenerateIntTypes.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THS/THSTensor.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensor.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensor.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensorMath.c | |
-- Installing: /home/sorson/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/sorson/anaconda3/envs/pytorch_build/bin/cc | |
-- Check for working C compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/anaconda3/envs/pytorch_build/bin/c++ | |
-- Check for working CXX compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/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: | |
CUDA_NVCC_FLAGS | |
NO_CUDA | |
THCS_LIBRARIES | |
THCUNN_SO_VERSION | |
THC_LIBRARIES | |
THC_SO_VERSION | |
THD_SO_VERSION | |
THPP_LIBRARIES | |
THS_LIBRARIES | |
TH_INCLUDE_PATH | |
TH_LIB_PATH | |
TH_SO_VERSION | |
-- Build files have been written to: /home/sorson/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/sorson/pytorch/torch/lib/tmp_install/lib/libTHNN.so.1 | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTHNN.so | |
-- Set runtime path of "/home/sorson/pytorch/torch/lib/tmp_install/lib/libTHNN.so.1" to "" | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THNN/THNN.h | |
-- Installing: /home/sorson/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/sorson/anaconda3/envs/pytorch_build/bin/cc | |
-- Check for working C compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/anaconda3/envs/pytorch_build/bin/c++ | |
-- Check for working CXX compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/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/sorson/anaconda3/envs/pytorch_build/include | |
-- MAGMA LIBRARIES: /home/sorson/anaconda3/envs/pytorch_build/lib/libmagma.a | |
-- MAGMA V2 check: 1 | |
-- Autodetected CUDA architecture(s): 6.1 6.1 6.1 6.1 6.1 6.1 6.1 6.1 | |
-- got cuda version 8.0 | |
-- Found CUDA with FP16 support, compiling with torch.CudaHalfTensor | |
-- CUDA_NVCC_FLAGS: -DTH_INDEX_BASE=0 -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THC -I/home/sorson/pytorch/torch/lib/tmp_install/include/THS -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCS -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP;-gencode;arch=compute_61,code=sm_61;-DCUDA_HAS_FP16=1 | |
-- THC_SO_VERSION: 1 | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
NO_CUDA | |
THCS_LIBRARIES | |
THCUNN_SO_VERSION | |
THC_LIBRARIES | |
THD_SO_VERSION | |
THNN_SO_VERSION | |
THPP_LIBRARIES | |
THS_LIBRARIES | |
TH_SO_VERSION | |
-- Build files have been written to: /home/sorson/pytorch/torch/lib/build/THC | |
[ 1%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCBlas.cu.o | |
[ 2%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCSleep.cu.o | |
[ 3%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCReduceApplyUtils.cu.o | |
[ 5%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCHalf.cu.o | |
[ 6%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMath.cu.o | |
[ 12%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTChar.cu.o | |
[ 7%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorCopy.cu.o | |
[ 8%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathScan.cu.o | |
[ 10%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedByte.cu.o | |
[ 11%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCStorage.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_THCTensorScatterGather.cu.o | |
[ 16%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorRandom.cu.o | |
[ 17%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorConv.cu.o | |
[ 20%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseByte.cu.o | |
[ 20%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortByte.cu.o | |
[ 21%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathMagma.cu.o | |
[ 22%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTByte.cu.o | |
[ 23%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensor.cu.o | |
[ 25%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMath2.cu.o | |
[ 26%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorTopK.cu.o | |
[ 27%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCStorageCopy.cu.o | |
[ 28%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorIndex.cu.o | |
[ 30%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortChar.cu.o | |
[ 31%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathPairwise.cu.o | |
[ 32%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathReduce.cu.o | |
[ 33%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathBlas.cu.o | |
[ 35%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorTypeUtils.cu.o | |
[ 36%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseChar.cu.o | |
[ 37%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareChar.cu.o | |
[ 38%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareByte.cu.o | |
[ 40%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceByte.cu.o | |
[ 41%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceChar.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_THCTensorSortShort.cu.o | |
[ 45%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTShort.cu.o | |
[ 46%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseShort.cu.o | |
[ 47%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareShort.cu.o | |
[ 48%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceShort.cu.o | |
[ 50%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedShort.cu.o | |
[ 51%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortInt.cu.o | |
[ 52%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTInt.cu.o | |
[ 53%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseInt.cu.o | |
[ 55%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareInt.cu.o | |
[ 56%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceInt.cu.o | |
[ 57%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedInt.cu.o | |
[ 58%] 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 | |
[ 61%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseLong.cu.o | |
[ 62%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareLong.cu.o | |
[ 63%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceLong.cu.o | |
[ 65%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedLong.cu.o | |
[ 66%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortHalf.cu.o | |
[ 67%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTHalf.cu.o | |
[ 68%] 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 | |
[ 72%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedHalf.cu.o | |
[ 73%] 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 | |
[ 77%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareFloat.cu.o | |
[ 78%] 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 | |
[ 83%] 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 | |
[ 88%] Building CXX object CMakeFiles/THC.dir/THCCachingAllocator.cpp.o | |
[ 90%] Building CXX object CMakeFiles/THC.dir/THCStream.cpp.o | |
[ 91%] Building C object CMakeFiles/THC.dir/THCGeneral.c.o | |
[ 92%] Building CXX object CMakeFiles/THC.dir/THCCachingHostAllocator.cpp.o | |
[ 93%] Building C object CMakeFiles/THC.dir/THCStorageCopy.c.o | |
[ 95%] Building CXX object CMakeFiles/THC.dir/THCTensorRandom.cpp.o | |
[ 96%] Building C object CMakeFiles/THC.dir/THCThreadLocal.c.o | |
[ 98%] Building C object CMakeFiles/THC.dir/THCTensor.c.o | |
[ 97%] Building C object CMakeFiles/THC.dir/THCTensorCopy.c.o | |
[100%] Linking CXX shared library libTHC.so | |
[100%] Built target THC | |
Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTHC.so.1 | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTHC.so | |
-- Set runtime path of "/home/sorson/pytorch/torch/lib/tmp_install/lib/libTHC.so.1" to "" | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THC.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCGeneral.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCBlas.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCSleep.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCStorage.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCStorageCopy.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCStream.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCThreadLocal.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCTensor.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCTensorCopy.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCTensorRandom.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCTensorMath.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCTensorConv.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCTensorTopK.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCApply.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCReduce.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCReduceAll.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCReduceApplyUtils.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCAsmUtils.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCAtomics.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCScanUtils.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCSortUtils.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCAllocator.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCCachingAllocator.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCCachingHostAllocator.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCDeviceUtils.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensor.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensor-inl.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensorUtils.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensorUtils-inl.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCGenerateAllTypes.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCGenerateByteType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCGenerateCharType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCGenerateShortType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCGenerateIntType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCGenerateLongType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCGenerateHalfType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCGenerateFloatType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCGenerateFloatTypes.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCGenerateDoubleType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCHalf.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCNumerics.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCTensorSort.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCTensorInfo.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCTensorTypeUtils.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCTensorRandom.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCTensorMathMagma.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/THCThrustAllocator.cuh | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMasked.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMasked.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMath.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMath.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathBlas.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathBlas.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompare.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompare.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompareT.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompareT.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathMagma.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathMagma.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPairwise.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPairwise.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPointwise.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPointwise.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathReduce.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathReduce.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathScan.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathScan.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorScatterGather.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorScatterGather.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorIndex.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorIndex.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorSort.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorSort.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCDeviceTensorUtils.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorRandom.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorRandom.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/sorson/anaconda3/envs/pytorch_build/bin/cc | |
-- Check for working C compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/anaconda3/envs/pytorch_build/bin/c++ | |
-- Check for working CXX compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/pytorch/torch/lib/tmp_install/lib/libTH.so.1 | |
-- THC_LIBRARIES: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTHC.so.1 | |
-- THS_LIBRARIES: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTHS.so.1 | |
-- Autodetected CUDA architecture(s): 6.1 6.1 6.1 6.1 6.1 6.1 6.1 6.1 | |
-- got cuda version 8.0 | |
-- Found CUDA with FP16 support, compiling with torch.CudaHalfTensor | |
-- CUDA_NVCC_FLAGS: -DTH_INDEX_BASE=0 -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THC -I/home/sorson/pytorch/torch/lib/tmp_install/include/THS -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCS -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP;-gencode;arch=compute_61,code=sm_61;-DCUDA_HAS_FP16=1 | |
-- THCS_SO_VERSION: 1 | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
NO_CUDA | |
THCS_LIBRARIES | |
THCUNN_SO_VERSION | |
THC_SO_VERSION | |
THD_SO_VERSION | |
THNN_SO_VERSION | |
THPP_LIBRARIES | |
TH_SO_VERSION | |
-- Build files have been written to: /home/sorson/pytorch/torch/lib/build/THCS | |
[ 33%] Building NVCC (Device) object CMakeFiles/THCS.dir/THCS_generated_THCSTensor.cu.o | |
Scanning dependencies of target THCS | |
[ 66%] 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/sorson/pytorch/torch/lib/tmp_install/lib/libTHCS.so.1 | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTHCS.so | |
-- Set runtime path of "/home/sorson/pytorch/torch/lib/tmp_install/lib/libTHCS.so.1" to "" | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/THCS.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/THCSTensor.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateAllTypes.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateByteType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateCharType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateShortType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateIntType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateLongType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateHalfType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateFloatType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateFloatTypes.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateDoubleType.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensor.c | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensor.cu | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensor.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensorMath.h | |
-- Installing: /home/sorson/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/sorson/anaconda3/envs/pytorch_build/bin/cc | |
-- Check for working C compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/anaconda3/envs/pytorch_build/bin/c++ | |
-- Check for working CXX compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/pytorch/torch/lib/tmp_install/lib/libTH.so.1 | |
-- THC_LIBRARIES: /home/sorson/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): 6.1 6.1 6.1 6.1 6.1 6.1 6.1 6.1 | |
-- THCUNN_SO_VERSION: 1 | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
NO_CUDA | |
THCS_LIBRARIES | |
THC_SO_VERSION | |
THD_SO_VERSION | |
THNN_SO_VERSION | |
THPP_LIBRARIES | |
THS_LIBRARIES | |
TH_INCLUDE_PATH | |
TH_LIB_PATH | |
TH_SO_VERSION | |
-- Build files have been written to: /home/sorson/pytorch/torch/lib/build/THCUNN | |
[ 1%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricReplicationPadding.cu.o | |
[ 3%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_BatchNormalization.cu.o | |
[ 4%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_ClassNLLCriterion.cu.o | |
[ 6%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_AbsCriterion.cu.o | |
[ 8%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Abs.cu.o | |
[ 9%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTable.cu.o | |
[ 11%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_BCECriterion.cu.o | |
[ 12%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_PReLU.cu.o | |
[ 14%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SoftShrink.cu.o | |
[ 16%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_MultiLabelMarginCriterion.cu.o | |
[ 17%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LeakyReLU.cu.o | |
[ 19%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_L1Cost.cu.o | |
[ 20%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_GatedLinearUnit.cu.o | |
[ 22%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LogSoftMax.cu.o | |
[ 24%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_HardTanh.cu.o | |
[ 25%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_RReLU.cu.o | |
[ 37%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialClassNLLCriterion.cu.o | |
[ 27%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_MSECriterion.cu.o | |
[ 29%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SoftMarginCriterion.cu.o | |
[ 30%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_DistKLDivCriterion.cu.o | |
[ 32%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_ELU.cu.o | |
[ 33%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialAdaptiveAveragePooling.cu.o | |
[ 38%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Sigmoid.cu.o | |
[ 35%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SparseLinear.cu.o | |
[ 40%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SoftMax.cu.o | |
[ 41%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SmoothL1Criterion.cu.o | |
[ 43%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_MultiMarginCriterion.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_SpatialAveragePooling.cu.o | |
[ 48%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_MarginCriterion.cu.o | |
[ 50%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LogSigmoid.cu.o | |
[ 51%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialAdaptiveMaxPooling.cu.o | |
[ 53%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialConvolutionLocal.cu.o | |
[ 54%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialConvolutionMM.cu.o | |
[ 56%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialCrossMapLRN.cu.o | |
[ 58%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialDilatedConvolution.cu.o | |
[ 59%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialDilatedMaxPooling.cu.o | |
[ 61%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFractionalMaxPooling.cu.o | |
[ 62%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFullConvolution.cu.o | |
[ 64%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialMaxPooling.cu.o | |
[ 66%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialMaxUnpooling.cu.o | |
[ 67%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialReflectionPadding.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_SpatialSubSampling.cu.o | |
[ 72%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialUpSamplingBilinear.cu.o | |
[ 74%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialUpSamplingNearest.cu.o | |
[ 75%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Sqrt.cu.o | |
[ 77%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Square.cu.o | |
[ 79%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Tanh.cu.o | |
[ 80%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalConvolution.cu.o | |
[ 82%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalMaxPooling.cu.o | |
[ 83%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalRowConvolution.cu.o | |
[ 85%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Threshold.cu.o | |
[ 87%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricAveragePooling.cu.o | |
[ 88%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricConvolution.cu.o | |
[ 90%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricDilatedConvolution.cu.o | |
[ 91%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricDilatedMaxPooling.cu.o | |
[ 93%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricFractionalMaxPooling.cu.o | |
[ 95%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricFullConvolution.cu.o | |
[ 96%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricMaxPooling.cu.o | |
[ 98%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricMaxUnpooling.cu.o | |
Scanning dependencies of target THCUNN | |
[100%] Linking CXX shared library libTHCUNN.so | |
[100%] Built target THCUNN | |
Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTHCUNN.so.1 | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTHCUNN.so | |
-- Set runtime path of "/home/sorson/pytorch/torch/lib/tmp_install/lib/libTHCUNN.so.1" to "" | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN/THCUNN.h | |
-- Installing: /home/sorson/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/sorson/anaconda3/envs/pytorch_build/bin/cc | |
-- Check for working C compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/anaconda3/envs/pytorch_build/bin/c++ | |
-- Check for working CXX compiler: /home/sorson/anaconda3/envs/pytorch_build/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 "7.0") | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/sorson/pytorch/torch/lib/build/nccl | |
Scanning dependencies of target nccl | |
[100%] Generating lib/libnccl.so | |
Grabbing src/nccl.h > /home/sorson/pytorch/torch/lib/build/nccl/include/nccl.h | |
Compiling src/libwrap.cu > /home/sorson/pytorch/torch/lib/build/nccl/obj/libwrap.o | |
Compiling src/core.cu > /home/sorson/pytorch/torch/lib/build/nccl/obj/core.o | |
Compiling src/all_gather.cu > /home/sorson/pytorch/torch/lib/build/nccl/obj/all_gather.o | |
Compiling src/reduce.cu > /home/sorson/pytorch/torch/lib/build/nccl/obj/reduce.o | |
Compiling src/reduce_scatter.cu > /home/sorson/pytorch/torch/lib/build/nccl/obj/reduce_scatter.o | |
Compiling src/all_reduce.cu > /home/sorson/pytorch/torch/lib/build/nccl/obj/all_reduce.o | |
Compiling src/broadcast.cu > /home/sorson/pytorch/torch/lib/build/nccl/obj/broadcast.o | |
ptxas warning : Too big maxrregcount value specified 96, will be ignored | |
ptxas warning : Too big maxrregcount value specified 96, will be ignored | |
ptxas warning : Too big maxrregcount value specified 96, will be ignored | |
ptxas warning : Too big maxrregcount value specified 96, will be ignored | |
ptxas warning : Too big maxrregcount value specified 96, will be ignored | |
ptxas warning : Too big maxrregcount value specified 96, will be ignored | |
ptxas warning : Too big maxrregcount value specified 96, will be ignored | |
Linking /home/sorson/pytorch/torch/lib/build/nccl/lib/libnccl.so.1.3.0 | |
[100%] Built target nccl | |
Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/nccl.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/sorson/anaconda3/envs/pytorch_build/bin/cc | |
-- Check for working C compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/anaconda3/envs/pytorch_build/bin/c++ | |
-- Check for working CXX compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/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/sorson/pytorch/torch/lib/tmp_install/lib/libTHC.so.1 | |
-- THCS_LIBRARIES: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTHCS.so.1 | |
-- Excluding /home/sorson/pytorch/torch/lib/THPP/storages/generic/THCStorage.cpp from the build | |
-- Excluding /home/sorson/pytorch/torch/lib/THPP/storages/generic/THStorage.cpp from the build | |
-- Excluding /home/sorson/pytorch/torch/lib/THPP/tensors/generic/THCSTensor.cpp from the build | |
-- Excluding /home/sorson/pytorch/torch/lib/THPP/tensors/generic/THCTensor.cpp from the build | |
-- Excluding /home/sorson/pytorch/torch/lib/THPP/tensors/generic/THSTensor.cpp from the build | |
-- Excluding /home/sorson/pytorch/torch/lib/THPP/tensors/generic/THTensor.cpp from the build | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
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/sorson/pytorch/torch/lib/build/THPP | |
Scanning dependencies of target THPP | |
[ 11%] Building CXX object CMakeFiles/THPP.dir/Traits.cpp.o | |
[ 22%] Building CXX object CMakeFiles/THPP.dir/storages/THCStorage.cpp.o | |
[ 33%] Building CXX object CMakeFiles/THPP.dir/tensors/THCSTensor.cpp.o | |
[ 44%] Building CXX object CMakeFiles/THPP.dir/tensors/THCTensor.cpp.o | |
[ 55%] Building CXX object CMakeFiles/THPP.dir/TraitsCuda.cpp.o | |
[ 66%] Building CXX object CMakeFiles/THPP.dir/tensors/THTensor.cpp.o | |
[ 77%] Building CXX object CMakeFiles/THPP.dir/tensors/THSTensor.cpp.o | |
[ 88%] Building CXX object CMakeFiles/THPP.dir/storages/THStorage.cpp.o | |
[100%] Linking CXX shared library libTHPP.so | |
[100%] Built target THPP | |
Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTHPP.so.1 | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/lib/libTHPP.so | |
-- Set runtime path of "/home/sorson/pytorch/torch/lib/tmp_install/lib/libTHPP.so.1" to "" | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/THPP.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/Storage.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/Tensor.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/Traits.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/TraitsCuda.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/Type.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/storages/THCStorage.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/storages/THStorage.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/storages/generic/THCStorage.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/storages/generic/THStorage.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/tensors/THCSTensor.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/tensors/THCTensor.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/tensors/THSTensor.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/tensors/THTensor.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/tensors/generic/THCSTensor.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/tensors/generic/THCTensor.hpp | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/THPP/tensors/generic/THSTensor.hpp | |
-- Installing: /home/sorson/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/sorson/anaconda3/envs/pytorch_build/bin/cc | |
-- Check for working C compiler: /home/sorson/anaconda3/envs/pytorch_build/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/sorson/anaconda3/envs/pytorch_build/bin/c++ | |
-- Check for working CXX compiler: /home/sorson/anaconda3/envs/pytorch_build/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: | |
CUDA_NVCC_FLAGS | |
NO_CUDA | |
THCS_LIBRARIES | |
THCUNN_SO_VERSION | |
THC_LIBRARIES | |
THC_SO_VERSION | |
THD_SO_VERSION | |
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/sorson/pytorch/torch/lib/build/libshm | |
Scanning dependencies of target shm | |
Scanning dependencies of target torch_shm_manager | |
[ 25%] Building CXX object CMakeFiles/torch_shm_manager.dir/manager.cpp.o | |
[ 50%] Building CXX object CMakeFiles/shm.dir/core.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/sorson/pytorch/torch/lib/tmp_install/lib/libshm.so | |
-- Set runtime path of "/home/sorson/pytorch/torch/lib/tmp_install/lib/libshm.so" to "" | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/include/libshm.h | |
-- Installing: /home/sorson/pytorch/torch/lib/tmp_install/bin/torch_shm_manager | |
running develop | |
-- Building version 0.1.10+77fbc12 | |
running egg_info | |
creating torch.egg-info | |
writing torch.egg-info/PKG-INFO | |
writing dependency_links to torch.egg-info/dependency_links.txt | |
writing requirements to torch.egg-info/requires.txt | |
writing top-level names to torch.egg-info/top_level.txt | |
writing manifest file 'torch.egg-info/SOURCES.txt' | |
reading manifest file 'torch.egg-info/SOURCES.txt' | |
writing manifest file 'torch.egg-info/SOURCES.txt' | |
running build_ext | |
-- Building with NumPy bindings | |
-- Detected cuDNN at /home/sorson/cudnn605/lib64/, /home/sorson/cudnn605/include/ | |
-- Detected CUDA at /usr/local/cuda | |
-- Building NCCL library | |
building 'torch._C' extension | |
creating build | |
creating build/temp.linux-x86_64-3.6 | |
creating build/temp.linux-x86_64-3.6/torch | |
creating build/temp.linux-x86_64-3.6/torch/csrc | |
creating build/temp.linux-x86_64-3.6/torch/csrc/utils | |
creating build/temp.linux-x86_64-3.6/torch/csrc/autograd | |
creating build/temp.linux-x86_64-3.6/torch/csrc/autograd/functions | |
creating build/temp.linux-x86_64-3.6/torch/csrc/nn | |
creating build/temp.linux-x86_64-3.6/torch/csrc/cuda | |
creating build/temp.linux-x86_64-3.6/torch/csrc/cudnn | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/PtrWrapper.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/PtrWrapper.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/Module.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Module.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/Generator.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Generator.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/Size.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Size.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/Exceptions.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Exceptions.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/Storage.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Storage.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/DynamicTypes.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/DynamicTypes.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/utils.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/utils/tuple_parser.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/tuple_parser.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/serialization.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/serialization.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/autograd/init.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/init.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/autograd/engine.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/engine.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/autograd/variable.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/variable.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/autograd/python_function.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_function.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/autograd/python_variable.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_variable.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/autograd/python_engine.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_engine.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/autograd/functions/batch_normalization.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/functions/batch_normalization.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/autograd/functions/convolution.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/functions/convolution.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/cuda/Module.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Module.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/cuda/Stream.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Stream.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/Tensor.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Tensor.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/byte_order.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/byte_order.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/utils/object_ptr.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/object_ptr.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/autograd/function.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/function.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/nn/THNN_generic.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/nn/THNN_generic.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/cuda/Storage.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Storage.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/allocators.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/allocators.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/autograd/python_cpp_function.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_cpp_function.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/autograd/functions/init.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/functions/init.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/autograd/grad_buffer.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/grad_buffer.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/autograd/python_hook.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_hook.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/cuda/Tensor.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Tensor.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/cuda/AutoGPU.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/AutoGPU.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/cuda/utils.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/utils.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/cuda/serialization.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/serialization.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/cudnn/BatchNorm.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cudnn/BatchNorm.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/cudnn/Conv.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cudnn/Conv.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/cudnn/cuDNN.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cudnn/cuDNN.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/cudnn/Types.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cudnn/Types.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/cudnn/Handles.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cudnn/Handles.o -D_THP_CORE -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
creating build/lib.linux-x86_64-3.6 | |
creating build/lib.linux-x86_64-3.6/torch | |
gcc -pthread -shared -L/home/sorson/anaconda3/envs/pytorch_build/lib -Wl,-rpath=/home/sorson/anaconda3/envs/pytorch_build/lib,--no-as-needed build/temp.linux-x86_64-3.6/torch/csrc/PtrWrapper.o build/temp.linux-x86_64-3.6/torch/csrc/Module.o build/temp.linux-x86_64-3.6/torch/csrc/Generator.o build/temp.linux-x86_64-3.6/torch/csrc/Size.o build/temp.linux-x86_64-3.6/torch/csrc/Exceptions.o build/temp.linux-x86_64-3.6/torch/csrc/Tensor.o build/temp.linux-x86_64-3.6/torch/csrc/Storage.o build/temp.linux-x86_64-3.6/torch/csrc/DynamicTypes.o build/temp.linux-x86_64-3.6/torch/csrc/byte_order.o build/temp.linux-x86_64-3.6/torch/csrc/utils.o build/temp.linux-x86_64-3.6/torch/csrc/utils/object_ptr.o build/temp.linux-x86_64-3.6/torch/csrc/utils/tuple_parser.o build/temp.linux-x86_64-3.6/torch/csrc/allocators.o build/temp.linux-x86_64-3.6/torch/csrc/serialization.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/init.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/engine.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/function.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/variable.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/grad_buffer.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_function.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_cpp_function.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_variable.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_engine.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_hook.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/functions/batch_normalization.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/functions/convolution.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/functions/init.o build/temp.linux-x86_64-3.6/torch/csrc/nn/THNN_generic.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Module.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Storage.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Stream.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Tensor.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/AutoGPU.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/utils.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/serialization.o build/temp.linux-x86_64-3.6/torch/csrc/cudnn/BatchNorm.o build/temp.linux-x86_64-3.6/torch/csrc/cudnn/Conv.o build/temp.linux-x86_64-3.6/torch/csrc/cudnn/cuDNN.o build/temp.linux-x86_64-3.6/torch/csrc/cudnn/Types.o build/temp.linux-x86_64-3.6/torch/csrc/cudnn/Handles.o -L/home/sorson/pytorch/torch/lib -L/usr/local/cuda/lib64 -L/home/sorson/cudnn605/lib64/ -L/home/sorson/anaconda3/envs/pytorch_build/lib -lshm -lcudart -lcudnn -lpython3.6m -o build/lib.linux-x86_64-3.6/torch/_C.cpython-36m-x86_64-linux-gnu.so -Wl,-rpath,/usr/local/cuda/lib64 /home/sorson/pytorch/torch/lib/libTH.so.1 /home/sorson/pytorch/torch/lib/libTHS.so.1 /home/sorson/pytorch/torch/lib/libTHPP.so.1 /home/sorson/pytorch/torch/lib/libTHNN.so.1 /home/sorson/pytorch/torch/lib/libTHC.so.1 /home/sorson/pytorch/torch/lib/libTHCS.so.1 /home/sorson/pytorch/torch/lib/libTHCUNN.so.1 /home/sorson/pytorch/torch/lib/libnccl.so.1 -Wl,-rpath,$ORIGIN/lib | |
building 'torch._dl' extension | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/dl.c -o build/temp.linux-x86_64-3.6/torch/csrc/dl.o | |
gcc -pthread -shared -L/home/sorson/anaconda3/envs/pytorch_build/lib -Wl,-rpath=/home/sorson/anaconda3/envs/pytorch_build/lib,--no-as-needed build/temp.linux-x86_64-3.6/torch/csrc/dl.o -L/home/sorson/anaconda3/envs/pytorch_build/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/torch/_dl.cpython-36m-x86_64-linux-gnu.so | |
building 'torch._thnn._THNN' extension | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/nn/THNN.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/nn/THNN.o -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
creating build/lib.linux-x86_64-3.6/torch/_thnn | |
gcc -pthread -shared -L/home/sorson/anaconda3/envs/pytorch_build/lib -Wl,-rpath=/home/sorson/anaconda3/envs/pytorch_build/lib,--no-as-needed build/temp.linux-x86_64-3.6/torch/csrc/nn/THNN.o -L/home/sorson/anaconda3/envs/pytorch_build/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/torch/_thnn/_THNN.cpython-36m-x86_64-linux-gnu.so -Wl,-rpath,/usr/local/cuda/lib64 /home/sorson/pytorch/torch/lib/libTH.so.1 /home/sorson/pytorch/torch/lib/libTHNN.so.1 -Wl,-rpath,$ORIGIN/../lib | |
building 'torch._thnn._THCUNN' extension | |
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/sorson/pytorch -I/home/sorson/pytorch/torch/csrc -I/home/sorson/pytorch/torch/lib/tmp_install/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/TH -I/home/sorson/pytorch/torch/lib/tmp_install/include/THPP -I/home/sorson/pytorch/torch/lib/tmp_install/include/THNN -I/home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/numpy/core/include -I/usr/local/cuda/include -I/home/sorson/pytorch/torch/lib/tmp_install/include/THCUNN -I/home/sorson/cudnn605/include/ -I/home/sorson/anaconda3/envs/pytorch_build/include/python3.6m -c torch/csrc/nn/THCUNN.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/nn/THCUNN.o -std=c++11 -Wno-write-strings -DWITH_NUMPY -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default] | |
gcc -pthread -shared -L/home/sorson/anaconda3/envs/pytorch_build/lib -Wl,-rpath=/home/sorson/anaconda3/envs/pytorch_build/lib,--no-as-needed build/temp.linux-x86_64-3.6/torch/csrc/nn/THCUNN.o -L/home/sorson/anaconda3/envs/pytorch_build/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/torch/_thnn/_THCUNN.cpython-36m-x86_64-linux-gnu.so -Wl,-rpath,/usr/local/cuda/lib64 /home/sorson/pytorch/torch/lib/libTH.so.1 /home/sorson/pytorch/torch/lib/libTHC.so.1 /home/sorson/pytorch/torch/lib/libTHCUNN.so.1 -Wl,-rpath,$ORIGIN/../lib | |
copying build/lib.linux-x86_64-3.6/torch/_C.cpython-36m-x86_64-linux-gnu.so -> torch | |
copying build/lib.linux-x86_64-3.6/torch/_dl.cpython-36m-x86_64-linux-gnu.so -> torch | |
copying build/lib.linux-x86_64-3.6/torch/_thnn/_THNN.cpython-36m-x86_64-linux-gnu.so -> torch/_thnn | |
copying build/lib.linux-x86_64-3.6/torch/_thnn/_THCUNN.cpython-36m-x86_64-linux-gnu.so -> torch/_thnn | |
Creating /home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages/torch.egg-link (link to .) | |
torch 0.1.10+77fbc12 is already the active version in easy-install.pth | |
Installed /home/sorson/pytorch | |
Processing dependencies for torch==0.1.10+77fbc12 | |
Searching for PyYAML==3.12 | |
Best match: PyYAML 3.12 | |
Adding PyYAML 3.12 to easy-install.pth file | |
Using /home/sorson/anaconda3/envs/pytorch_build/lib/python3.6/site-packages | |
Finished processing dependencies for torch==0.1.10+77fbc12 | |
(pytorch_build) sorson@hyperion:~/pytorch$ python | |
Python 3.6.0 |Continuum Analytics, Inc.| (default, Dec 23 2016, 12:22:00) | |
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import torch | |
>>> torch.backends.cudnn.is_acceptable(torch.cuda.FloatTensor(1)) | |
True | |
>>> cudnn_version = torch.backends.cudnn.version() | |
>>> print('CUDNN VERSION', torch.backends.cudnn.version()) | |
CUDNN VERSION 5105 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment