Skip to content

Instantly share code, notes, and snippets.

@hvasbath
Created November 4, 2017 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hvasbath/dc00fd3579108bc2efbd6dbf956f1597 to your computer and use it in GitHub Desktop.
Save hvasbath/dc00fd3579108bc2efbd6dbf956f1597 to your computer and use it in GitHub Desktop.
compilation error from source
vasyurhm@vasyurhm:~/Software/pytorch$ python setup.py clean
Traceback (most recent call last):
File "setup.py", line 434, in <module>
main_sources += split_types("torch/csrc/Tensor.cpp")
File "/home/vasyurhm/Software/pytorch/tools/setup_helpers/split_types.py", line 53, in split_types
with open(gen_path, 'w') as f:
IOError: [Errno 13] Permission denied: '/home/vasyurhm/Software/pytorch/torch/csrc/generated/TensorDouble.cpp'
vasyurhm@vasyurhm:~/Software/pytorch$ sudo python setup.py clean
running clean
vasyurhm@vasyurhm:~/Software/pytorch$ sudo python setup.py install
running install
running build_deps
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found CUDA: /usr/local/cuda (found suitable version "9.0", minimum required is "7.0")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vasyurhm/Software/pytorch/torch/lib/build/nccl
Scanning dependencies of target nccl
[100%] Generating lib/libnccl.so
Grabbing src/nccl.h > /home/vasyurhm/Software/pytorch/torch/lib/build/nccl/include/nccl.h
Compiling src/libwrap.cu > /home/vasyurhm/Software/pytorch/torch/lib/build/nccl/obj/libwrap.o
Compiling src/core.cu > /home/vasyurhm/Software/pytorch/torch/lib/build/nccl/obj/core.o
Compiling src/all_gather.cu > /home/vasyurhm/Software/pytorch/torch/lib/build/nccl/obj/all_gather.o
Compiling src/all_reduce.cu > /home/vasyurhm/Software/pytorch/torch/lib/build/nccl/obj/all_reduce.o
ptxas warning : Too big maxrregcount value specified 96, will be ignored
ptxas warning : Too big maxrregcount value specified 96, will be ignored
Compiling src/broadcast.cu > /home/vasyurhm/Software/pytorch/torch/lib/build/nccl/obj/broadcast.o
Compiling src/reduce.cu > /home/vasyurhm/Software/pytorch/torch/lib/build/nccl/obj/reduce.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
Compiling src/reduce_scatter.cu > /home/vasyurhm/Software/pytorch/torch/lib/build/nccl/obj/reduce_scatter.o
ptxas warning : Too big maxrregcount value specified 96, will be ignored
ptxas warning : Too big maxrregcount value specified 96, will be ignored
Linking libnccl.so.1.3.5 > /home/vasyurhm/Software/pytorch/torch/lib/build/nccl/lib/libnccl.so.1.3.5
Archiving libnccl_static.a > /home/vasyurhm/Software/pytorch/torch/lib/build/nccl/lib/libnccl_static.a
[100%] Built target nccl
Install the project...
-- Install configuration: "Release"
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/nccl.h
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at src/TH/CMakeLists.txt:5 (CMAKE_POLICY):
The OLD behavior for policy CMP0026 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
CMake Warning (dev) at /usr/local/lib/python2.7/dist-packages/cmake/data/share/cmake-3.9/Modules/FindOpenMP.cmake:200 (if):
Policy CMP0054 is not set: Only interpret if() arguments as variables or
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Quoted variables like "c" will no longer be dereferenced when the policy is
set to NEW. Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
/usr/local/lib/python2.7/dist-packages/cmake/data/share/cmake-3.9/Modules/FindOpenMP.cmake:324 (_OPENMP_GET_FLAGS)
src/TH/CMakeLists.txt:93 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found OpenMP_C: -fopenmp (found version "4.0")
-- Found OpenMP_CXX: -fopenmp (found version "4.0")
-- Compiling with OpenMP support -fopenmp -fopenmp
-- 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 - Success
-- TH_SO_VERSION: 0
-- Atomics: using C11 intrinsics
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_gf_lp64: /opt/intel/mkl/lib/intel64/libmkl_gf_lp64.so
-- Library mkl_gnu_thread: /opt/intel/mkl/lib/intel64/libmkl_gnu_thread.so
-- Library mkl_core: /opt/intel/mkl/lib/intel64/libmkl_core.so
-- Found OpenMP_C: -fopenmp (found version "4.0")
-- Found OpenMP_CXX: -fopenmp (found version "4.0")
-- Library gomp: -fopenmp
-- Library pthread: /usr/lib/x86_64-linux-gnu/libpthread.so
-- Library m: /usr/lib/x86_64-linux-gnu/libm.so
-- Library dl: /usr/lib/x86_64-linux-gnu/libdl.so
-- Looking for cblas_sgemm
-- Looking for cblas_sgemm - found
-- MKL library found
-- Performing Test BLAS_F2C_DOUBLE_WORKS
-- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
-- Performing Test BLAS_F2C_FLOAT_WORKS
-- Performing Test BLAS_F2C_FLOAT_WORKS - Success
-- Performing Test BLAS_USE_CBLAS_DOT
-- Performing Test BLAS_USE_CBLAS_DOT - Success
-- Found a library with BLAS API (mkl).
-- Found a library with LAPACK API. (mkl)
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for shm_open
-- Looking for shm_open - found
-- Looking for shm_unlink
-- Looking for shm_unlink - found
-- Looking for malloc_usable_size
-- Looking for malloc_usable_size - found
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Success
-- TH_LIBRARIES: TH
-- Found OpenMP_C: -fopenmp
-- Found OpenMP_CXX: -fopenmp
-- Compiling with OpenMP support
-- TH_LIBRARIES: TH
-- THS_SO_VERSION: 1
-- Found CUDA: /usr/local/cuda (found suitable version "9.0", minimum required is "5.5")
-- Removing -DNDEBUG from compile flags
-- TH_LIBRARIES: TH
-- MAGMA not found. Compiling without MAGMA support
-- Autodetected CUDA architecture(s): 6.1
-- got cuda version 9.0
-- Found CUDA with FP16 support, compiling with torch.CudaHalfTensor
-- CUDA_NVCC_FLAGS: -D__CUDA_NO_HALF_OPERATORS__;-gencode;arch=compute_61,code=sm_61;-Xcompiler -fPIC;-DCUDA_HAS_FP16=1
-- THC_SO_VERSION: 0
-- Removing -DNDEBUG from compile flags
-- TH_LIBRARIES: TH
-- THC_LIBRARIES: THC
-- Autodetected CUDA architecture(s): 6.1
-- TH_LIBRARIES: TH
-- THC_LIBRARIES: THC
-- THS_LIBRARIES: THS
-- Autodetected CUDA architecture(s): 6.1
-- got cuda version 9.0
-- Found CUDA with FP16 support, compiling with torch.CudaHalfTensor
-- CUDA_NVCC_FLAGS: -D__CUDA_NO_HALF_OPERATORS__;-gencode;arch=compute_61,code=sm_61;-Xcompiler -fPIC;-DCUDA_HAS_FP16=1
-- THCS_SO_VERSION: 1
CMake Deprecation Warning at src/ATen/CMakeLists.txt:7 (CMAKE_POLICY):
The OLD behavior for policy CMP0026 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- TH_LIBRARIES: TH
-- THNN_LIBRARIES: THNN
-- THC_LIBRARIES: THC
-- THCS_LIBRARIES: THCS
-- THCUNN_LIBRARIES: THCUNN
-- Using python found in /usr/bin/python
['/home/vasyurhm/Software/pytorch/aten/src/THNN/generic/THNN.h', '/home/vasyurhm/Software/pytorch/aten/src/THCUNN/generic/THCUNN.h', '/home/vasyurhm/Software/pytorch/aten/src/ATen/nn.yaml']
ATen Excluded: set(['bernoulli', 'bernoulli_'])
CMake Warning (dev) at src/ATen/CMakeLists.txt:200 (TARGET_LINK_LIBRARIES):
Policy CMP0023 is not set: Plain and keyword target_link_libraries
signatures cannot be mixed. Run "cmake --help-policy CMP0023" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
The keyword signature for target_link_libraries has already been used with
the target "ATen". All uses of target_link_libraries with a target should
be either all-keyword or all-plain.
The uses of the keyword signature are here:
* src/ATen/CMakeLists.txt:191 (TARGET_LINK_LIBRARIES)
* src/ATen/CMakeLists.txt:196 (TARGET_LINK_LIBRARIES)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
CMake Warning (dev) in src/ATen/CMakeLists.txt:
Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
interface. Run "cmake --help-policy CMP0022" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Target "ATen" has an INTERFACE_LINK_LIBRARIES property which differs from
its LINK_INTERFACE_LIBRARIES properties.
INTERFACE_LINK_LIBRARIES:
/usr/local/cuda/lib64/libcudart.so
LINK_INTERFACE_LIBRARIES:
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: /home/vasyurhm/Software/pytorch/torch/lib/build/aten
Scanning dependencies of target TH
[ 0%] Building C object src/TH/CMakeFiles/TH.dir/THGeneral.c.o
[ 0%] Building C object src/TH/CMakeFiles/TH.dir/THAllocator.c.o
[ 0%] Building C object src/TH/CMakeFiles/TH.dir/THSize.c.o
[ 1%] Building C object src/TH/CMakeFiles/TH.dir/THHalf.c.o
[ 2%] Building C object src/TH/CMakeFiles/TH.dir/THStorage.c.o
[ 2%] Building C object src/TH/CMakeFiles/TH.dir/THTensor.c.o
[ 2%] Building C object src/TH/CMakeFiles/TH.dir/THBlas.c.o
[ 2%] Building C object src/TH/CMakeFiles/TH.dir/THLapack.c.o
[ 3%] Building C object src/TH/CMakeFiles/TH.dir/THLogAdd.c.o
[ 3%] Building C object src/TH/CMakeFiles/TH.dir/THRandom.c.o
[ 3%] Building C object src/TH/CMakeFiles/TH.dir/THFile.c.o
[ 4%] Building C object src/TH/CMakeFiles/TH.dir/THDiskFile.c.o
[ 4%] Building C object src/TH/CMakeFiles/TH.dir/THMemoryFile.c.o
[ 4%] Building C object src/TH/CMakeFiles/TH.dir/THAtomic.c.o
[ 5%] Building C object src/TH/CMakeFiles/TH.dir/THVector.c.o
[ 5%] Building C object src/TH/CMakeFiles/TH.dir/generic/simd/convolve.c.o
[ 5%] Building C object src/TH/CMakeFiles/TH.dir/generic/simd/convolve5x5_sse.c.o
[ 6%] Building C object src/TH/CMakeFiles/TH.dir/vector/AVX.c.o
[ 6%] Building C object src/TH/CMakeFiles/TH.dir/generic/simd/convolve5x5_avx.c.o
[ 6%] Building C object src/TH/CMakeFiles/TH.dir/vector/AVX2.c.o
[ 7%] Linking C static library libTH.a
[ 7%] Built target TH
Scanning dependencies of target THS
Scanning dependencies of target THNN
[ 7%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCReduceApplyUtils.cu.o
[ 7%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCHalf.cu.o
[ 8%] Building C object src/THS/CMakeFiles/THS.dir/THSTensor.c.o
[ 8%] Building C object src/THNN/CMakeFiles/THNN.dir/init.c.o
[ 8%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCBlas.cu.o
[ 9%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCSleep.cu.o
[ 9%] Linking C static library libTHS.a
[ 9%] Built target THS
[ 9%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCStorage.cu.o
[ 9%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCStorageCopy.cu.o
[ 10%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensor.cu.o
[ 10%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorCopy.cu.o
[ 10%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMath.cu.o
[ 11%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMath2.cu.o
[ 11%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathBlas.cu.o
[ 11%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathMagma.cu.o
[ 12%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathPairwise.cu.o
[ 12%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathReduce.cu.o
[ 12%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathScan.cu.o
[ 12%] Linking C static library libTHNN.a
[ 12%] Built target THNN
[ 13%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorIndex.cu.o
[ 13%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorConv.cu.o
[ 13%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorRandom.cu.o
[ 13%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorScatterGather.cu.o
[ 14%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorTopK.cu.o
[ 14%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorSort.cu.o
[ 14%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorTypeUtils.cu.o
[ 15%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCSortUtils.cu.o
[ 15%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMode.cu.o
[ 15%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortByte.cu.o
[ 16%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTByte.cu.o
[ 16%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseByte.cu.o
[ 16%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareByte.cu.o
[ 17%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceByte.cu.o
[ 17%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedByte.cu.o
[ 17%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortChar.cu.o
[ 18%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTChar.cu.o
[ 18%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseChar.cu.o
[ 18%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareChar.cu.o
[ 19%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceChar.cu.o
[ 19%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedChar.cu.o
[ 19%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortShort.cu.o
[ 20%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTShort.cu.o
[ 20%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseShort.cu.o
[ 20%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareShort.cu.o
[ 21%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceShort.cu.o
[ 21%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedShort.cu.o
[ 21%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortInt.cu.o
[ 22%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTInt.cu.o
[ 22%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseInt.cu.o
[ 22%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareInt.cu.o
[ 23%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceInt.cu.o
[ 23%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedInt.cu.o
[ 23%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortLong.cu.o
[ 23%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTLong.cu.o
[ 24%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseLong.cu.o
[ 24%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareLong.cu.o
[ 24%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceLong.cu.o
[ 25%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedLong.cu.o
[ 25%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortHalf.cu.o
[ 25%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTHalf.cu.o
[ 26%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseHalf.cu.o
[ 26%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareHalf.cu.o
[ 26%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceHalf.cu.o
[ 27%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedHalf.cu.o
[ 27%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortFloat.cu.o
[ 27%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTFloat.cu.o
[ 28%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseFloat.cu.o
[ 28%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareFloat.cu.o
[ 28%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceFloat.cu.o
[ 29%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedFloat.cu.o
[ 29%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortDouble.cu.o
[ 29%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTDouble.cu.o
[ 30%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseDouble.cu.o
[ 30%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareDouble.cu.o
[ 30%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceDouble.cu.o
[ 31%] Building NVCC (Device) object src/THC/CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedDouble.cu.o
Scanning dependencies of target THC
[ 31%] Building CXX object src/THC/CMakeFiles/THC.dir/THCCachingAllocator.cpp.o
[ 32%] Building CXX object src/THC/CMakeFiles/THC.dir/THCCachingHostAllocator.cpp.o
[ 32%] Building C object src/THC/CMakeFiles/THC.dir/THCStorageCopy.c.o
[ 32%] Building C object src/THC/CMakeFiles/THC.dir/THCGeneral.c.o
[ 33%] Building CXX object src/THC/CMakeFiles/THC.dir/THCStream.cpp.o
[ 33%] Building C object src/THC/CMakeFiles/THC.dir/THCTensor.c.o
[ 33%] Building C object src/THC/CMakeFiles/THC.dir/THCTensorCopy.c.o
[ 33%] Building CXX object src/THC/CMakeFiles/THC.dir/THCTensorRandom.cpp.o
[ 34%] Building C object src/THC/CMakeFiles/THC.dir/THCThreadLocal.c.o
[ 34%] Linking CXX static library libTHC.a
[ 34%] Built target THC
[ 35%] Building NVCC (Device) object src/THCS/CMakeFiles/THCS.dir/THCS_generated_THCSparse.cu.o
[ 35%] Building NVCC (Device) object src/THCS/CMakeFiles/THCS.dir/THCS_generated_THCSTensor.cu.o
[ 36%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_Abs.cu.o
[ 36%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricUpSamplingTrilinear.cu.o
[ 36%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_AbsCriterion.cu.o
[ 36%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_BCECriterion.cu.o
[ 37%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_BatchNormalization.cu.o
Scanning dependencies of target THCS
[ 37%] Building C object src/THCS/CMakeFiles/THCS.dir/THCSTensor.c.o
[ 37%] Linking CXX static library libTHCS.a
[ 37%] Built target THCS
[ 37%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_ClassNLLCriterion.cu.o
[ 37%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_DistKLDivCriterion.cu.o
[ 38%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_ELU.cu.o
[ 38%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_FeatureLPPooling.cu.o
[ 38%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_FusedRNNKernel.cu.o
[ 39%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_GatedLinearUnit.cu.o
[ 39%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_HardTanh.cu.o
[ 39%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_IndexLinear.cu.o
[ 40%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_L1Cost.cu.o
[ 40%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LeakyReLU.cu.o
[ 40%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LogSigmoid.cu.o
[ 41%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LogSoftMax.cu.o
[ 41%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTable.cu.o
[ 41%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTableBag.cu.o
/home/vasyurhm/Software/pytorch/aten/src/THCUNN/LookupTable.cu(25): warning: function "__shfl(int, int, int)"
/usr/local/cuda/include/sm_30_intrinsics.hpp(152): here was declared deprecated ("__shfl() is deprecated in favor of __shfl_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
/home/vasyurhm/Software/pytorch/aten/src/THCUNN/LookupTable.cu(42): warning: function "__any"
/usr/local/cuda/include/device_atomic_functions.h(180): here was declared deprecated ("__any() is deprecated in favor of __any_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
/home/vasyurhm/Software/pytorch/aten/src/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but never referenced
[ 42%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_MSECriterion.cu.o
/home/vasyurhm/Software/pytorch/aten/src/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but never referenced
[ 42%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_MarginCriterion.cu.o
[ 42%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_MultiLabelMarginCriterion.cu.o
[ 43%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_MultiMarginCriterion.cu.o
[ 43%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_PReLU.cu.o
[ 43%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_RReLU.cu.o
[ 43%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_Sigmoid.cu.o
[ 44%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SmoothL1Criterion.cu.o
[ 44%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SoftMarginCriterion.cu.o
[ 44%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SoftMax.cu.o
[ 45%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SoftPlus.cu.o
[ 45%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SoftShrink.cu.o
[ 45%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SparseLinear.cu.o
[ 46%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialAdaptiveAveragePooling.cu.o
[ 46%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialAdaptiveMaxPooling.cu.o
[ 46%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialAveragePooling.cu.o
[ 47%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialClassNLLCriterion.cu.o
[ 47%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialConvolutionLocal.cu.o
[ 47%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialConvolutionMM.cu.o
[ 48%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialCrossMapLRN.cu.o
[ 48%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialDepthwiseConvolution.cu.o
[ 48%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialDilatedConvolution.cu.o
[ 49%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialDilatedMaxPooling.cu.o
[ 49%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFractionalMaxPooling.cu.o
[ 49%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFullConvolution.cu.o
[ 50%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFullDilatedConvolution.cu.o
[ 50%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialGridSamplerBilinear.cu.o
[ 50%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialMaxPooling.cu.o
[ 51%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialMaxUnpooling.cu.o
[ 51%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialReflectionPadding.cu.o
[ 51%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialReplicationPadding.cu.o
[ 52%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialSubSampling.cu.o
[ 52%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialUpSamplingBilinear.cu.o
[ 52%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialUpSamplingNearest.cu.o
[ 53%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_Sqrt.cu.o
[ 53%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_Square.cu.o
[ 53%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_Tanh.cu.o
[ 53%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalConvolution.cu.o
[ 54%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalMaxPooling.cu.o
[ 54%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalReflectionPadding.cu.o
[ 54%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalReplicationPadding.cu.o
[ 55%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalRowConvolution.cu.o
[ 55%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalUpSamplingLinear.cu.o
[ 55%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalUpSamplingNearest.cu.o
[ 56%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_Threshold.cu.o
[ 56%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricAdaptiveAveragePooling.cu.o
[ 56%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricAdaptiveMaxPooling.cu.o
[ 57%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricAveragePooling.cu.o
[ 57%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricConvolution.cu.o
[ 57%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricDilatedConvolution.cu.o
[ 58%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricDilatedMaxPooling.cu.o
[ 58%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricFractionalMaxPooling.cu.o
[ 58%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricFullConvolution.cu.o
[ 59%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricFullDilatedConvolution.cu.o
[ 59%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricMaxPooling.cu.o
[ 59%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricMaxUnpooling.cu.o
[ 60%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricReplicationPadding.cu.o
[ 60%] Building NVCC (Device) object src/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricUpSamplingNearest.cu.o
Scanning dependencies of target THCUNN
[ 61%] Linking CXX static library libTHCUNN.a
[ 61%] Built target THCUNN
[ 61%] Generating ATen/CPUGenerator.h, ATen/CUDAGenerator.h, ATen/Declarations.yaml, ATen/CPUByteStorage.cpp, ATen/CPUByteStorage.h, ATen/CPUByteType.cpp, ATen/CPUByteType.h, ATen/CPUByteTensor.cpp, ATen/CPUByteTensor.h, ATen/CPUCharStorage.cpp, ATen/CPUCharStorage.h, ATen/CPUCharType.cpp, ATen/CPUCharType.h, ATen/CPUCharTensor.cpp, ATen/CPUCharTensor.h, ATen/CPUDoubleStorage.cpp, ATen/CPUDoubleStorage.h, ATen/CPUDoubleType.cpp, ATen/CPUDoubleType.h, ATen/CPUDoubleTensor.cpp, ATen/CPUDoubleTensor.h, ATen/CPUFloatStorage.cpp, ATen/CPUFloatStorage.h, ATen/CPUFloatType.cpp, ATen/CPUFloatType.h, ATen/CPUFloatTensor.cpp, ATen/CPUFloatTensor.h, ATen/CPUIntStorage.cpp, ATen/CPUIntStorage.h, ATen/CPUIntType.cpp, ATen/CPUIntType.h, ATen/CPUIntTensor.cpp, ATen/CPUIntTensor.h, ATen/CPULongStorage.cpp, ATen/CPULongStorage.h, ATen/CPULongType.cpp, ATen/CPULongType.h, ATen/CPULongTensor.cpp, ATen/CPULongTensor.h, ATen/CPUShortStorage.cpp, ATen/CPUShortStorage.h, ATen/CPUShortType.cpp, ATen/CPUShortType.h, ATen/CPUShortTensor.cpp, ATen/CPUShortTensor.h, ATen/CPUHalfStorage.cpp, ATen/CPUHalfStorage.h, ATen/CPUHalfType.cpp, ATen/CPUHalfType.h, ATen/CPUHalfTensor.cpp, ATen/CPUHalfTensor.h, ATen/SparseCPUByteType.cpp, ATen/SparseCPUByteType.h, ATen/SparseCPUByteTensor.cpp, ATen/SparseCPUByteTensor.h, ATen/SparseCPUCharType.cpp, ATen/SparseCPUCharType.h, ATen/SparseCPUCharTensor.cpp, ATen/SparseCPUCharTensor.h, ATen/SparseCPUDoubleType.cpp, ATen/SparseCPUDoubleType.h, ATen/SparseCPUDoubleTensor.cpp, ATen/SparseCPUDoubleTensor.h, ATen/SparseCPUFloatType.cpp, ATen/SparseCPUFloatType.h, ATen/SparseCPUFloatTensor.cpp, ATen/SparseCPUFloatTensor.h, ATen/SparseCPUIntType.cpp, ATen/SparseCPUIntType.h, ATen/SparseCPUIntTensor.cpp, ATen/SparseCPUIntTensor.h, ATen/SparseCPULongType.cpp, ATen/SparseCPULongType.h, ATen/SparseCPULongTensor.cpp, ATen/SparseCPULongTensor.h, ATen/SparseCPUShortType.cpp, ATen/SparseCPUShortType.h, ATen/SparseCPUShortTensor.cpp, ATen/SparseCPUShortTensor.h, ATen/CUDAByteStorage.cpp, ATen/CUDAByteStorage.h, ATen/CUDAByteType.cpp, ATen/CUDAByteType.h, ATen/CUDAByteTensor.cpp, ATen/CUDAByteTensor.h, ATen/CUDACharStorage.cpp, ATen/CUDACharStorage.h, ATen/CUDACharType.cpp, ATen/CUDACharType.h, ATen/CUDACharTensor.cpp, ATen/CUDACharTensor.h, ATen/CUDADoubleStorage.cpp, ATen/CUDADoubleStorage.h, ATen/CUDADoubleType.cpp, ATen/CUDADoubleType.h, ATen/CUDADoubleTensor.cpp, ATen/CUDADoubleTensor.h, ATen/CUDAFloatStorage.cpp, ATen/CUDAFloatStorage.h, ATen/CUDAFloatType.cpp, ATen/CUDAFloatType.h, ATen/CUDAFloatTensor.cpp, ATen/CUDAFloatTensor.h, ATen/CUDAIntStorage.cpp, ATen/CUDAIntStorage.h, ATen/CUDAIntType.cpp, ATen/CUDAIntType.h, ATen/CUDAIntTensor.cpp, ATen/CUDAIntTensor.h, ATen/CUDALongStorage.cpp, ATen/CUDALongStorage.h, ATen/CUDALongType.cpp, ATen/CUDALongType.h, ATen/CUDALongTensor.cpp, ATen/CUDALongTensor.h, ATen/CUDAShortStorage.cpp, ATen/CUDAShortStorage.h, ATen/CUDAShortType.cpp, ATen/CUDAShortType.h, ATen/CUDAShortTensor.cpp, ATen/CUDAShortTensor.h, ATen/CUDAHalfStorage.cpp, ATen/CUDAHalfStorage.h, ATen/CUDAHalfType.cpp, ATen/CUDAHalfType.h, ATen/CUDAHalfTensor.cpp, ATen/CUDAHalfTensor.h, ATen/SparseCUDAByteType.cpp, ATen/SparseCUDAByteType.h, ATen/SparseCUDAByteTensor.cpp, ATen/SparseCUDAByteTensor.h, ATen/SparseCUDACharType.cpp, ATen/SparseCUDACharType.h, ATen/SparseCUDACharTensor.cpp, ATen/SparseCUDACharTensor.h, ATen/SparseCUDADoubleType.cpp, ATen/SparseCUDADoubleType.h, ATen/SparseCUDADoubleTensor.cpp, ATen/SparseCUDADoubleTensor.h, ATen/SparseCUDAFloatType.cpp, ATen/SparseCUDAFloatType.h, ATen/SparseCUDAFloatTensor.cpp, ATen/SparseCUDAFloatTensor.h, ATen/SparseCUDAIntType.cpp, ATen/SparseCUDAIntType.h, ATen/SparseCUDAIntTensor.cpp, ATen/SparseCUDAIntTensor.h, ATen/SparseCUDALongType.cpp, ATen/SparseCUDALongType.h, ATen/SparseCUDALongTensor.cpp, ATen/SparseCUDALongTensor.h, ATen/SparseCUDAShortType.cpp, ATen/SparseCUDAShortType.h, ATen/SparseCUDAShortTensor.cpp, ATen/SparseCUDAShortTensor.h, ATen/Type.h, ATen/Type.cpp, ATen/Tensor.h, ATen/TensorMethods.h, ATen/Functions.h, ATen/Dispatch.h, ATen/Copy.cpp
['/home/vasyurhm/Software/pytorch/aten/src/THNN/generic/THNN.h', '/home/vasyurhm/Software/pytorch/aten/src/THCUNN/generic/THCUNN.h', '/home/vasyurhm/Software/pytorch/aten/src/ATen/nn.yaml']
ATen Excluded: set(['bernoulli', 'bernoulli_'])
Scanning dependencies of target ATen
[ 61%] Building CXX object src/ATen/CMakeFiles/ATen.dir/CPUGenerator.cpp.o
[ 61%] Building CXX object src/ATen/CMakeFiles/ATen.dir/CUDAGenerator.cpp.o
[ 61%] Building CXX object src/ATen/CMakeFiles/ATen.dir/DLConvertor.cpp.o
[ 62%] Building CXX object src/ATen/CMakeFiles/ATen.dir/Context.cpp.o
[ 62%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ExpandUtils.cpp.o
[ 63%] Building CXX object src/ATen/CMakeFiles/ATen.dir/Formatting.cpp.o
[ 63%] Building CXX object src/ATen/CMakeFiles/ATen.dir/Utils.cpp.o
[ 63%] Building CXX object src/ATen/CMakeFiles/ATen.dir/Scalar.cpp.o
[ 64%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUByteStorage.cpp.o
[ 64%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUByteType.cpp.o
[ 64%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUByteTensor.cpp.o
[ 65%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUCharStorage.cpp.o
[ 65%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUCharType.cpp.o
[ 65%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUCharTensor.cpp.o
[ 66%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUDoubleStorage.cpp.o
[ 66%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUDoubleType.cpp.o
[ 66%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUDoubleTensor.cpp.o
[ 67%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUFloatStorage.cpp.o
[ 67%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUFloatType.cpp.o
[ 67%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUFloatTensor.cpp.o
[ 68%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUIntStorage.cpp.o
[ 68%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUIntType.cpp.o
[ 68%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUIntTensor.cpp.o
[ 69%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPULongStorage.cpp.o
[ 69%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPULongType.cpp.o
[ 69%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPULongTensor.cpp.o
[ 70%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUShortStorage.cpp.o
[ 70%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUShortType.cpp.o
[ 70%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUShortTensor.cpp.o
[ 71%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUHalfStorage.cpp.o
[ 71%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUHalfType.cpp.o
[ 71%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CPUHalfTensor.cpp.o
[ 71%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPUByteType.cpp.o
[ 72%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPUByteTensor.cpp.o
[ 72%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPUCharType.cpp.o
[ 72%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPUCharTensor.cpp.o
[ 73%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPUDoubleType.cpp.o
[ 73%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPUDoubleTensor.cpp.o
[ 74%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPUFloatType.cpp.o
[ 74%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPUFloatTensor.cpp.o
[ 74%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPUIntType.cpp.o
[ 74%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPUIntTensor.cpp.o
[ 75%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPULongType.cpp.o
[ 75%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPULongTensor.cpp.o
[ 75%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPUShortType.cpp.o
[ 76%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCPUShortTensor.cpp.o
[ 76%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAByteStorage.cpp.o
[ 76%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAByteType.cpp.o
[ 77%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAByteTensor.cpp.o
[ 77%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDACharStorage.cpp.o
[ 77%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDACharType.cpp.o
[ 78%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDACharTensor.cpp.o
[ 78%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDADoubleStorage.cpp.o
[ 78%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDADoubleType.cpp.o
[ 79%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDADoubleTensor.cpp.o
[ 79%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAFloatStorage.cpp.o
[ 79%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAFloatType.cpp.o
[ 80%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAFloatTensor.cpp.o
[ 80%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAIntStorage.cpp.o
[ 80%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAIntType.cpp.o
[ 81%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAIntTensor.cpp.o
[ 81%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDALongStorage.cpp.o
[ 81%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDALongType.cpp.o
[ 81%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDALongTensor.cpp.o
[ 82%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAShortStorage.cpp.o
[ 82%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAShortType.cpp.o
[ 82%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAShortTensor.cpp.o
[ 83%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAHalfStorage.cpp.o
[ 83%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAHalfType.cpp.o
[ 83%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/CUDAHalfTensor.cpp.o
[ 84%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDAByteType.cpp.o
[ 84%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDAByteTensor.cpp.o
[ 84%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDACharType.cpp.o
[ 85%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDACharTensor.cpp.o
[ 85%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDADoubleType.cpp.o
[ 85%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDADoubleTensor.cpp.o
[ 86%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDAFloatType.cpp.o
[ 86%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDAFloatTensor.cpp.o
[ 86%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDAIntType.cpp.o
[ 87%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDAIntTensor.cpp.o
[ 87%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDALongType.cpp.o
[ 87%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDALongTensor.cpp.o
[ 88%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDAShortType.cpp.o
[ 88%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/SparseCUDAShortTensor.cpp.o
[ 88%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/Type.cpp.o
[ 89%] Building CXX object src/ATen/CMakeFiles/ATen.dir/ATen/Copy.cpp.o
[ 89%] Linking CXX shared library libATen.so
[ 89%] Built target ATen
Scanning dependencies of target basic
Scanning dependencies of target scalar_test
Scanning dependencies of target native_test
[ 90%] Building CXX object src/ATen/test/CMakeFiles/native_test.dir/native_test.cpp.o
[ 90%] Building CXX object src/ATen/test/CMakeFiles/scalar_test.dir/scalar_test.cpp.o
[ 90%] Building CXX object src/ATen/test/CMakeFiles/basic.dir/basic.cpp.o
Scanning dependencies of target atest
[ 90%] Building CXX object src/ATen/test/CMakeFiles/atest.dir/atest.cpp.o
[ 90%] Linking CXX executable native_test
[ 91%] Linking CXX executable atest
[ 91%] Built target native_test
Scanning dependencies of target broadcast_test
[ 91%] Building CXX object src/ATen/test/CMakeFiles/broadcast_test.dir/broadcast_test.cpp.o
[ 91%] Linking CXX executable scalar_test
[ 91%] Built target atest
Scanning dependencies of target wrapdim_test
[ 91%] Building CXX object src/ATen/test/CMakeFiles/wrapdim_test.dir/wrapdim_test.cpp.o
[ 91%] Linking CXX executable basic
[ 91%] Built target scalar_test
Scanning dependencies of target dlconvertor_test
[ 91%] Building CXX object src/ATen/test/CMakeFiles/dlconvertor_test.dir/dlconvertor_test.cpp.o
[ 91%] Built target basic
Scanning dependencies of target scalar_tensor_test
[ 91%] Building CXX object src/ATen/test/CMakeFiles/scalar_tensor_test.dir/scalar_tensor_test.cpp.o
[ 92%] Linking CXX executable wrapdim_test
[ 93%] Linking CXX executable broadcast_test
[ 93%] Linking CXX executable dlconvertor_test
[ 93%] Built target wrapdim_test
Scanning dependencies of target xtdata
[ 93%] Building CXX object contrib/data/CMakeFiles/xtdata.dir/BatchDataset.cc.o
[ 93%] Built target broadcast_test
Scanning dependencies of target xtmeter
[ 93%] Building CXX object contrib/meter/CMakeFiles/xtmeter.dir/APMeter.cc.o
[ 93%] Built target dlconvertor_test
[ 93%] Building CXX object contrib/meter/CMakeFiles/xtmeter.dir/AUCMeter.cc.o
[ 94%] Linking CXX executable scalar_tensor_test
[ 94%] Building CXX object contrib/data/CMakeFiles/xtdata.dir/ConcatDataset.cc.o
[ 94%] Built target scalar_tensor_test
[ 95%] Building CXX object contrib/data/CMakeFiles/xtdata.dir/Dataset.cc.o
[ 96%] Building CXX object contrib/meter/CMakeFiles/xtmeter.dir/ClassErrorMeter.cc.o
[ 96%] Building CXX object contrib/meter/CMakeFiles/xtmeter.dir/MAPMeter.cc.o
[ 96%] Building CXX object contrib/data/CMakeFiles/xtdata.dir/MergeDataset.cc.o
[ 96%] Building CXX object contrib/meter/CMakeFiles/xtmeter.dir/MSEMeter.cc.o
[ 96%] Building CXX object contrib/data/CMakeFiles/xtdata.dir/ResampleDataset.cc.o
[ 97%] Building CXX object contrib/data/CMakeFiles/xtdata.dir/ShuffleDataset.cc.o
[ 97%] Building CXX object contrib/data/CMakeFiles/xtdata.dir/TensorDataset.cc.o
[ 98%] Linking CXX static library libxtmeter.a
[ 98%] Built target xtmeter
Scanning dependencies of target test-meter
[ 99%] Building CXX object contrib/meter/CMakeFiles/test-meter.dir/test/basic.cc.o
[ 99%] Building CXX object contrib/data/CMakeFiles/xtdata.dir/TransformDataset.cc.o
[ 99%] Linking CXX executable test-meter
[100%] Linking CXX static library libxtdata.a
[100%] Built target xtdata
[100%] Built target test-meter
Install the project...
-- Install configuration: "Release"
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/TH.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THAllocator.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THMath.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THBlas.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THDiskFile.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THFile.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THFilePrivate.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THGeneral.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THGenerateAllTypes.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THGenerateDoubleType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THGenerateFloatType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THGenerateHalfType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THGenerateLongType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THGenerateIntType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THGenerateShortType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THGenerateCharType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THGenerateByteType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THGenerateFloatTypes.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THGenerateIntTypes.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THLapack.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THLogAdd.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THMemoryFile.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THRandom.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THSize.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THTensorApply.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THTensorDimApply.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THTensorMacros.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THVector.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THAtomic.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/THHalf.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/vector/AVX.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/vector/AVX2.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THBlas.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THBlas.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THLapack.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THLapack.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THStorage.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THStorageCopy.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THStorageCopy.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THTensor.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorConv.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorConv.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorCopy.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorCopy.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorLapack.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorLapack.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorMath.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorMath.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorRandom.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorRandom.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THVectorDispatch.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH/generic/THVector.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/share/cmake/TH/THConfig.cmake
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN/THNN.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN/generic/THNN.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THS/THS.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THS/THSGenerateAllTypes.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THS/THSGenerateFloatTypes.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THS/THSGenerateIntTypes.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THS/THSTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensor.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensorMath.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensorMath.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THC.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCGeneral.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCBlas.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCSleep.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCStorageCopy.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCStream.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCThreadLocal.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensorCopy.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensorRandom.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensorMath.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensorConv.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCApply.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCReduce.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCReduceAll.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCReduceApplyUtils.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensorMathReduce.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCAsmUtils.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCAtomics.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCScanUtils.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCSortUtils.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCAllocator.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCCachingAllocator.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCCachingHostAllocator.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCDeviceUtils.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensor.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensor-inl.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensorUtils.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensorUtils-inl.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCGenerateAllTypes.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCGenerateByteType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCGenerateCharType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCGenerateShortType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCGenerateIntType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCGenerateLongType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCGenerateHalfType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCGenerateFloatType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCGenerateFloatTypes.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCGenerateDoubleType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCHalf.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCNumerics.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensorSort.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensorInfo.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensorMathPointwise.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensorTypeUtils.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensorRandom.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensorMathMagma.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCThrustAllocator.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensorMode.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/THCTensorTopK.cuh
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMasked.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMasked.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMath.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMath.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathBlas.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathBlas.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompare.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompare.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompareT.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompareT.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathMagma.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathMagma.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPairwise.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPairwise.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPointwise.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPointwise.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathReduce.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathReduce.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathScan.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathScan.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorScatterGather.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorScatterGather.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorIndex.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorIndex.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorSort.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorSort.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCDeviceTensorUtils.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorRandom.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorRandom.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMode.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMode.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorTopK.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorTopK.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN/THCUNN.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN/generic/THCUNN.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/THCS.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/THCSTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateAllTypes.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateByteType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateCharType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateShortType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateIntType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateLongType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateHalfType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateFloatType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateFloatTypes.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateDoubleType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/THCSparse.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensor.c
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensor.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensorMath.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensorMath.cu
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib/libATen.so.1
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib/libATen.so
-- Set runtime path of "/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib/libATen.so.1" to "/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib:/usr/local/cuda/lib64:/opt/intel/mkl/lib/intel64"
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/share/cmake/ATen/ATenConfig.cmake
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/ATen.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/ATenGeneral.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/ArrayRef.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUFixedAllocator.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAFixedAllocator.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CheckGenerator.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/Context.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/DLConvertor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/ExpandUtils.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/Formatting.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/Generator.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/Half.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/NativeFunctions.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/Scalar.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/ScalarType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseTensorRef.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/Storage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/THLongStorageView.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/TensorAccessor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/TensorBase.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/TensorImpl.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/TensorOperators.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/Utils.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/WrapDimUtils.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/dlpack.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUGenerator.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAGenerator.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUByteStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUByteType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUByteTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUCharStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUCharType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUCharTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUDoubleStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUDoubleType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUDoubleTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUFloatStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUFloatType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUFloatTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUIntStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUIntType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUIntTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPULongStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPULongType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPULongTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUShortStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUShortType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUShortTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUHalfStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUHalfType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CPUHalfTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUByteType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUByteTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUCharType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUCharTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUDoubleType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUDoubleTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUFloatType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUFloatTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUIntType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUIntTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPULongType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPULongTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUShortType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUShortTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAByteStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAByteType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAByteTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDACharStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDACharType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDACharTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDADoubleStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDADoubleType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDADoubleTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAFloatStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAFloatType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAFloatTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAIntStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAIntType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAIntTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDALongStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDALongType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDALongTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAShortStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAShortType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAShortTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAHalfStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAHalfType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/CUDAHalfTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAByteType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAByteTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDACharType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDACharTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDADoubleType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDADoubleTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAFloatType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAFloatTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAIntType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAIntTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDALongType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDALongTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAShortType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAShortTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/Type.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/Tensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/TensorMethods.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/Functions.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen/Dispatch.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/share/ATen/Declarations.yaml
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- 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:
CMAKE_DEBUG_POSTFIX
CMAKE_INSTALL_LIBDIR
CUDA_NVCC_FLAGS
NCCL_EXTERNAL
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIBRARIES
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
cwrap_files
nanopb_BUILD_GENERATOR
-- Build files have been written to: /home/vasyurhm/Software/pytorch/torch/lib/build/libshm
Scanning dependencies of target torch_shm_manager
Scanning dependencies of target shm
[ 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 Funktion `main':
manager.cpp:(.text.startup+0x35): Warnung: the use of `tmpnam' is dangerous, better use `mkstemp'
[100%] Built target torch_shm_manager
Install the project...
-- Install configuration: "Release"
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib/libshm.so
-- Set runtime path of "/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib/libshm.so" to ""
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/libshm.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/bin/torch_shm_manager
-- The C compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
CMAKE_CXX_FLAGS
CMAKE_DEBUG_POSTFIX
CUDA_NVCC_FLAGS
NCCL_EXTERNAL
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIBRARIES
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
cwrap_files
-- Build files have been written to: /home/vasyurhm/Software/pytorch/torch/lib/build/nanopb
Scanning dependencies of target protobuf-nanopb
[ 75%] Building C object CMakeFiles/protobuf-nanopb.dir/pb_common.c.o
[ 75%] Building C object CMakeFiles/protobuf-nanopb.dir/pb_encode.c.o
[ 75%] Building C object CMakeFiles/protobuf-nanopb.dir/pb_decode.c.o
[100%] Linking C static library libprotobuf-nanopb.a
[100%] Built target protobuf-nanopb
Install the project...
-- Install configuration: "Release"
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib/libprotobuf-nanopb.a
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets.cmake
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets-release.cmake
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config.cmake
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config-version.cmake
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/pb.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/pb_common.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/pb_encode.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/pb_decode.h
-- The CXX compiler identification is GNU 5.4.0
-- The C compiler identification is GNU 5.4.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Found CUDA: /usr/local/cuda (found suitable version "9.0", minimum required is "7.0")
-- CUDA detected: 9.0
-- Added CUDA NVCC flags for: sm_30 sm_35 sm_50 sm_52 sm_60 sm_61 sm_70
-- Found libcuda: /usr/lib/x86_64-linux-gnu/libcuda.so
-- Found libnvrtc: /usr/lib/x86_64-linux-gnu/libnvrtc.so
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
CMAKE_DEBUG_POSTFIX
CMAKE_INSTALL_LIBDIR
NCCL_EXTERNAL
NCCL_ROOT_DIR
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIBRARIES
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
cwrap_files
nanopb_BUILD_GENERATOR
-- Build files have been written to: /home/vasyurhm/Software/pytorch/torch/lib/build/gloo
Scanning dependencies of target gloo
[ 8%] Building CXX object gloo/CMakeFiles/gloo.dir/common/logging.cc.o
[ 16%] Building CXX object gloo/CMakeFiles/gloo.dir/context.cc.o
[ 16%] Building CXX object gloo/CMakeFiles/gloo.dir/algorithm.cc.o
[ 8%] Building CXX object gloo/CMakeFiles/gloo.dir/common/linux.cc.o
[ 20%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o
[ 24%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o
[ 28%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o
[ 32%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o
[ 44%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o
[ 44%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/address.cc.o
[ 44%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o
[ 48%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/device.cc.o
[ 52%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o
[ 56%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o
[ 60%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/pair.cc.o
[ 64%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o
[ 68%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o
[ 72%] Linking CXX static library libgloo.a
[ 72%] Built target gloo
[ 80%] Building NVCC (Device) object gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda_private.cu.o
[ 76%] Building NVCC (Device) object gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda.cu.o
Scanning dependencies of target gloo_cuda
[ 84%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring.cc.o
[ 88%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_halving_doubling.cc.o
[ 92%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring_chunked.cc.o
[ 96%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_broadcast_one_to_all.cc.o
[100%] Linking CXX static library libgloo_cuda.a
[100%] Built target gloo_cuda
Install the project...
-- Install configuration: "Release"
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib/libgloo.a
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib/libgloo_cuda.a
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/config.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/algorithm.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/allgather_ring.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/allreduce_halving_doubling.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/allreduce_ring.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/allreduce_ring_chunked.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/barrier.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/barrier_all_to_all.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/barrier_all_to_one.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/broadcast_one_to_all.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/context.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/math.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/pairwise_exchange.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/types.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/common/common.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/common/error.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/common/linux.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/common/logging.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/common/string.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/rendezvous/file_store.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/rendezvous/hash_store.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/rendezvous/prefix_store.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/rendezvous/store.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/rendezvous/context.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/transport/address.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/transport/buffer.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/transport/device.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/transport/pair.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/transport/tcp/address.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/transport/tcp/buffer.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/transport/tcp/device.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/transport/tcp/pair.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/cuda.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/cuda_allreduce_halving_doubling.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/cuda_allreduce_halving_doubling_pipelined.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/cuda_allreduce_ring.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/cuda_allreduce_ring_chunked.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/cuda_broadcast_one_to_all.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/cuda_collectives_device.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/cuda_collectives_host.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/cuda_collectives_native.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/cuda_collectives_nccl.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/cuda_private.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/gloo/cuda_workspace.h
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test HAS_THREAD_LOCAL
-- Performing Test HAS_THREAD_LOCAL - Success
-- Could NOT find MPI_C (missing: MPI_C_LIBRARIES MPI_C_INCLUDE_PATH)
-- Could NOT find MPI_CXX (missing: MPI_CXX_LIBRARIES MPI_CXX_INCLUDE_PATH)
-- Found Gloo: TRUE
-- Found CUDA: /usr/local/cuda (found suitable version "9.0", minimum required is "7.5")
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/worker/dispatch/Communication.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/worker/dispatch/Generator.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/worker/dispatch/Storage.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/worker/dispatch/Tensor.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/worker/dispatch/TensorCopy.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/worker/dispatch/TensorLapack.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/worker/dispatch/TensorMath.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/worker/dispatch/TensorRandom.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/master/generic/THDStorage.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/master/generic/THDTensor.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/master/generic/THDTensorCopy.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/master/generic/THDTensorLapack.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/master/generic/THDTensorMath.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/master/generic/THDTensorMeta.cpp from the build
-- Excluding /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/master/generic/THDTensorRandom.cpp from the build
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_DEBUG_POSTFIX
CMAKE_INSTALL_LIBDIR
NCCL_EXTERNAL
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIBRARIES
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
cwrap_files
nanopb_BUILD_GENERATOR
-- Build files have been written to: /home/vasyurhm/Software/pytorch/torch/lib/build/THD
Scanning dependencies of target THD
[ 3%] Building CXX object CMakeFiles/THD.dir/base/ChannelUtils.cpp.o
[ 11%] Building CXX object CMakeFiles/THD.dir/base/DataChannel.cpp.o
[ 7%] Building CXX object CMakeFiles/THD.dir/base/Cuda.cpp.o
[ 15%] Building CXX object CMakeFiles/THD.dir/base/DataChannelRequest.cpp.o
[ 19%] Building CXX object CMakeFiles/THD.dir/base/TensorDescriptor.cpp.o
[ 23%] Building CXX object CMakeFiles/THD.dir/base/data_channels/DataChannelGloo.cpp.o
[ 26%] Building CXX object CMakeFiles/THD.dir/base/data_channels/DataChannelTCP.cpp.o
[ 30%] Building CXX object CMakeFiles/THD.dir/base/data_channels/Store.cpp.o
[ 34%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethod.cpp.o
[ 38%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethodEnv.cpp.o
[ 42%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethodFile.cpp.o
[ 46%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethodTCP.cpp.o
[ 50%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethodUtils.cpp.o
[ 53%] Building CXX object CMakeFiles/THD.dir/process_group/Collectives.cpp.o
[ 57%] Building CXX object CMakeFiles/THD.dir/process_group/General.cpp.o
[ 61%] Building CXX object CMakeFiles/THD.dir/master_worker/common/ByteArray.cpp.o
[ 65%] Building CXX object CMakeFiles/THD.dir/master_worker/common/CommandChannel.cpp.o
[ 69%] Building CXX object CMakeFiles/THD.dir/master_worker/common/RPC.cpp.o
[ 73%] Building CXX object CMakeFiles/THD.dir/master_worker/master/Master.cpp.o
[ 76%] Building CXX object CMakeFiles/THD.dir/master_worker/master/State.cpp.o
[ 80%] Building CXX object CMakeFiles/THD.dir/master_worker/master/THDRandom.cpp.o
In file included from /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/common/../master/../../base/DataChannel.hpp:4:0,
from /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/common/../master/../../base/DataChannelRequest.hpp:3,
from /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/common/../master/../../THD.h:14,
from /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/common/../master/THDTensor.h:4,
from /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/common/RPC.hpp:2,
from /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/common/CommandChannel.hpp:3,
from /home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/common/CommandChannel.cpp:1:
/home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/common/CommandChannel.cpp: In member function ‘bool thd::MasterCommandChannel::init()’:
/home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/common/../master/../../base/ChannelUtils.hpp:74:20: warning: ignoring return value of ‘int pipe(int*)’, declared with attribute warn_unused_result [-Wunused-result]
errno = 0; (expr); \
^
/home/vasyurhm/Software/pytorch/torch/lib/THD/master_worker/common/CommandChannel.cpp:99:3: note: in expansion of macro ‘SYSCHECK’
SYSCHECK(::pipe(fd));
^
[ 84%] Building CXX object CMakeFiles/THD.dir/master_worker/master/THDStorage.cpp.o
[ 88%] Building CXX object CMakeFiles/THD.dir/master_worker/master/THDTensor.cpp.o
[ 92%] Building CXX object CMakeFiles/THD.dir/master_worker/worker/Dispatch.cpp.o
[ 96%] Building CXX object CMakeFiles/THD.dir/master_worker/worker/Worker.cpp.o
[100%] Linking CXX static library libTHD.a
[100%] Built target THD
Install the project...
-- Install configuration: "Release"
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/lib/libTHD.a
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/THD.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/base/ChannelType.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/base/Cuda.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/base/DataChannel.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/base/DataChannelRequest.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/base/THDGenerateAllTypes.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/base/TensorDescriptor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/process_group/Collectives.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/process_group/General.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/Master.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/State.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/THDRandom.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/THDStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/THDTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/generic/THDStorage.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/generic/THDTensor.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/generic/THDTensorCopy.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/generic/THDTensorLapack.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/generic/THDTensorMath.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/generic/THDTensorRandom.h
-- Installing: /home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD/master_worker/worker/Worker.h
/home/vasyurhm/Software/pytorch/torch/_thnn/utils.py:1: RuntimeWarning: Parent module 'torch._thnn' not found while handling absolute import
import os
/home/vasyurhm/Software/pytorch/torch/_thnn/utils.py:2: RuntimeWarning: Parent module 'torch._thnn' not found while handling absolute import
import itertools
/home/vasyurhm/Software/pytorch/torch/_thnn/utils.py:3: RuntimeWarning: Parent module 'torch._thnn' not found while handling absolute import
import importlib
running build
running build_py
-- Building version 0.2.0+13fde88
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/torch
copying torch/distributions.py -> build/lib.linux-x86_64-2.7/torch
copying torch/_utils.py -> build/lib.linux-x86_64-2.7/torch
copying torch/_tensor_str.py -> build/lib.linux-x86_64-2.7/torch
copying torch/storage.py -> build/lib.linux-x86_64-2.7/torch
copying torch/functional.py -> build/lib.linux-x86_64-2.7/torch
copying torch/_six.py -> build/lib.linux-x86_64-2.7/torch
copying torch/_tensor_docs.py -> build/lib.linux-x86_64-2.7/torch
copying torch/_storage_docs.py -> build/lib.linux-x86_64-2.7/torch
copying torch/random.py -> build/lib.linux-x86_64-2.7/torch
copying torch/version.py -> build/lib.linux-x86_64-2.7/torch
copying torch/_torch_docs.py -> build/lib.linux-x86_64-2.7/torch
copying torch/tensor.py -> build/lib.linux-x86_64-2.7/torch
copying torch/__init__.py -> build/lib.linux-x86_64-2.7/torch
copying torch/serialization.py -> build/lib.linux-x86_64-2.7/torch
creating build/lib.linux-x86_64-2.7/torch/onnx
copying torch/onnx/symbolic.py -> build/lib.linux-x86_64-2.7/torch/onnx
copying torch/onnx/__init__.py -> build/lib.linux-x86_64-2.7/torch/onnx
creating build/lib.linux-x86_64-2.7/torch/_thnn
copying torch/_thnn/utils.py -> build/lib.linux-x86_64-2.7/torch/_thnn
copying torch/_thnn/__init__.py -> build/lib.linux-x86_64-2.7/torch/_thnn
creating build/lib.linux-x86_64-2.7/torch/optim
copying torch/optim/adagrad.py -> build/lib.linux-x86_64-2.7/torch/optim
copying torch/optim/sgd.py -> build/lib.linux-x86_64-2.7/torch/optim
copying torch/optim/rprop.py -> build/lib.linux-x86_64-2.7/torch/optim
copying torch/optim/asgd.py -> build/lib.linux-x86_64-2.7/torch/optim
copying torch/optim/adadelta.py -> build/lib.linux-x86_64-2.7/torch/optim
copying torch/optim/__init__.py -> build/lib.linux-x86_64-2.7/torch/optim
copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-2.7/torch/optim
copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-2.7/torch/optim
copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-2.7/torch/optim
copying torch/optim/adamax.py -> build/lib.linux-x86_64-2.7/torch/optim
copying torch/optim/adam.py -> build/lib.linux-x86_64-2.7/torch/optim
copying torch/optim/optimizer.py -> build/lib.linux-x86_64-2.7/torch/optim
creating build/lib.linux-x86_64-2.7/torch/jit
copying torch/jit/__init__.py -> build/lib.linux-x86_64-2.7/torch/jit
creating build/lib.linux-x86_64-2.7/torch/for_onnx
copying torch/for_onnx/__init__.py -> build/lib.linux-x86_64-2.7/torch/for_onnx
creating build/lib.linux-x86_64-2.7/torch/nn
copying torch/nn/functional.py -> build/lib.linux-x86_64-2.7/torch/nn
copying torch/nn/parameter.py -> build/lib.linux-x86_64-2.7/torch/nn
copying torch/nn/__init__.py -> build/lib.linux-x86_64-2.7/torch/nn
copying torch/nn/init.py -> build/lib.linux-x86_64-2.7/torch/nn
creating build/lib.linux-x86_64-2.7/torch/contrib
copying torch/contrib/__init__.py -> build/lib.linux-x86_64-2.7/torch/contrib
copying torch/contrib/_graph_vis.py -> build/lib.linux-x86_64-2.7/torch/contrib
creating build/lib.linux-x86_64-2.7/torch/legacy
copying torch/legacy/__init__.py -> build/lib.linux-x86_64-2.7/torch/legacy
creating build/lib.linux-x86_64-2.7/torch/autograd
copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-2.7/torch/autograd
copying torch/autograd/profiler.py -> build/lib.linux-x86_64-2.7/torch/autograd
copying torch/autograd/variable.py -> build/lib.linux-x86_64-2.7/torch/autograd
copying torch/autograd/stochastic_function.py -> build/lib.linux-x86_64-2.7/torch/autograd
copying torch/autograd/function.py -> build/lib.linux-x86_64-2.7/torch/autograd
copying torch/autograd/__init__.py -> build/lib.linux-x86_64-2.7/torch/autograd
creating build/lib.linux-x86_64-2.7/torch/utils
copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-2.7/torch/utils
copying torch/utils/dlpack.py -> build/lib.linux-x86_64-2.7/torch/utils
copying torch/utils/hooks.py -> build/lib.linux-x86_64-2.7/torch/utils
copying torch/utils/__init__.py -> build/lib.linux-x86_64-2.7/torch/utils
creating build/lib.linux-x86_64-2.7/torch/distributed
copying torch/distributed/remote_types.py -> build/lib.linux-x86_64-2.7/torch/distributed
copying torch/distributed/__init__.py -> build/lib.linux-x86_64-2.7/torch/distributed
creating build/lib.linux-x86_64-2.7/torch/sparse
copying torch/sparse/__init__.py -> build/lib.linux-x86_64-2.7/torch/sparse
creating build/lib.linux-x86_64-2.7/torch/multiprocessing
copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-2.7/torch/multiprocessing
copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-2.7/torch/multiprocessing
copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-2.7/torch/multiprocessing
copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-2.7/torch/multiprocessing
creating build/lib.linux-x86_64-2.7/torch/backends
copying torch/backends/__init__.py -> build/lib.linux-x86_64-2.7/torch/backends
creating build/lib.linux-x86_64-2.7/torch/cuda
copying torch/cuda/profiler.py -> build/lib.linux-x86_64-2.7/torch/cuda
copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-2.7/torch/cuda
copying torch/cuda/random.py -> build/lib.linux-x86_64-2.7/torch/cuda
copying torch/cuda/streams.py -> build/lib.linux-x86_64-2.7/torch/cuda
copying torch/cuda/nccl.py -> build/lib.linux-x86_64-2.7/torch/cuda
copying torch/cuda/error.py -> build/lib.linux-x86_64-2.7/torch/cuda
copying torch/cuda/__init__.py -> build/lib.linux-x86_64-2.7/torch/cuda
copying torch/cuda/sparse.py -> build/lib.linux-x86_64-2.7/torch/cuda
copying torch/cuda/comm.py -> build/lib.linux-x86_64-2.7/torch/cuda
creating build/lib.linux-x86_64-2.7/torch/jit/passes
copying torch/jit/passes/inplace.py -> build/lib.linux-x86_64-2.7/torch/jit/passes
copying torch/jit/passes/__init__.py -> build/lib.linux-x86_64-2.7/torch/jit/passes
creating build/lib.linux-x86_64-2.7/torch/nn/parallel
copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-2.7/torch/nn/parallel
copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-2.7/torch/nn/parallel
copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-2.7/torch/nn/parallel
copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-2.7/torch/nn/parallel
copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-2.7/torch/nn/parallel
copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-2.7/torch/nn/parallel
copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-2.7/torch/nn/parallel
creating build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/module.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/container.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-2.7/torch/nn/modules
creating build/lib.linux-x86_64-2.7/torch/nn/_functions
copying torch/nn/_functions/padding.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions
copying torch/nn/_functions/linear.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions
copying torch/nn/_functions/loss.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions
copying torch/nn/_functions/rnn.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions
copying torch/nn/_functions/__init__.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions
copying torch/nn/_functions/vision.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions
copying torch/nn/_functions/dropout.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions
creating build/lib.linux-x86_64-2.7/torch/nn/utils
copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-2.7/torch/nn/utils
copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-2.7/torch/nn/utils
copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-2.7/torch/nn/utils
copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-2.7/torch/nn/utils
copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-2.7/torch/nn/utils
creating build/lib.linux-x86_64-2.7/torch/nn/backends
copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-2.7/torch/nn/backends
copying torch/nn/backends/backend.py -> build/lib.linux-x86_64-2.7/torch/nn/backends
copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-2.7/torch/nn/backends
creating build/lib.linux-x86_64-2.7/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/pooling.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/auto.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/auto_symbolic.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/normalization.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/batchnorm_double_backwards.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/auto_double_backwards.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/loss.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/upsampling.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/rnnFusedPointwise.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/__init__.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/sparse.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/activation.py -> build/lib.linux-x86_64-2.7/torch/nn/_functions/thnn
creating build/lib.linux-x86_64-2.7/torch/legacy/optim
copying torch/legacy/optim/cg.py -> build/lib.linux-x86_64-2.7/torch/legacy/optim
copying torch/legacy/optim/adagrad.py -> build/lib.linux-x86_64-2.7/torch/legacy/optim
copying torch/legacy/optim/sgd.py -> build/lib.linux-x86_64-2.7/torch/legacy/optim
copying torch/legacy/optim/rprop.py -> build/lib.linux-x86_64-2.7/torch/legacy/optim
copying torch/legacy/optim/asgd.py -> build/lib.linux-x86_64-2.7/torch/legacy/optim
copying torch/legacy/optim/adadelta.py -> build/lib.linux-x86_64-2.7/torch/legacy/optim
copying torch/legacy/optim/__init__.py -> build/lib.linux-x86_64-2.7/torch/legacy/optim
copying torch/legacy/optim/rmsprop.py -> build/lib.linux-x86_64-2.7/torch/legacy/optim
copying torch/legacy/optim/lbfgs.py -> build/lib.linux-x86_64-2.7/torch/legacy/optim
copying torch/legacy/optim/nag.py -> build/lib.linux-x86_64-2.7/torch/legacy/optim
copying torch/legacy/optim/adamax.py -> build/lib.linux-x86_64-2.7/torch/legacy/optim
copying torch/legacy/optim/adam.py -> build/lib.linux-x86_64-2.7/torch/legacy/optim
creating build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialZeroPadding.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/TemporalConvolution.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Reshape.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialFractionalMaxPooling.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/CSubTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialBatchNormalization.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/MultiLabelSoftMarginCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/AddConstant.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialFullConvolutionMap.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/CosineDistance.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/HardTanh.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/MultiMarginCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/MarginRankingCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/ConcatTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Copy.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Sigmoid.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SmoothL1Criterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/MixtureTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Sum.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Euclidean.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/ReLU.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/MultiLabelMarginCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/ClassSimplexCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/L1HingeEmbeddingCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialDropout.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Index.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialSubSampling.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/PairwiseDistance.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/MM.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/ELU.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Abs.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Concat.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/CrossEntropyCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialClassNLLCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Narrow.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialMaxPooling.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialReflectionPadding.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/LeakyReLU.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Linear.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/HardShrink.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Normalize.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Sqrt.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/VolumetricConvolution.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/DepthConcat.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SoftSign.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Max.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Contiguous.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Squeeze.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Dropout.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SoftMarginCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Cosine.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialLPPooling.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Sequential.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/CriterionTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/VolumetricAveragePooling.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/VolumetricReplicationPadding.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Unsqueeze.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/VolumetricMaxPooling.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Identity.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialConvolution.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/ParallelTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/CosineEmbeddingCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/GradientReversal.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/L1Cost.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/CDivTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/View.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/BCECriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Container.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Padding.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/MulConstant.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/ParallelCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SplitTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialAdaptiveMaxPooling.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/VolumetricFullConvolution.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/TemporalMaxPooling.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/ClassNLLCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SoftMin.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/utils.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/AbsCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/CMul.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/JoinTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Mean.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/DistKLDivCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Exp.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/FlattenTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/VolumetricMaxUnpooling.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Transpose.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialDilatedConvolution.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/MarginCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Mul.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/CMulTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialAveragePooling.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialFullConvolution.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Module.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Tanh.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Criterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/TanhShrink.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SelectTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialContrastiveNormalization.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialConvolutionLocal.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/LogSigmoid.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/MultiCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/PReLU.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/WeightedEuclidean.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Add.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Select.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Min.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Replicate.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/VolumetricDropout.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Parallel.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/__init__.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Clamp.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Power.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/DotProduct.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialCrossMapLRN.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SoftPlus.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/CAddTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/LogSoftMax.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialDivisiveNormalization.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SoftMax.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialReplicationPadding.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialUpSamplingNearest.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Log.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Threshold.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/HingeEmbeddingCriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialConvolutionMap.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/L1Penalty.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SoftShrink.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Bilinear.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/MV.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/Square.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/TemporalSubSampling.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/ReLU6.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/LookupTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/RReLU.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialSoftMax.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/VolumetricBatchNormalization.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/BatchNormalization.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialSubtractiveNormalization.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/WeightedMSECriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/NarrowTable.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/MSECriterion.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/MaskedSelect.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/SpatialMaxUnpooling.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
copying torch/legacy/nn/PartialLinear.py -> build/lib.linux-x86_64-2.7/torch/legacy/nn
creating build/lib.linux-x86_64-2.7/torch/autograd/_functions
copying torch/autograd/_functions/reduce.py -> build/lib.linux-x86_64-2.7/torch/autograd/_functions
copying torch/autograd/_functions/compare.py -> build/lib.linux-x86_64-2.7/torch/autograd/_functions
copying torch/autograd/_functions/stochastic.py -> build/lib.linux-x86_64-2.7/torch/autograd/_functions
copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-2.7/torch/autograd/_functions
copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-2.7/torch/autograd/_functions
copying torch/autograd/_functions/pointwise.py -> build/lib.linux-x86_64-2.7/torch/autograd/_functions
copying torch/autograd/_functions/basic_ops.py -> build/lib.linux-x86_64-2.7/torch/autograd/_functions
copying torch/autograd/_functions/initializers.py -> build/lib.linux-x86_64-2.7/torch/autograd/_functions
copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-2.7/torch/autograd/_functions
copying torch/autograd/_functions/blas.py -> build/lib.linux-x86_64-2.7/torch/autograd/_functions
copying torch/autograd/_functions/linalg.py -> build/lib.linux-x86_64-2.7/torch/autograd/_functions
creating build/lib.linux-x86_64-2.7/torch/utils/ffi
copying torch/utils/ffi/__init__.py -> build/lib.linux-x86_64-2.7/torch/utils/ffi
creating build/lib.linux-x86_64-2.7/torch/utils/data
copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-2.7/torch/utils/data
copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-2.7/torch/utils/data
copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-2.7/torch/utils/data
copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-2.7/torch/utils/data
copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-2.7/torch/utils/data
creating build/lib.linux-x86_64-2.7/torch/utils/trainer
copying torch/utils/trainer/__init__.py -> build/lib.linux-x86_64-2.7/torch/utils/trainer
copying torch/utils/trainer/trainer.py -> build/lib.linux-x86_64-2.7/torch/utils/trainer
creating build/lib.linux-x86_64-2.7/torch/utils/serialization
copying torch/utils/serialization/read_lua_file.py -> build/lib.linux-x86_64-2.7/torch/utils/serialization
copying torch/utils/serialization/__init__.py -> build/lib.linux-x86_64-2.7/torch/utils/serialization
creating build/lib.linux-x86_64-2.7/torch/utils/backcompat
copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-2.7/torch/utils/backcompat
creating build/lib.linux-x86_64-2.7/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/progress.py -> build/lib.linux-x86_64-2.7/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/logger.py -> build/lib.linux-x86_64-2.7/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/accuracy.py -> build/lib.linux-x86_64-2.7/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/plugin.py -> build/lib.linux-x86_64-2.7/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/loss.py -> build/lib.linux-x86_64-2.7/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/time.py -> build/lib.linux-x86_64-2.7/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/__init__.py -> build/lib.linux-x86_64-2.7/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/monitor.py -> build/lib.linux-x86_64-2.7/torch/utils/trainer/plugins
creating build/lib.linux-x86_64-2.7/torch/backends/cudnn
copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-2.7/torch/backends/cudnn
copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-2.7/torch/backends/cudnn
creating build/lib.linux-x86_64-2.7/torch/lib
copying torch/lib/libATen.so.1 -> build/lib.linux-x86_64-2.7/torch/lib
copying torch/lib/libnccl.so.1 -> build/lib.linux-x86_64-2.7/torch/lib
copying torch/lib/libnccl.so -> build/lib.linux-x86_64-2.7/torch/lib
copying torch/lib/libshm.so -> build/lib.linux-x86_64-2.7/torch/lib
copying torch/lib/libATen.so -> build/lib.linux-x86_64-2.7/torch/lib
copying torch/lib/torch_shm_manager -> build/lib.linux-x86_64-2.7/torch/lib
copying torch/lib/THNN.h -> build/lib.linux-x86_64-2.7/torch/lib
copying torch/lib/THCUNN.h -> build/lib.linux-x86_64-2.7/torch/lib
creating build/lib.linux-x86_64-2.7/torch/lib/include
creating build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THDiskFile.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateDoubleType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateLongType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THHalf.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THLapack.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THSize.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/TH.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateShortType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THVector.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THTensorApply.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THTensorDimApply.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateAllTypes.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateByteType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateFloatTypes.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THFile.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THLogAdd.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THMemoryFile.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateHalfType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateIntTypes.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateFloatType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THMath.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THAllocator.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THBlas.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THAtomic.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THTensorMacros.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THRandom.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THGeneral.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THFilePrivate.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateCharType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateIntType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH
creating build/lib.linux-x86_64-2.7/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THLapack.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THVector.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorCopy.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorConv.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorMath.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THStorageCopy.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THBlas.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorLapack.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorRandom.h -> build/lib.linux-x86_64-2.7/torch/lib/include/TH/generic
creating build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorConv.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateByteType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCBlas.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCSleep.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateIntType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateFloatType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCGeneral.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCHalf.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateLongType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCCachingAllocator.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateDoubleType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorCopy.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorMath.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THC.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCStorageCopy.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCStream.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCThreadLocal.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateCharType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateHalfType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCAllocator.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCCachingHostAllocator.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateShortType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorRandom.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateAllTypes.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateFloatTypes.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC
creating build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathPointwise.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorSort.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorCopy.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMath.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCStorageCopy.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorIndex.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathReduce.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathMagma.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMasked.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMode.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathCompare.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathBlas.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathScan.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathPairwise.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorRandom.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorScatterGather.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorTopK.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathCompareT.h -> build/lib.linux-x86_64-2.7/torch/lib/include/THC/generic
creating build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUFloatType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAByteType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUHalfStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUByteTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseTensorRef.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAByteTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDACharType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAShortTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDALongType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDADoubleTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUShortStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAByteTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUCharStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAIntTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUIntType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDACharType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUDoubleTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDALongTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUCharTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUFloatTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAFixedAllocator.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDADoubleTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAByteType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAGenerator.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDACharTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDADoubleType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUFloatTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAFloatTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAShortType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDACharTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUDoubleStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CheckGenerator.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUIntStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/Functions.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUFloatStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAHalfType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDADoubleType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUGenerator.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUShortType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/Dispatch.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAFloatTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAFloatType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/Tensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUHalfType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/THLongStorageView.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAIntType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/Half.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPULongStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPULongTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/ATen.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUByteType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDALongTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDADoubleStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/ScalarType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/Generator.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPULongType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPULongTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAShortStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAShortTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUDoubleType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAIntTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAHalfStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUIntTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/Utils.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/Scalar.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/Type.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUDoubleType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUByteTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUShortTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAHalfTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUIntTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUFloatType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUIntType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDALongType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUShortTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/ATenGeneral.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorBase.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorMethods.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/Formatting.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/Storage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUByteType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUShortType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUCharTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDACharStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUHalfTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPULongType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorImpl.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/Context.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAByteStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUByteStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUDoubleTensor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAIntType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAShortType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAIntStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAFloatType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDALongStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUCharType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAFloatStorage.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUCharType.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
copying torch/lib/include/ATen/dlpack.h -> build/lib.linux-x86_64-2.7/torch/lib/include/ATen
running build_ext
-- Building with NumPy bindings
-- Detected cuDNN at /usr/lib/x86_64-linux-gnu/, /usr/include/
-- Detected CUDA at /usr/local/cuda
-- Building NCCL library
-- Building with distributed package
-- Not using NNPACK
building 'torch._C' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/torch
creating build/temp.linux-x86_64-2.7/torch/csrc
creating build/temp.linux-x86_64-2.7/torch/csrc/utils
creating build/temp.linux-x86_64-2.7/torch/csrc/jit
creating build/temp.linux-x86_64-2.7/torch/csrc/jit/passes
creating build/temp.linux-x86_64-2.7/torch/csrc/jit/passes/onnx
creating build/temp.linux-x86_64-2.7/torch/csrc/jit/generated
creating build/temp.linux-x86_64-2.7/torch/csrc/autograd
creating build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions
creating build/temp.linux-x86_64-2.7/torch/csrc/autograd/generated
creating build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions/onnx
creating build/temp.linux-x86_64-2.7/torch/csrc/onnx
creating build/temp.linux-x86_64-2.7/home
creating build/temp.linux-x86_64-2.7/home/vasyurhm
creating build/temp.linux-x86_64-2.7/home/vasyurhm/Software
creating build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch
creating build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch/torch
creating build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch/torch/csrc
creating build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch/torch/csrc/generated
creating build/temp.linux-x86_64-2.7/torch/csrc/distributed
creating build/temp.linux-x86_64-2.7/torch/csrc/cuda
creating build/temp.linux-x86_64-2.7/torch/csrc/cudnn
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/PtrWrapper.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/PtrWrapper.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/assertions.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/assertions.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/tracer.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/tracer.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/utils/tuple_parser.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/utils/tuple_parser.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/byte_order.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/byte_order.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/Module.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/Module.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/allocators.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/allocators.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/utils.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/utils.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/python_tracer.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/python_tracer.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/serialization.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/serialization.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/expand_utils.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/expand_utils.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/Generator.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/Generator.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/init.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/init.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/utils/invalid_arguments.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/utils/invalid_arguments.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/Size.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/Size.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/utils/object_ptr.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/utils/object_ptr.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/Exceptions.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/Exceptions.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/utils/python_arg_parser.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/utils/python_arg_parser.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/Storage.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/Storage.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/interned_strings.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/interned_strings.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/passes/dead_code_elimination.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/passes/dead_code_elimination.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/ir.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/ir.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/type.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/type.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/passes/common_subexpression_elimination.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/passes/common_subexpression_elimination.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/export.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/export.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/passes/peephole.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/passes/peephole.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/passes/onnx/peephole.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/passes/onnx/peephole.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/generated/aten_dispatch.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/generated/aten_dispatch.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/python_ir.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/python_ir.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/passes/graph_fuser.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/passes/graph_fuser.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/DynamicTypes.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/DynamicTypes.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/function.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/function.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/passes/onnx.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/passes/onnx.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/variable.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/variable.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/saved_variable.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/saved_variable.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/input_buffer.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/input_buffer.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/python_variable.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/python_variable.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/profiler.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/profiler.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/python_engine.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/python_engine.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/python_function.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/python_function.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/test_jit.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/test_jit.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/python_hook.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/python_hook.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/init.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/init.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/functions/jit_closure.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions/jit_closure.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/generated/python_functions.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/generated/python_functions.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/python_cpp_function.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/python_cpp_function.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/generated/python_nn_functions.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/generated/python_nn_functions.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/engine.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/engine.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/functions/special.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions/special.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/functions/batch_normalization.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions/batch_normalization.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/generated/VariableType.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/generated/VariableType.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/onnx/onnx.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/onnx/onnx.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/functions/utils.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions/utils.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c /home/vasyurhm/Software/pytorch/torch/csrc/generated/TensorDouble.cpp -o build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch/torch/csrc/generated/TensorDouble.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/functions/convolution.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions/convolution.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/functions/init.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions/init.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/functions/basic_ops.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions/basic_ops.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/functions/onnx/convolution.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions/onnx/convolution.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/functions/tensor.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions/tensor.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/functions/accumulate_grad.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions/accumulate_grad.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/functions/onnx/batch_normalization.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions/onnx/batch_normalization.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c /home/vasyurhm/Software/pytorch/torch/csrc/generated/TensorChar.cpp -o build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch/torch/csrc/generated/TensorChar.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/functions/onnx/basic_ops.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/functions/onnx/basic_ops.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/onnx/onnx.pb.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/onnx/onnx.pb.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/cuda/utils.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/cuda/utils.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/cuda/expand_utils.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/cuda/expand_utils.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/cuda/serialization.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/cuda/serialization.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/jit/fusion_compiler.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/jit/fusion_compiler.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c /home/vasyurhm/Software/pytorch/torch/csrc/generated/cuda_TensorDouble.cpp -o build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch/torch/csrc/generated/cuda_TensorDouble.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/generated/Functions.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/generated/Functions.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c /home/vasyurhm/Software/pytorch/torch/csrc/generated/TensorFloat.cpp -o build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch/torch/csrc/generated/TensorFloat.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c /home/vasyurhm/Software/pytorch/torch/csrc/generated/TensorByte.cpp -o build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch/torch/csrc/generated/TensorByte.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/autograd/generated/python_variable_methods.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/autograd/generated/python_variable_methods.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c /home/vasyurhm/Software/pytorch/torch/csrc/generated/cuda_TensorLong.cpp -o build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch/torch/csrc/generated/cuda_TensorLong.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/distributed/Module.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/distributed/Module.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/cuda/Module.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/cuda/Module.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c /home/vasyurhm/Software/pytorch/torch/csrc/generated/cuda_TensorFloat.cpp -o build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch/torch/csrc/generated/cuda_TensorFloat.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/cuda/Storage.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/cuda/Storage.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c /home/vasyurhm/Software/pytorch/torch/csrc/generated/TensorHalf.cpp -o build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch/torch/csrc/generated/TensorHalf.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c /home/vasyurhm/Software/pytorch/torch/csrc/generated/TensorLong.cpp -o build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch/torch/csrc/generated/TensorLong.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/cuda/Stream.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/cuda/Stream.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c /home/vasyurhm/Software/pytorch/torch/csrc/generated/cuda_TensorInt.cpp -o build/temp.linux-x86_64-2.7/home/vasyurhm/Software/pytorch/torch/csrc/generated/cuda_TensorInt.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/cuda/AutoGPU.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/cuda/AutoGPU.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/cudnn/Conv.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/cudnn/Conv.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/ -I/home/vasyurhm/Software/pytorch -I/home/vasyurhm/Software/pytorch/torch/csrc -I/home/vasyurhm/Software/pytorch/torch/lib/pybind11/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/TH -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THNN -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/ATen -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/home/vasyurhm/Software/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include/python2.7 -c torch/csrc/cudnn/cuDNN.cpp -o build/temp.linux-x86_64-2.7/torch/csrc/cudnn/cuDNN.o -D_THP_CORE -std=c++11 -Wno-write-strings -fno-strict-aliasing -Wno-missing-braces -DWITH_NUMPY -DWITH_DISTRIBUTED -DWITH_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DWITH_NCCL -DWITH_CUDNN
In file included from /usr/local/cuda/include/channel_descriptor.h:62:0,
from /usr/local/cuda/include/cuda_runtime.h:90,
from /usr/include/cudnn.h:64,
from torch/csrc/cudnn/cudnn-wrapper.h:3,
from torch/csrc/cudnn/cuDNN.cpp:7:
/usr/local/cuda/include/cuda_runtime_api.h:1683:101: error: use of enum ‘cudaDeviceP2PAttr’ without previous declaration
extern __host__ __cudart_builtin__ cudaError_t CUDARTAPI cudaDeviceGetP2PAttribute(int *value, enum cudaDeviceP2PAttr attr, int srcDevice, int dstDevice);
^
/usr/local/cuda/include/cuda_runtime_api.h:2930:102: error: use of enum ‘cudaFuncAttribute’ without previous declaration
extern __host__ __cudart_builtin__ cudaError_t CUDARTAPI cudaFuncSetAttribute(const void *func, enum cudaFuncAttribute attr, int value);
^
In file included from /usr/local/cuda/include/channel_descriptor.h:62:0,
from /usr/local/cuda/include/cuda_runtime.h:90,
from /usr/include/cudnn.h:64,
from torch/csrc/cudnn/cudnn-wrapper.h:3,
from torch/csrc/cudnn/cuDNN.cpp:7:
/usr/local/cuda/include/cuda_runtime_api.h:5770:92: error: use of enum ‘cudaMemoryAdvise’ without previous declaration
extern __host__ cudaError_t CUDARTAPI cudaMemAdvise(const void *devPtr, size_t count, enum cudaMemoryAdvise advice, int device);
^
/usr/local/cuda/include/cuda_runtime_api.h:5827:98: error: use of enum ‘cudaMemRangeAttribute’ without previous declaration
extern __host__ cudaError_t CUDARTAPI cudaMemRangeGetAttribute(void *data, size_t dataSize, enum cudaMemRangeAttribute attribute, const void *devPtr, size_t count);
^
/usr/local/cuda/include/cuda_runtime_api.h:5864:102: error: use of enum ‘cudaMemRangeAttribute’ without previous declaration
extern __host__ cudaError_t CUDARTAPI cudaMemRangeGetAttributes(void **data, size_t *dataSizes, enum cudaMemRangeAttribute *attributes, size_t numAttributes, const void *devPtr, size_t count)
^
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment