ubuntu16.04 & cuda9.0にCaffe2とPyTorchをインストール

その買うを、もっとハッピーに。|ハピタス

caffe2とpytorchを、ubuntu16.04, cuda9.0, python 3.6.5のシステムに同時インストールしようとしたら、以下のようなエラーが出たので、その解決法を載せておく。

cd /root/pytorch
/root/pytorch
!git pull
Already up-to-date.
!FULL_CAFFE2=1 python setup.py install
Building wheel torch-0.5.0a0+6993e4a
running install
running build_deps
+ USE_CUDA=0
+ USE_ROCM=0
+ USE_NNPACK=0
+ USE_MKLDNN=0
+ USE_GLOO_IBVERBS=0
+ FULL_CAFFE2=0
+ [[ 9 -gt 0 ]]
+ case "$1" in
+ USE_CUDA=1
+ shift
+ [[ 8 -gt 0 ]]
+ case "$1" in
+ USE_NNPACK=1
+ shift
+ [[ 7 -gt 0 ]]
+ case "$1" in
+ FULL_CAFFE2=1
+ shift
+ [[ 6 -gt 0 ]]
+ case "$1" in
+ break
+ CMAKE_INSTALL='make install'
+ BUILD_SHARED_LIBS=ON
+ USER_CFLAGS=
+ USER_LDFLAGS=
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
++ uname
+ '[' Linux == Darwin ']'
+++ dirname ../tools/build_pytorch_libs.sh
++ cd ../tools/..
+++ pwd
++ printf '%q\n' /root/pytorch
+ BASE_DIR=/root/pytorch
+ TORCH_LIB_DIR=/root/pytorch/torch/lib
+ INSTALL_DIR=/root/pytorch/torch/lib/tmp_install
+ THIRD_PARTY_DIR=/root/pytorch/third_party
+ CMAKE_VERSION=cmake
+ C_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN"'
+ C_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1'
+ LDFLAGS='-L"/root/pytorch/torch/lib/tmp_install/lib" '
+ LD_POSTFIX=.so
++ uname
+ [[ Linux == \D\a\r\w\i\n ]]
+ [[ 0 -eq 1 ]]
+ LDFLAGS='-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN'
+ CPP_FLAGS=' -std=c++11 '
+ GLOO_FLAGS=
+ THD_FLAGS=
+ NCCL_ROOT_DIR=/usr/
+ [[ 1 -eq 1 ]]
+ GLOO_FLAGS='-DUSE_CUDA=1 -DNCCL_ROOT_DIR=/usr/'
+ [[ 0 -eq 1 ]]
+ CWRAP_FILES='/root/pytorch/torch/lib/ATen/Declarations.cwrap;/root/pytorch/torch/lib/THNN/generic/THNN.h;/root/pytorch/torch/lib/THCUNN/generic/THCUNN.h;/root/pytorch/torch/lib/ATen/nn.yaml'
+ CUDA_NVCC_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1'
+ [[ -z '' ]]
+ CUDA_DEVICE_DEBUG=0
+ '[' -z '' ']'
++ getconf _NPROCESSORS_ONLN
+ MAX_JOBS=12
+ BUILD_TYPE=Release
+ [[ -n '' ]]
+ [[ -n '' ]]
+ echo 'Building in Release mode'
Building in Release mode
+ mkdir -p /root/pytorch/torch/lib/tmp_install
+ for arg in '"$@"'
+ [[ caffe2 == \n\c\c\l ]]
+ [[ caffe2 == \g\l\o\o ]]
+ [[ caffe2 == \c\a\f\f\e\2 ]]
+ build_caffe2
+ [[ -z '' ]]
+ EXTRA_CAFFE2_CMAKE_FLAGS=()
+ [[ -n '' ]]
+ [[ -n /root/.pyenv/versions/py365/lib/python3.6/site-packages ]]
+ EXTRA_CAFFE2_CMAKE_FLAGS+=("-DCMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH")
+ cmake /root/pytorch -DPYTHON_EXECUTABLE=/root/.pyenv/versions/py365/bin/python -DBUILDING_WITH_TORCH_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_CAFFE2=1 -DBUILD_TORCH=ON -DBUILD_PYTHON=1 -DBUILD_BINARY=OFF -DBUILD_SHARED_LIBS=ON -DONNX_NAMESPACE=onnx_torch -DUSE_CUDA=1 -DCAFFE2_STATIC_LINK_CUDA= -DUSE_ROCM=0 -DUSE_NNPACK=1 -DCUDNN_INCLUDE_DIR=/usr/include/ -DCUDNN_LIB_DIR=/usr/lib/x86_64-linux-gnu/ -DCUDNN_LIBRARY=/usr/lib/x86_64-linux-gnu/libcudnn.so.7 -DUSE_MKLDNN=0 -DMKLDNN_INCLUDE_DIR= -DMKLDNN_LIB_DIR= -DMKLDNN_LIBRARY= -DCMAKE_INSTALL_PREFIX=/root/pytorch/torch/lib/tmp_install -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_C_FLAGS= -DCMAKE_CXX_FLAGS= '-DCMAKE_EXE_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' '-DCMAKE_SHARED_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' -DCMAKE_PREFIX_PATH=/root/.pyenv/versions/py365/lib/python3.6/site-packages
-- Does not need to define long separately.
-- std::exception_ptr is supported.
-- NUMA is available
-- Current compiler supports avx2 extention. Will build perfkernels.
-- Building using own protobuf under third_party per request.
-- Use custom protobuf build.
-- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/root/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
-- The BLAS backend of choice:Eigen
-- Brace yourself, we are building NNPACK
-- Found PythonInterp: /root/.pyenv/versions/py365/bin/python (found version "3.6.5") 
-- Caffe2: Found gflags with new-style gflags target.
-- Caffe2: Found glog with new-style glog target.
-- Found lmdb    (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/liblmdb.so)
-- Found LevelDB (include: /usr/local/include, library: /usr/lib/x86_64-linux-gnu/libleveldb.so)
-- Found Snappy  (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libsnappy.so)
-- Found Numa  (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so)
-- Found CUDA: /usr/local/cuda-9.0 (found suitable exact version "9.0") 
-- OpenCV found (/root/usr/local/opencv/share/OpenCV)
-- Found system Eigen at /usr/local/include/eigen3
Python 3.6.5
-- Found PythonInterp: /root/.pyenv/versions/py365/bin/python (found suitable version "3.6.5", minimum required is "2.7") 
-- NumPy ver. 1.14.4 found (include: /root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include)
-- Could NOT find pybind11 (missing: pybind11_INCLUDE_DIR) 
-- Found CUDA: /usr/local/cuda-9.0 (found suitable version "9.0", minimum required is "7.0") 
-- Caffe2: CUDA detected: 9.0
-- Caffe2: CUDA nvcc is: /usr/local/cuda-9.0/bin/nvcc
-- Caffe2: CUDA toolkit directory: /usr/local/cuda-9.0
-- Caffe2: Header version is: 9.0
-- Found cuDNN: v7.2.1  (include: /usr/include/, library: /usr/lib/x86_64-linux-gnu/libcudnn.so.7)
-- Autodetected CUDA architecture(s): 6.1 
-- Added CUDA NVCC flags for: -gencode;arch=compute_61,code=sm_61
-- Determining NCCL version from the header file: /usr/include/nccl.h
-- NCCL_MAJOR_VERSION: 2
-- Found NCCL (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnccl.so)
-- Could NOT find CUB (missing: CUB_INCLUDE_DIR) 
-- Could NOT find Gloo (missing: Gloo_INCLUDE_DIR) 
-- CUDA detected: 9.0
-- Found libcuda: /usr/lib/x86_64-linux-gnu/libcuda.so
-- Found libnvrtc: /usr/local/cuda-9.0/lib64/libnvrtc.so
-- Determining NCCL version from the header file: /usr/include/nccl.h
-- NCCL_MAJOR_VERSION: 2
-- Found NCCL (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnccl.so)
-- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor
-- Removing -DNDEBUG from compile flags
-- Compiling with OpenMP support
-- MAGMA not found. Compiling without MAGMA support
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this machine.
-- No OMAP4 processor on this machine.
-- SSE2 Found
-- SSE3 Found
-- AVX Found
-- AVX2 Found
-- Atomics: using GCC intrinsics
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl - guide - pthread - m]
--   Library mkl: not found
-- MKL library not found
-- Checking for [openblas]
--   Library openblas: /usr/lib/libopenblas.so
-- Found a library with BLAS API (open).
-- Found a library with LAPACK API. (open)
-- Found CUDA: /usr/local/cuda-9.0 (found suitable version "9.0", minimum required is "5.5") 
disabling ROCM because NOT USE_ROCM is set
-- MIOpen not found. Compiling without MIOpen support
-- Could NOT find MKLDNN (missing: MKLDNN_INCLUDE_DIR MKLDNN_LIBRARY) 
-- MKLDNN not found. Compiling without MKLDNN support
-- GCC 5.4.0: Adding gcc and gcc_s libs to link line
-- Using python found in /root/.pyenv/versions/py365/bin/python
-- Found OpenMP_C: -fopenmp  
-- Found OpenMP_CXX: -fopenmp  
-- Found OpenMP: TRUE   
-- Configuring build for SLEEF-v3.2
   Target system: Linux-4.15.0-30-generic
   Target processor: x86_64
   Host system: Linux-4.15.0-30-generic
   Host processor: x86_64
   Detected C compiler: GNU @ /usr/bin/cc
-- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef
-- Building shared libs : OFF
-- MPFR : LIB_MPFR-NOTFOUND
-- GMP : /usr/lib/x86_64-linux-gnu/libgmp.so
-- RUNNING_ON_TRAVIS : 0
-- COMPILER_SUPPORTS_OPENMP : 1
-- Using python found in /root/.pyenv/versions/py365/bin/python
-- Include NCCL operators
-- Excluding ideep operators as we are not using ideep
-- Including image processing operators
-- Excluding video processing operators due to no opencv
-- Excluding mkl operators as we are not using mkl
-- MPI operators skipped due to no MPI support
-- Include Observer library
-- Using lib/python3.6/site-packages as python relative installation path
-- Automatically generating missing __init__.py files.
-- A previous caffe2 cmake run already created the __init__.py files.
CMake Warning at CMakeLists.txt:346 (message):
  Generated cmake files are only fully tested if one builds with system glog,
  gflags, and protobuf.  Other settings may generate files that are not well
  tested.


-- 
-- ******** Summary ********
-- General:
--   CMake version         : 3.12.1
--   CMake command         : /usr/local/bin/cmake
--   Git version           : v0.1.11-10007-g6993e4a-dirty
--   System                : Linux
--   C++ compiler          : /usr/bin/c++
--   C++ compiler version  : 5.4.0
--   BLAS                  : Eigen
--   CXX flags             : -msse3 -msse4.1 -msse4.2   --std=c++11  -fvisibility-inlines-hidden -rdynamic -DONNX_NAMESPACE=onnx_torch -fopenmp -O2 -fPIC -Wno-narrowing -Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow
--   Build type            : Release
--   Compile definitions   : USE_GCC_ATOMICS=1;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1
--   CMAKE_PREFIX_PATH     : /root/.pyenv/versions/py365/lib/python3.6/site-packages
--   CMAKE_INSTALL_PREFIX  : /root/pytorch/torch/lib/tmp_install
-- 
--   BUILD_CAFFE2          : 1
--   BUILD_ATEN_MOBILE     : OFF
--   BUILD_BINARY          : OFF
--   BUILD_CUSTOM_PROTOBUF : ON
--     Link local protobuf : ON
--   BUILD_DOCS            : OFF
--   BUILD_PYTHON          : 1
--     Python version      : 3.6.5
--     Python executable   : /root/.pyenv/versions/py365/bin/python
--     Pythonlibs version  : 3.6.5
--     Python library      : /root/.pyenv/versions/3.6.5/lib/libpython3.6m.so
--     Python includes     : /root/.pyenv/versions/3.6.5/include/python3.6m
--     Python site-packages: lib/python3.6/site-packages
--   BUILD_SHARED_LIBS     : ON
--   BUILD_TEST            : OFF
--   USE_ASAN              : OFF
--   USE_CUDA              : 1
--     CUDA static link    : 
--     USE_CUDNN           : ON
--     CUDA version        : 9.0
--     cuDNN version       : 7.2.1
--     CUDA root directory : /usr/local/cuda-9.0
--     CUDA library        : /usr/lib/x86_64-linux-gnu/libcuda.so
--     cudart library      : /usr/local/cuda-9.0/lib64/libcudart_static.a;-pthread;dl;/usr/lib/x86_64-linux-gnu/librt.so
--     cublas library      : /usr/local/cuda-9.0/lib64/libcublas.so;/usr/local/cuda-9.0/lib64/libcublas_device.a
--     cufft library       : /usr/local/cuda-9.0/lib64/libcufft.so
--     curand library      : /usr/local/cuda-9.0/lib64/libcurand.so
--     cuDNN library       : /usr/lib/x86_64-linux-gnu/libcudnn.so.7
--     nvrtc               : /usr/local/cuda-9.0/lib64/libnvrtc.so
--     CUDA include path   : /usr/local/cuda-9.0/include
--     NVCC executable     : /usr/local/cuda-9.0/bin/nvcc
--     CUDA host compiler  : /usr/bin/cc
--     USE_TENSORRT        : OFF
--   USE_ROCM              : OFF
--   USE_EIGEN_FOR_BLAS    : ON
--   USE_FFMPEG            : OFF
--   USE_GFLAGS            : ON
--   USE_GLOG              : ON
--   USE_GLOO              : ON
--     USE_GLOO_IBVERBS    : OFF
--   USE_LEVELDB           : ON
--     LevelDB version     : 1.20
--     Snappy version      : 1.1.3
--   USE_LITE_PROTO        : OFF
--   USE_LMDB              : ON
--     LMDB version        : 0.9.17
--   USE_METAL             : OFF
--   USE_MKL               : 
--   USE_MOBILE_OPENGL     : OFF
--   USE_MPI               : OFF
--   USE_NCCL              : ON
--     USE_SYSTEM_NCCL     : OFF
--   USE_NERVANA_GPU       : OFF
--   USE_NNPACK            : 1
--   USE_OBSERVERS         : ON
--   USE_OPENCL            : OFF
--   USE_OPENCV            : ON
--     OpenCV version      : 3.4.2
--   USE_OPENMP            : OFF
--   USE_PROF              : OFF
--   USE_REDIS             : OFF
--   USE_ROCKSDB           : OFF
--   USE_ZMQ               : OFF
--   USE_DISTRIBUTED       : OFF
--   Public Dependencies  : Threads::Threads;gflags;glog::glog
--   Private Dependencies : nnpack;cpuinfo;/usr/lib/x86_64-linux-gnu/liblmdb.so;/usr/lib/x86_64-linux-gnu/libleveldb.so;/usr/lib/x86_64-linux-gnu/libsnappy.so;/usr/lib/x86_64-linux-gnu/libnuma.so;opencv_core;opencv_highgui;opencv_imgproc;opencv_imgcodecs;opencv_videoio;opencv_video;gloo;aten_op_header_gen;onnxifi_loader;rt;gcc_s;gcc;dl
-- Configuring done
-- Generating done
-- Build files have been written to: /root/pytorch/build
+ make install -j12
[  0%] Built target common
[  0%] Built target js_embed
[  0%] Built target pthreadpool
[  0%] Built target clog
[  0%] Built target mkdisp
[  1%] Built target onnxifi_loader
[  1%] Built target onnxifi_dummy
[  1%] Built target mkrename
[  1%] Built target ATEN_CPU_FILES_GEN_TARGET
[  2%] Built target gloo
[  2%] Built target c10_utils_gpu
[  2%] Built target mkrename_gnuabi
[  2%] Built target c10_utils_cpu
[  2%] Built target c10_utils_hip
[  3%] Built target libprotobuf-lite
[  3%] Built target mkmasked_gnuabi
[  3%] Built target mkalias
[  3%] Built target ATEN_CUDA_FILES_GEN_TARGET
[  3%] Built target arraymap
[  3%] Built target protobuf-nanopb
Scanning dependencies of target __aten_op_header_gen
[  3%] Generating contrib/aten/aten_op.h
[  4%] Built target renamedsp128.h_generated
[  6%] Built target nnpack_reference_layers
[  7%] Built target renameAVX.h_generated
[  7%] Built target cpuinfo
[  7%] Built target renamedsp256.h_generated
[  7%] Built target headers
[  7%] Built target dispsse.c_generated
[  8%] Generating src/x86_64-fma/2d-fourier-8x8.py.o
[  8%] Built target dispavx.c_generated
[  8%] Built target renameSSE2.h_generated
[  8%] Built target renameAVX2.h_generated
[  8%] Built target renameSSE4.h_generated
[  8%] Built target sleefavx
[  8%] Built target renameFMA4.h_generated
[  8%] Built target renameAVX2128.h_generated
Scanning dependencies of target sleefavx2
[  8%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda.cu.o
Scanning dependencies of target sleefsse4
[  8%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda_private.cu.o
[  8%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/nccl/gloo_cuda_generated_nccl.cu.o
[  8%] Built target dispavx_obj
[  8%] Built target dispsse_obj
[  8%] Built target sleefsse2
Scanning dependencies of target sleeffma4
Scanning dependencies of target sleefavx2128
[ 14%] Built target libprotobuf
[ 14%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o
[ 15%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o
[ 15%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o
[ 15%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o
[ 15%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o
[ 22%] Built target libprotoc
[ 22%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o
Traceback (most recent call last):
  File "/root/.pyenv/versions/3.6.5/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/root/.pyenv/versions/3.6.5/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/root/pytorch/third_party/python-peachpy/peachpy/x86_64/__main__.py", line 280, in <module>
    main()
  File "/root/pytorch/third_party/python-peachpy/peachpy/x86_64/__main__.py", line 267, in main
    execute_script(writers, options.input[0])
  File "/root/pytorch/third_party/python-peachpy/peachpy/x86_64/__main__.py", line 198, in execute_script
    execute_script(writers, source_filename)
  File "/root/pytorch/third_party/python-peachpy/peachpy/x86_64/__main__.py", line 198, in execute_script
    execute_script(writers, source_filename)
  File "/root/pytorch/third_party/python-peachpy/peachpy/x86_64/__main__.py", line 202, in execute_script
    exec(code, globals())
  File "/root/pytorch/third_party/NNPACK/src/x86_64-fma/2d-fourier-8x8.py", line 5, in <module>
    import fft.complex_soa
  File "/root/pytorch/third_party/NNPACK/src/x86_64-fma/fft/complex_soa.py", line 7, in <module>
    from common import cos_npi_over_8, sin_npi_over_8, cos_npi_over_4, sin_npi_over_4
ImportError: cannot import name 'cos_npi_over_8'
confu-deps/NNPACK/CMakeFiles/nnpack.dir/build.make:61: recipe for target 'confu-deps/NNPACK/src/x86_64-fma/2d-fourier-8x8.py.o' failed
make[2]: *** [confu-deps/NNPACK/src/x86_64-fma/2d-fourier-8x8.py.o] Error 1
CMakeFiles/Makefile2:349: recipe for target 'confu-deps/NNPACK/CMakeFiles/nnpack.dir/all' failed
make1: *** [confu-deps/NNPACK/CMakeFiles/nnpack.dir/all] Error 2
make2: *** Waiting for unfinished jobs....
[ 22%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o
[ 22%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o
[ 22%] Built target sleefavx2128
[ 22%] Built target sleefavx2
[ 22%] Built target sleefsse4
[ 22%] Built target python_copy_files
[ 22%] Built target sleeffma4
Skipping data_ptr Because of Ret: void* (void*)
Skipping multinomial Because of Arg: Generator * (Generator*) 
Skipping normal Because of Arg: Generator * (Generator*) 
Skipping normal Because of Arg: Generator * (Generator*) 
Skipping normal Because of Arg: Generator * (Generator*) 
Skipping _th_bernoulli Because of Arg: Generator * (Generator*) 
Skipping tensor Because of Arg: Storage (Storage) 
Skipping tensor Because of Arg: Storage (Storage) 
Skipping prelu_backward Because of Arg: std::array<bool,2> (std::array<bool,2>) 
Skipping rrelu_with_noise Because of Arg: Generator * (Generator*) 
Skipping rrelu_with_noise_forward Because of Arg: Generator * (Generator*) 
Skipping thnn_batch_norm_backward Because of Arg: std::array<bool,3> (std::array<bool,3>) 
Skipping thnn_conv_transpose2d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>) 
Skipping thnn_conv_transpose3d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>) 
Skipping thnn_conv2d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>) 
Skipping thnn_conv_depthwise2d_backward Because of Arg: std::array<bool,2> (std::array<bool,2>) 
Skipping thnn_conv3d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>) 
Skipping thnn_conv_dilated2d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>) 
Skipping thnn_conv_dilated3d_backward Because of Arg: std::array<bool,3> (std::array<bool,3>) 
Skipping _cudnn_rnn_backward Because of Arg: std::array<bool,4> (std::array<bool,4>) 
Skipping _cudnn_init_dropout_state Because of Arg: const Type & (Type) 
Skipping _fused_dropout Because of Arg: Generator * (Generator *) 
Skipping arange because it is a factory method
Skipping bartlett_window because it is a factory method
Skipping bernoulli Because of Arg: Generator * (Generator *) 
Skipping bernoulli Because of Arg: Generator * (Generator *) 
Skipping blackman_window because it is a factory method
Skipping _convolution_double_backward Because of Arg: std::array<bool,3> (std::array<bool,3>) 
Skipping cudnn_convolution_backward Because of Arg: std::array<bool,3> (std::array<bool,3>) 
Skipping cudnn_convolution_transpose_backward Because of Arg: std::array<bool,3> (std::array<bool,3>) 
Skipping cumsum Because of Arg: ScalarType (ScalarType) 
Skipping cumprod Because of Arg: ScalarType (ScalarType) 
Skipping einsum Because of Arg: std::string (std::string) 
Skipping empty because it is a factory method
Skipping empty_like because it is a factory method
Skipping eye because it is a factory method
Skipping full because it is a factory method
Skipping full_like because it is a factory method
Skipping hann_window because it is a factory method
Skipping hamming_window because it is a factory method
Skipping _cufft_set_plan_cache_max_size Because of Ret: void (void)
Skipping _cufft_clear_plan_cache Because of Ret: void (void)
Skipping linspace because it is a factory method
Skipping logspace because it is a factory method
Skipping mean Because of Arg: ScalarType (ScalarType) 
Skipping mean Because of Arg: ScalarType (ScalarType) 
Skipping mean Because of Arg: ScalarType (ScalarType) 
Skipping mkldnn_convolution_backward Because of Arg: std::array<bool,3> (std::array<bool,3>) 
Skipping miopen_convolution_backward Because of Arg: std::array<bool,3> (std::array<bool,3>) 
Skipping miopen_convolution_transpose_backward Because of Arg: std::array<bool,3> (std::array<bool,3>) 
Skipping ones because it is a factory method
Skipping ones_like because it is a factory method
Skipping rand because it is a factory method
Skipping rand_like because it is a factory method
Skipping randint because it is a factory method
Skipping randint_like because it is a factory method
Skipping randn because it is a factory method
Skipping randn_like because it is a factory method
Skipping randperm because it is a factory method
Skipping range because it is a factory method
Skipping rrelu Because of Arg: Generator * (Generator *) 
Skipping sum Because of Arg: ScalarType (ScalarType) 
Skipping sum Because of Arg: ScalarType (ScalarType) 
Skipping sum Because of Arg: ScalarType (ScalarType) 
Skipping prod Because of Arg: ScalarType (ScalarType) 
Skipping prod Because of Arg: ScalarType (ScalarType) 
Skipping prod Because of Arg: ScalarType (ScalarType) 
Skipping zeros because it is a factory method
Skipping zeros_like because it is a factory method
Skipping _standard_gamma Because of Arg: Generator * (Generator *) 
Skipping poisson Because of Arg: Generator * (Generator *) 
Skipping native_tensor Because of Arg: const Type & (Type) 
Skipping native_tensor Because of Arg: const Type & (Type) 
Skipping tensor Because of Arg: const Type & (Type) 
Skipping tensor Because of Arg: const Type & (Type) 
Skipping native_sparse_coo_tensor Because of Arg: const Type & (Type) 
Skipping sparse_coo_tensor Because of Arg: const Type & (Type) 
Skipping _sparse_mask Because of Arg: SparseTensorRef (SparseTensorRef) 
[ 22%] Built target __aten_op_header_gen
Scanning dependencies of target gloo_cuda
[ 22%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_halving_doubling.cc.o
[ 22%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_local.cc.o
[ 22%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_bcube.cc.o
[ 22%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_broadcast_one_to_all.cc.o
[ 22%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring.cc.o
[ 23%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring_chunked.cc.o
[ 23%] Linking CXX static library ../../../lib/libgloo_cuda.a
[ 23%] Built target gloo_cuda
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
Failed to run 'bash ../tools/build_pytorch_libs.sh --use-cuda --use-nnpack --full-caffe2 caffe2 nanopb libshm gloo THD c10d'

このサイトに以下のようにすればエラーが解決するようなことが書いてあったので、先ずはその解決方法を実践してみることにした。

!pip3 install --upgrade git+https://github.com/Maratyszcza/confu
Collecting git+https://github.com/Maratyszcza/confu
  Cloning https://github.com/Maratyszcza/confu to /tmp/pip-req-build-aldd_oh7
Requirement already satisfied, skipping upgrade: six in /root/.pyenv/versions/3.6.5/envs/py365/lib/python3.6/site-packages (from confu==0.0.1) (1.11.0)
Requirement already satisfied, skipping upgrade: PyYAML in /root/.pyenv/versions/3.6.5/envs/py365/lib/python3.6/site-packages (from confu==0.0.1) (3.12)
Collecting ninja_syntax>=1.7.2 (from confu==0.0.1)
  Downloading https://files.pythonhosted.org/packages/4b/c3/303da27e7d72aeae5d1879d592048fcd5e8c0c333505b76dda136ab342c0/ninja_syntax-1.7.2.tar.gz
Building wheels for collected packages: confu, ninja-syntax
  Running setup.py bdist_wheel for confu ... done
  Stored in directory: /tmp/pip-ephem-wheel-cache-3mkotq6f/wheels/bd/d8/19/29e4e955cd80d8f4b2e01afed8a0d81012288b145446c12db5
  Running setup.py bdist_wheel for ninja-syntax ... done
  Stored in directory: /root/.cache/pip/wheels/c1/96/38/b35a796a4a603bf4f4c9aa2e05feba5d40a4022cbb03ca262c
Successfully built confu ninja-syntax
Installing collected packages: ninja-syntax, confu
Successfully installed confu-0.0.1 ninja-syntax-1.7.2
!pip3 install --upgrade git+https://github.com/Maratyszcza/PeachPy
Collecting git+https://github.com/Maratyszcza/PeachPy
  Cloning https://github.com/Maratyszcza/PeachPy to /tmp/pip-req-build-4788hchx
Requirement already satisfied, skipping upgrade: six in /root/.pyenv/versions/3.6.5/envs/py365/lib/python3.6/site-packages (from PeachPy==0.2.0) (1.11.0)
Collecting enum34 (from PeachPy==0.2.0)
  Downloading https://files.pythonhosted.org/packages/af/42/cb9355df32c69b553e72a2e28daee25d1611d2c0d9c272aa1d34204205b2/enum34-1.1.6-py3-none-any.whl
Building wheels for collected packages: PeachPy
  Running setup.py bdist_wheel for PeachPy ... done
  Stored in directory: /tmp/pip-ephem-wheel-cache-1qe3vfg7/wheels/2c/0a/07/60382d9a019eaa87ff92878a74ef8277d20e3d0a9aacb52e88
Successfully built PeachPy
Installing collected packages: enum34, PeachPy
Successfully installed PeachPy-0.2.0 enum34-1.1.6
!FULL_CAFFE2=1 python setup.py install
Building wheel torch-0.5.0a0+6993e4a
running install
running build_deps
+ USE_CUDA=0
+ USE_ROCM=0
+ USE_NNPACK=0
+ USE_MKLDNN=0
+ USE_GLOO_IBVERBS=0
+ FULL_CAFFE2=0
+ [[ 9 -gt 0 ]]
+ case "$1" in
+ USE_CUDA=1
+ shift
+ [[ 8 -gt 0 ]]
+ case "$1" in
+ USE_NNPACK=1
+ shift
+ [[ 7 -gt 0 ]]
+ case "$1" in
+ FULL_CAFFE2=1
+ shift
+ [[ 6 -gt 0 ]]
+ case "$1" in
+ break
+ CMAKE_INSTALL='make install'
+ BUILD_SHARED_LIBS=ON
+ USER_CFLAGS=
+ USER_LDFLAGS=
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
++ uname
+ '[' Linux == Darwin ']'
+++ dirname ../tools/build_pytorch_libs.sh
++ cd ../tools/..
+++ pwd
++ printf '%q\n' /root/pytorch
+ BASE_DIR=/root/pytorch
+ TORCH_LIB_DIR=/root/pytorch/torch/lib
+ INSTALL_DIR=/root/pytorch/torch/lib/tmp_install
+ THIRD_PARTY_DIR=/root/pytorch/third_party
+ CMAKE_VERSION=cmake
+ C_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN"'
+ C_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1'
+ LDFLAGS='-L"/root/pytorch/torch/lib/tmp_install/lib" '
+ LD_POSTFIX=.so
++ uname
+ [[ Linux == \D\a\r\w\i\n ]]
+ [[ 0 -eq 1 ]]
+ LDFLAGS='-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN'
+ CPP_FLAGS=' -std=c++11 '
+ GLOO_FLAGS=
+ THD_FLAGS=
+ NCCL_ROOT_DIR=/usr/
+ [[ 1 -eq 1 ]]
+ GLOO_FLAGS='-DUSE_CUDA=1 -DNCCL_ROOT_DIR=/usr/'
+ [[ 0 -eq 1 ]]
+ CWRAP_FILES='/root/pytorch/torch/lib/ATen/Declarations.cwrap;/root/pytorch/torch/lib/THNN/generic/THNN.h;/root/pytorch/torch/lib/THCUNN/generic/THCUNN.h;/root/pytorch/torch/lib/ATen/nn.yaml'
+ CUDA_NVCC_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1'
+ [[ -z '' ]]
+ CUDA_DEVICE_DEBUG=0
+ '[' -z '' ']'
++ getconf _NPROCESSORS_ONLN
+ MAX_JOBS=12
+ BUILD_TYPE=Release
+ [[ -n '' ]]
+ [[ -n '' ]]
+ echo 'Building in Release mode'
Building in Release mode
+ mkdir -p /root/pytorch/torch/lib/tmp_install
+ for arg in '"$@"'
+ [[ caffe2 == \n\c\c\l ]]
+ [[ caffe2 == \g\l\o\o ]]
+ [[ caffe2 == \c\a\f\f\e\2 ]]
+ build_caffe2
+ [[ -z '' ]]
+ EXTRA_CAFFE2_CMAKE_FLAGS=()
+ [[ -n '' ]]
+ [[ -n /root/.pyenv/versions/py365/lib/python3.6/site-packages ]]
+ EXTRA_CAFFE2_CMAKE_FLAGS+=("-DCMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH")
+ cmake /root/pytorch -DPYTHON_EXECUTABLE=/root/.pyenv/versions/py365/bin/python -DBUILDING_WITH_TORCH_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_CAFFE2=1 -DBUILD_TORCH=ON -DBUILD_PYTHON=1 -DBUILD_BINARY=OFF -DBUILD_SHARED_LIBS=ON -DONNX_NAMESPACE=onnx_torch -DUSE_CUDA=1 -DCAFFE2_STATIC_LINK_CUDA= -DUSE_ROCM=0 -DUSE_NNPACK=1 -DCUDNN_INCLUDE_DIR=/usr/include/ -DCUDNN_LIB_DIR=/usr/lib/x86_64-linux-gnu/ -DCUDNN_LIBRARY=/usr/lib/x86_64-linux-gnu/libcudnn.so.7 -DUSE_MKLDNN=0 -DMKLDNN_INCLUDE_DIR= -DMKLDNN_LIB_DIR= -DMKLDNN_LIBRARY= -DCMAKE_INSTALL_PREFIX=/root/pytorch/torch/lib/tmp_install -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_C_FLAGS= -DCMAKE_CXX_FLAGS= '-DCMAKE_EXE_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' '-DCMAKE_SHARED_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' -DCMAKE_PREFIX_PATH=/root/.pyenv/versions/py365/lib/python3.6/site-packages
-- Does not need to define long separately.
-- std::exception_ptr is supported.
-- NUMA is available
-- Current compiler supports avx2 extention. Will build perfkernels.
-- Building using own protobuf under third_party per request.
-- Use custom protobuf build.
-- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/root/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
-- The BLAS backend of choice:Eigen
-- Brace yourself, we are building NNPACK
-- Found PythonInterp: /root/.pyenv/versions/py365/bin/python (found version "3.6.5") 
-- Caffe2: Found gflags with new-style gflags target.
-- Caffe2: Found glog with new-style glog target.
-- Found lmdb    (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/liblmdb.so)
-- Found LevelDB (include: /usr/local/include, library: /usr/lib/x86_64-linux-gnu/libleveldb.so)
-- Found Snappy  (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libsnappy.so)
-- Found Numa  (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so)
-- Found CUDA: /usr/local/cuda-9.0 (found suitable exact version "9.0") 
-- OpenCV found (/root/usr/local/opencv/share/OpenCV)
-- Found system Eigen at /usr/local/include/eigen3
Python 3.6.5
-- Found PythonInterp: /root/.pyenv/versions/py365/bin/python (found suitable version "3.6.5", minimum required is "2.7") 
-- NumPy ver. 1.14.4 found (include: /root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include)
-- Could NOT find pybind11 (missing: pybind11_INCLUDE_DIR) 
-- Found CUDA: /usr/local/cuda-9.0 (found suitable version "9.0", minimum required is "7.0") 
-- Caffe2: CUDA detected: 9.0
-- Caffe2: CUDA nvcc is: /usr/local/cuda-9.0/bin/nvcc
-- Caffe2: CUDA toolkit directory: /usr/local/cuda-9.0
-- Caffe2: Header version is: 9.0
-- Found cuDNN: v7.2.1  (include: /usr/include/, library: /usr/lib/x86_64-linux-gnu/libcudnn.so.7)
-- Autodetected CUDA architecture(s): 6.1 
-- Added CUDA NVCC flags for: -gencode;arch=compute_61,code=sm_61
-- Determining NCCL version from the header file: /usr/include/nccl.h
-- NCCL_MAJOR_VERSION: 2
-- Found NCCL (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnccl.so)
-- Could NOT find CUB (missing: CUB_INCLUDE_DIR) 
-- Could NOT find Gloo (missing: Gloo_INCLUDE_DIR) 
-- CUDA detected: 9.0
-- Found libcuda: /usr/lib/x86_64-linux-gnu/libcuda.so
-- Found libnvrtc: /usr/local/cuda-9.0/lib64/libnvrtc.so
-- Determining NCCL version from the header file: /usr/include/nccl.h
-- NCCL_MAJOR_VERSION: 2
-- Found NCCL (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnccl.so)
-- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor
-- Removing -DNDEBUG from compile flags
-- Compiling with OpenMP support
-- MAGMA not found. Compiling without MAGMA support
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this machine.
-- No OMAP4 processor on this machine.
-- SSE2 Found
-- SSE3 Found
-- AVX Found
-- AVX2 Found
-- Atomics: using GCC intrinsics
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl - guide - pthread - m]
--   Library mkl: not found
-- MKL library not found
-- Checking for [openblas]
--   Library openblas: /usr/lib/libopenblas.so
-- Found a library with BLAS API (open).
-- Found a library with LAPACK API. (open)
-- Found CUDA: /usr/local/cuda-9.0 (found suitable version "9.0", minimum required is "5.5") 
disabling ROCM because NOT USE_ROCM is set
-- MIOpen not found. Compiling without MIOpen support
-- Could NOT find MKLDNN (missing: MKLDNN_INCLUDE_DIR MKLDNN_LIBRARY) 
-- MKLDNN not found. Compiling without MKLDNN support
-- GCC 5.4.0: Adding gcc and gcc_s libs to link line
-- Using python found in /root/.pyenv/versions/py365/bin/python
-- Configuring build for SLEEF-v3.2
   Target system: Linux-4.15.0-30-generic
   Target processor: x86_64
   Host system: Linux-4.15.0-30-generic
   Host processor: x86_64
   Detected C compiler: GNU @ /usr/bin/cc
-- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef
-- Building shared libs : OFF
-- MPFR : LIB_MPFR-NOTFOUND
-- GMP : /usr/lib/x86_64-linux-gnu/libgmp.so
-- RUNNING_ON_TRAVIS : 0
-- COMPILER_SUPPORTS_OPENMP : 1
-- Using python found in /root/.pyenv/versions/py365/bin/python
-- Include NCCL operators
-- Excluding ideep operators as we are not using ideep
-- Including image processing operators
-- Excluding video processing operators due to no opencv
-- Excluding mkl operators as we are not using mkl
-- MPI operators skipped due to no MPI support
-- Include Observer library
-- Using lib/python3.6/site-packages as python relative installation path
-- Automatically generating missing __init__.py files.
-- A previous caffe2 cmake run already created the __init__.py files.
CMake Warning at CMakeLists.txt:346 (message):
  Generated cmake files are only fully tested if one builds with system glog,
  gflags, and protobuf.  Other settings may generate files that are not well
  tested.


-- 
-- ******** Summary ********
-- General:
--   CMake version         : 3.12.1
--   CMake command         : /usr/local/bin/cmake
--   Git version           : v0.1.11-10007-g6993e4a-dirty
--   System                : Linux
--   C++ compiler          : /usr/bin/c++
--   C++ compiler version  : 5.4.0
--   BLAS                  : Eigen
--   CXX flags             : -msse3 -msse4.1 -msse4.2   --std=c++11  -fvisibility-inlines-hidden -rdynamic -DONNX_NAMESPACE=onnx_torch -fopenmp -O2 -fPIC -Wno-narrowing -Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow
--   Build type            : Release
--   Compile definitions   : USE_GCC_ATOMICS=1;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1
--   CMAKE_PREFIX_PATH     : /root/.pyenv/versions/py365/lib/python3.6/site-packages
--   CMAKE_INSTALL_PREFIX  : /root/pytorch/torch/lib/tmp_install
-- 
--   BUILD_CAFFE2          : 1
--   BUILD_ATEN_MOBILE     : OFF
--   BUILD_BINARY          : OFF
--   BUILD_CUSTOM_PROTOBUF : ON
--     Link local protobuf : ON
--   BUILD_DOCS            : OFF
--   BUILD_PYTHON          : 1
--     Python version      : 3.6.5
--     Python executable   : /root/.pyenv/versions/py365/bin/python
--     Pythonlibs version  : 3.6.5
--     Python library      : /root/.pyenv/versions/3.6.5/lib/libpython3.6m.so
--     Python includes     : /root/.pyenv/versions/3.6.5/include/python3.6m
--     Python site-packages: lib/python3.6/site-packages
--   BUILD_SHARED_LIBS     : ON
--   BUILD_TEST            : OFF
--   USE_ASAN              : OFF
--   USE_CUDA              : 1
--     CUDA static link    : 
--     USE_CUDNN           : ON
--     CUDA version        : 9.0
--     cuDNN version       : 7.2.1
--     CUDA root directory : /usr/local/cuda-9.0
--     CUDA library        : /usr/lib/x86_64-linux-gnu/libcuda.so
--     cudart library      : /usr/local/cuda-9.0/lib64/libcudart_static.a;-pthread;dl;/usr/lib/x86_64-linux-gnu/librt.so
--     cublas library      : /usr/local/cuda-9.0/lib64/libcublas.so;/usr/local/cuda-9.0/lib64/libcublas_device.a
--     cufft library       : /usr/local/cuda-9.0/lib64/libcufft.so
--     curand library      : /usr/local/cuda-9.0/lib64/libcurand.so
--     cuDNN library       : /usr/lib/x86_64-linux-gnu/libcudnn.so.7
--     nvrtc               : /usr/local/cuda-9.0/lib64/libnvrtc.so
--     CUDA include path   : /usr/local/cuda-9.0/include
--     NVCC executable     : /usr/local/cuda-9.0/bin/nvcc
--     CUDA host compiler  : /usr/bin/cc
--     USE_TENSORRT        : OFF
--   USE_ROCM              : OFF
--   USE_EIGEN_FOR_BLAS    : ON
--   USE_FFMPEG            : OFF
--   USE_GFLAGS            : ON
--   USE_GLOG              : ON
--   USE_GLOO              : ON
--     USE_GLOO_IBVERBS    : OFF
--   USE_LEVELDB           : ON
--     LevelDB version     : 1.20
--     Snappy version      : 1.1.3
--   USE_LITE_PROTO        : OFF
--   USE_LMDB              : ON
--     LMDB version        : 0.9.17
--   USE_METAL             : OFF
--   USE_MKL               : 
--   USE_MOBILE_OPENGL     : OFF
--   USE_MPI               : OFF
--   USE_NCCL              : ON
--     USE_SYSTEM_NCCL     : OFF
--   USE_NERVANA_GPU       : OFF
--   USE_NNPACK            : 1
--   USE_OBSERVERS         : ON
--   USE_OPENCL            : OFF
--   USE_OPENCV            : ON
--     OpenCV version      : 3.4.2
--   USE_OPENMP            : OFF
--   USE_PROF              : OFF
--   USE_REDIS             : OFF
--   USE_ROCKSDB           : OFF
--   USE_ZMQ               : OFF
--   USE_DISTRIBUTED       : OFF
--   Public Dependencies  : Threads::Threads;gflags;glog::glog
--   Private Dependencies : nnpack;cpuinfo;/usr/lib/x86_64-linux-gnu/liblmdb.so;/usr/lib/x86_64-linux-gnu/libleveldb.so;/usr/lib/x86_64-linux-gnu/libsnappy.so;/usr/lib/x86_64-linux-gnu/libnuma.so;opencv_core;opencv_highgui;opencv_imgproc;opencv_imgcodecs;opencv_videoio;opencv_video;gloo;aten_op_header_gen;onnxifi_loader;rt;gcc_s;gcc;dl
-- Configuring done
-- Generating done
-- Build files have been written to: /root/pytorch/build
+ make install -j12
[  0%] Built target js_embed
[  0%] Built target common
[  0%] Built target pthreadpool
[  0%] Built target onnxifi_dummy
[  0%] Built target clog
[  0%] Built target mkdisp
[  1%] Built target onnxifi_loader
[  1%] Built target mkrename
[  2%] Built target gloo
[  2%] Built target ATEN_CPU_FILES_GEN_TARGET
[  2%] Built target c10_utils_hip
[  2%] Built target c10_utils_gpu
[  2%] Built target c10_utils_cpu
[  2%] Built target mkrename_gnuabi
[  3%] Built target libprotobuf-lite
[  3%] Built target mkmasked_gnuabi
[  3%] Built target mkalias
[  3%] Built target ATEN_CUDA_FILES_GEN_TARGET
[  3%] Built target protobuf-nanopb
[  3%] Built target arraymap
[  3%] Built target __aten_op_header_gen
[  3%] Built target renameAVX.h_generated
[  3%] Built target dispsse.c_generated
[  4%] Built target nnpack_reference_layers
[  4%] Built target renamedsp256.h_generated
[  4%] Built target headers
[  5%] Built target renamedsp128.h_generated
[  7%] Built target cpuinfo
[  7%] Built target dispavx.c_generated
[  8%] Generating src/x86_64-fma/2d-fourier-8x8.py.o
[  8%] Built target renameSSE2.h_generated
[  8%] Built target renameFMA4.h_generated
[  8%] Built target renameAVX2.h_generated
[  8%] Built target dispsse_obj
[  8%] Built target renameSSE4.h_generated
[  8%] Built target sleefavx
[  8%] Built target renameAVX2128.h_generated
[  8%] Built target dispavx_obj
[  8%] Built target sleeffma4
[  8%] Built target sleefsse4
[  8%] Built target sleefsse2
[  9%] Built target sleefavx2
[  9%] Built target sleefavx2128
[ 10%] Built target gloo_cuda
Scanning dependencies of target sleef
[ 16%] Built target libprotobuf
[ 23%] Built target libprotoc
[ 23%] Built target protoc
Scanning dependencies of target generate_plugin_pb2.py
Scanning dependencies of target generate_nanopb_pb2.py
[ 23%] Generating nanopb_pb2.py
[ 24%] Generating plugin_pb2.py
Traceback (most recent call last):
  File "/root/.pyenv/versions/3.6.5/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/root/.pyenv/versions/3.6.5/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/root/pytorch/third_party/python-peachpy/peachpy/x86_64/__main__.py", line 280, in <module>
    main()
  File "/root/pytorch/third_party/python-peachpy/peachpy/x86_64/__main__.py", line 267, in main
    execute_script(writers, options.input[0])
  File "/root/pytorch/third_party/python-peachpy/peachpy/x86_64/__main__.py", line 198, in execute_script
    execute_script(writers, source_filename)
  File "/root/pytorch/third_party/python-peachpy/peachpy/x86_64/__main__.py", line 198, in execute_script
    execute_script(writers, source_filename)
  File "/root/pytorch/third_party/python-peachpy/peachpy/x86_64/__main__.py", line 202, in execute_script
    exec(code, globals())
  File "/root/pytorch/third_party/NNPACK/src/x86_64-fma/2d-fourier-8x8.py", line 5, in <module>
    import fft.complex_soa
  File "/root/pytorch/third_party/NNPACK/src/x86_64-fma/fft/complex_soa.py", line 7, in <module>
    from common import cos_npi_over_8, sin_npi_over_8, cos_npi_over_4, sin_npi_over_4
ImportError: cannot import name 'cos_npi_over_8'
[ 24%] Built target generate_nanopb_pb2.py
[ 24%] Built target generate_plugin_pb2.py
confu-deps/NNPACK/CMakeFiles/nnpack.dir/build.make:61: recipe for target 'confu-deps/NNPACK/src/x86_64-fma/2d-fourier-8x8.py.o' failed
make[2]: *** [confu-deps/NNPACK/src/x86_64-fma/2d-fourier-8x8.py.o] Error 1
CMakeFiles/Makefile2:349: recipe for target 'confu-deps/NNPACK/CMakeFiles/nnpack.dir/all' failed
make3: *** [confu-deps/NNPACK/CMakeFiles/nnpack.dir/all] Error 2
make4: *** Waiting for unfinished jobs....
[ 24%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o
[ 24%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o
[ 24%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o
[ 24%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o
[ 24%] Running C++/Python protocol buffer compiler on /root/pytorch/caffe2/proto/prof_dag.proto
[ 24%] Running C++/Python protocol buffer compiler on /root/pytorch/caffe2/proto/caffe2.proto
[ 24%] Running C++/Python protocol buffer compiler on /root/pytorch/caffe2/proto/caffe2_legacy.proto
[ 24%] Running C++/Python protocol buffer compiler on /root/pytorch/caffe2/proto/hsm.proto
[ 24%] Running C++/Python protocol buffer compiler on /root/pytorch/caffe2/proto/metanet.proto
Scanning dependencies of target gen_onnx_proto
[ 24%] Running gen_proto.py on onnx/onnx.in.proto
Scanning dependencies of target gloo_builder
[ 24%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_builder.dir/allreduce_builder.cc.o
Processing /root/pytorch/third_party/onnx/onnx/onnx.in.proto
Writing /root/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch.proto
Writing /root/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch.proto3
Writing /root/pytorch/build/third_party/onnx/onnx/onnx.pb.h
generating /root/pytorch/build/third_party/onnx/onnx/onnx_pb.py
[ 24%] Running C++ protocol buffer compiler on /root/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch.proto
[ 24%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_builder.dir/broadcast_builder.cc.o
[ 24%] Running C++/Python protocol buffer compiler on /root/pytorch/caffe2/proto/predictor_consts.proto
[ 24%] Built target gen_onnx_proto
Scanning dependencies of target Caffe2_PROTO
[ 24%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o
[ 24%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/hsm.pb.cc.o
[ 24%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2_legacy.pb.cc.o
[ 24%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/predictor_consts.pb.cc.o
[ 24%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/metanet.pb.cc.o
[ 24%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/prof_dag.pb.cc.o
[ 24%] Built target python_copy_files
[ 24%] Linking C static library ../../lib/libsleef.a
[ 24%] Built target sleef
[ 24%] Built target Caffe2_PROTO
[ 24%] Linking CXX static library ../../../lib/libgloo_builder.a
[ 24%] Built target gloo_builder
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
Failed to run 'bash ../tools/build_pytorch_libs.sh --use-cuda --use-nnpack --full-caffe2 caffe2 nanopb libshm gloo THD c10d'

上記の方法では問題解決には至らなかったので、上述のサイトに書いてあったもうひとつの方法である-DUSE_NNPACK=OFFを試してみた。

!find / -name build_pytorch_libs.sh
/root/pytorch/tools/build_pytorch_libs.sh

USE_NNPACK=1を0に、ついでにUSE_GLOO_IBVERBS=1も0に変えておいた。

%%writefile /root/pytorch/tools/build_pytorch_libs.sh
#!/usr/bin/env bash

# Shell script used to build the aten/*, caffe2/*, and third_party/*
# dependencies prior to linking libraries and passing headers to the Python
# extension compilation stage. This file is used from setup.py, but can also be
# called standalone to compile the libraries outside of the overall PyTorch
# build process.
#
# TODO: Replace this with the root-level CMakeLists.txt

set -ex

# Options for building only a subset of the libraries
USE_CUDA=0
USE_ROCM=0
USE_NNPACK=0
USE_MKLDNN=0
USE_GLOO_IBVERBS=0
FULL_CAFFE2=0
while [[ $# -gt 0 ]]; do
    case "$1" in
      --use-cuda)
          USE_CUDA=1
          ;;
      --use-rocm)
          USE_ROCM=1
          ;;
      --use-nnpack)
          USE_NNPACK=0
          ;;
      --use-mkldnn)
          USE_MKLDNN=1
          ;;
      --use-gloo-ibverbs)
          USE_GLOO_IBVERBS=0
          ;;
      --full-caffe2)
          FULL_CAFFE2=1
          ;;
      --cuda-static-link)
          CAFFE2_STATIC_LINK_CUDA=1
          ;;
      *)
          break
          ;;
    esac
    shift
done

CMAKE_INSTALL=${CMAKE_INSTALL-make install}

BUILD_SHARED_LIBS=${BUILD_SHARED_LIBS-ON}

# Save user specified env vars, we will manually propagate them
# to cmake.  We copy distutils semantics, referring to
# cpython/Lib/distutils/sysconfig.py as the source of truth
USER_CFLAGS=""
USER_LDFLAGS=""
if [[ -n "$LDFLAGS" ]]; then
  USER_LDFLAGS="$USER_LDFLAGS $LDFLAGS"
fi
if [[ -n "$CFLAGS" ]]; then
  USER_CFLAGS="$USER_CFLAGS $CFLAGS"
  USER_LDFLAGS="$USER_LDFLAGS $CFLAGS"
fi
if [[ -n "$CPPFLAGS" ]]; then
  # Unlike distutils, NOT modifying CXX
  USER_C_CFLAGS="$USER_CFLAGS $CPPFLAGS"
  USER_LDFLAGS="$USER_LDFLAGS $CPPFLAGS"
fi

# Use ccache if available (this path is where Homebrew installs ccache symlinks)
if [ "$(uname)" == 'Darwin' ]; then
  if [ -d '/usr/local/opt/ccache/libexec' ]; then
    CCACHE_WRAPPER_PATH=/usr/local/opt/ccache/libexec
  fi
fi

BASE_DIR=$(cd $(dirname "$0")/.. && printf "%q\n" "$(pwd)")
TORCH_LIB_DIR="$BASE_DIR/torch/lib"
INSTALL_DIR="$TORCH_LIB_DIR/tmp_install"
THIRD_PARTY_DIR="$BASE_DIR/third_party"

CMAKE_VERSION=${CMAKE_VERSION:="cmake"}
C_FLAGS=" -I\"$INSTALL_DIR/include\" \
  -I\"$INSTALL_DIR/include/TH\" -I\"$INSTALL_DIR/include/THC\" \
  -I\"$INSTALL_DIR/include/THS\" -I\"$INSTALL_DIR/include/THCS\" \
  -I\"$INSTALL_DIR/include/THNN\" -I\"$INSTALL_DIR/include/THCUNN\""
# Workaround OpenMPI build failure
# ImportError: /build/pytorch-0.2.0/.pybuild/pythonX.Y_3.6/build/torch/_C.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN3MPI8Datatype4FreeEv
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686926
C_FLAGS="${C_FLAGS} -DOMPI_SKIP_MPICXX=1"
LDFLAGS="-L\"$INSTALL_DIR/lib\" "
LD_POSTFIX=".so"
if [[ $(uname) == 'Darwin' ]]; then
    LDFLAGS="$LDFLAGS -Wl,-rpath,@loader_path"
    LD_POSTFIX=".dylib"
else
    if [[ $USE_ROCM -eq 1 ]]; then
        LDFLAGS="$LDFLAGS -Wl,-rpath,\\\\\\\$ORIGIN"
    else
        LDFLAGS="$LDFLAGS -Wl,-rpath,\$ORIGIN"
    fi
fi
CPP_FLAGS=" -std=c++11 "
GLOO_FLAGS=""
THD_FLAGS=""
NCCL_ROOT_DIR=${NCCL_ROOT_DIR:-$INSTALL_DIR}
if [[ $USE_CUDA -eq 1 ]]; then
    GLOO_FLAGS="-DUSE_CUDA=1 -DNCCL_ROOT_DIR=$NCCL_ROOT_DIR"
fi
# Gloo infiniband support
if [[ $USE_GLOO_IBVERBS -eq 1 ]]; then
    GLOO_FLAGS+=" -DUSE_IBVERBS=1 -DBUILD_SHARED_LIBS=1"
    THD_FLAGS="-DUSE_GLOO_IBVERBS=1"
fi
CWRAP_FILES="\
$BASE_DIR/torch/lib/ATen/Declarations.cwrap;\
$BASE_DIR/torch/lib/THNN/generic/THNN.h;\
$BASE_DIR/torch/lib/THCUNN/generic/THCUNN.h;\
$BASE_DIR/torch/lib/ATen/nn.yaml"
CUDA_NVCC_FLAGS=$C_FLAGS
if [[ -z "$CUDA_DEVICE_DEBUG" ]]; then
  CUDA_DEVICE_DEBUG=0
fi
if [ -z "$MAX_JOBS" ]; then
  MAX_JOBS="$(getconf _NPROCESSORS_ONLN)"
fi

BUILD_TYPE="Release"
if [[ -n "$DEBUG" && $DEBUG -ne 0 ]]; then
  BUILD_TYPE="Debug"
elif [[ -n "$REL_WITH_DEB_INFO" && $REL_WITH_DEB_INFO -ne 0 ]]; then
  BUILD_TYPE="RelWithDebInfo"
fi

echo "Building in $BUILD_TYPE mode"

# Used to build an individual library
function build() {
  if [[ -z "$CMAKE_ARGS" ]]; then
    CMAKE_ARGS=()
  fi
  # We create a build directory for the library, which will
  # contain the cmake output
  mkdir -p build/$1
  pushd build/$1
  BUILD_C_FLAGS=''
  case $1 in
      THCS | THCUNN ) BUILD_C_FLAGS=$C_FLAGS;;
      nanopb ) BUILD_C_FLAGS=$C_FLAGS" -fPIC -fexceptions";;
      *) BUILD_C_FLAGS=$C_FLAGS" -fexceptions";;
  esac
  # TODO: The *_LIBRARIES cmake variables should eventually be
  # deprecated because we are using .cmake files to handle finding
  # installed libraries instead
  ${CMAKE_VERSION} ../../$1 -DCMAKE_MODULE_PATH="$BASE_DIR/cmake/Modules_CUDA_fix" \
              ${CMAKE_GENERATOR} \
              -DTorch_FOUND="1" \
              -DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" \
              -DCMAKE_C_FLAGS="$BUILD_C_FLAGS $USER_CFLAGS" \
              -DCMAKE_CXX_FLAGS="$BUILD_C_FLAGS $CPP_FLAGS $USER_CFLAGS" \
              -DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS $USER_LDFLAGS" \
              -DCMAKE_SHARED_LINKER_FLAGS="$LDFLAGS $USER_LDFLAGS" \
              -DCMAKE_INSTALL_LIBDIR="$INSTALL_DIR/lib" \
              -DCUDA_NVCC_FLAGS="$CUDA_NVCC_FLAGS" \
              -DCUDA_DEVICE_DEBUG=$CUDA_DEVICE_DEBUG \
              -DCMAKE_PREFIX_PATH="$INSTALL_DIR" \
              -Dcwrap_files="$CWRAP_FILES" \
              -DTH_INCLUDE_PATH="$INSTALL_DIR/include" \
              -DTH_LIB_PATH="$INSTALL_DIR/lib" \
              -DTH_LIBRARIES="$INSTALL_DIR/lib/libTH$LD_POSTFIX" \
              -DCAFFE2_LIBRARIES="$INSTALL_DIR/lib/libcaffe2$LD_POSTFIX" \
              -DTHNN_LIBRARIES="$INSTALL_DIR/lib/libTHNN$LD_POSTFIX" \
              -DTHCUNN_LIBRARIES="$INSTALL_DIR/lib/libTHCUNN$LD_POSTFIX" \
              -DTHS_LIBRARIES="$INSTALL_DIR/lib/libTHS$LD_POSTFIX" \
              -DTHC_LIBRARIES="$INSTALL_DIR/lib/libTHC$LD_POSTFIX" \
              -DTHCS_LIBRARIES="$INSTALL_DIR/lib/libTHCS$LD_POSTFIX" \
              -DTH_SO_VERSION=1 \
              -DTHC_SO_VERSION=1 \
              -DTHNN_SO_VERSION=1 \
              -DTHCUNN_SO_VERSION=1 \
              -DTHD_SO_VERSION=1 \
              -DUSE_CUDA=$USE_CUDA \
              -DNO_NNPACK=$((1-$USE_NNPACK)) \
              -DNCCL_EXTERNAL=1 \
              -Dnanopb_BUILD_GENERATOR=0 \
              -DCMAKE_DEBUG_POSTFIX="" \
              -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
              ${@:2} \
              -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ${CMAKE_ARGS[@]}
  ${CMAKE_INSTALL} -j"$MAX_JOBS"
  popd

  # Fix rpaths of shared libraries
  if [[ $(uname) == 'Darwin' ]]; then
    pushd "$INSTALL_DIR/lib"
    for lib in *.dylib; do
      echo "Updating install_name for $lib"
      install_name_tool -id @rpath/$lib $lib
    done
    popd
  fi
}

function path_remove {
  # Delete path by parts so we can never accidentally remove sub paths
  PATH=${PATH//":$1:"/":"} # delete any instances in the middle
  PATH=${PATH/#"$1:"/} # delete any instance at the beginning
  PATH=${PATH/%":$1"/} # delete any instance in the at the end
}

function build_nccl() {
  mkdir -p build/nccl
  pushd build/nccl
  ${CMAKE_VERSION} ../../nccl -DCMAKE_MODULE_PATH="$BASE_DIR/cmake/Modules_CUDA_fix" \
              ${CMAKE_GENERATOR} \
              -DCMAKE_BUILD_TYPE=Release \
              -DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" \
              -DCMAKE_C_FLAGS="$C_FLAGS $USER_CFLAGS" \
              -DCMAKE_CXX_FLAGS="$C_FLAGS $CPP_FLAGS $USER_CFLAGS" \
              -DCMAKE_SHARED_LINKER_FLAGS="$USER_LDFLAGS" \
              -DCMAKE_UTILS_PATH="$BASE_DIR/cmake/public/utils.cmake" \
              -DNUM_JOBS="$MAX_JOBS"
  ${CMAKE_INSTALL} -j"$MAX_JOBS"
  mkdir -p ${INSTALL_DIR}/lib
  cp "lib/libnccl.so.1" "${INSTALL_DIR}/lib/libnccl.so.1"
  if [ ! -f "${INSTALL_DIR}/lib/libnccl.so" ]; then
    ln -s "${INSTALL_DIR}/lib/libnccl.so.1" "${INSTALL_DIR}/lib/libnccl.so"
  fi
  popd
}

# purposefully not using build() because we need Caffe2 to build the same
# regardless of whether it is inside PyTorch or not, so it
# cannot take any special flags
# special flags need to be part of the Caffe2 build itself
#
# However, we do explicitly pass library paths when setup.py has already
# detected them (to ensure that we have a consistent view between the
# PyTorch and Caffe2 builds.)
function build_caffe2() {
  if [[ -z $EXTRA_CAFFE2_CMAKE_FLAGS ]]; then
    EXTRA_CAFFE2_CMAKE_FLAGS=()
  fi
  if [[ -n $CCACHE_WRAPPER_PATH ]]; then
    EXTRA_CAFFE2_CMAKE_FLAGS+=("-DCMAKE_C_COMPILER=$CCACHE_WRAPPER_PATH/gcc")
    EXTRA_CAFFE2_CMAKE_FLAGS+=("-DCMAKE_CXX_COMPILER=$CCACHE_WRAPPER_PATH/g++")
  fi
  if [[ -n $CMAKE_PREFIX_PATH ]]; then
    EXTRA_CAFFE2_CMAKE_FLAGS+=("-DCMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH")
  fi

  ${CMAKE_VERSION} $BASE_DIR \
  ${CMAKE_GENERATOR} \
      -DPYTHON_EXECUTABLE=$PYTORCH_PYTHON \
      -DBUILDING_WITH_TORCH_LIBS=ON \
      -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
      -DBUILD_CAFFE2=$FULL_CAFFE2 \
      -DBUILD_TORCH=$BUILD_TORCH \
      -DBUILD_PYTHON=$FULL_CAFFE2 \
      -DBUILD_BINARY=OFF \
      -DBUILD_SHARED_LIBS=$BUILD_SHARED_LIBS \
      -DONNX_NAMESPACE=$ONNX_NAMESPACE \
      -DUSE_CUDA=$USE_CUDA \
      -DCAFFE2_STATIC_LINK_CUDA=$CAFFE2_STATIC_LINK_CUDA \
      -DUSE_ROCM=$USE_ROCM \
      -DUSE_NNPACK=$USE_NNPACK \
      -DCUDNN_INCLUDE_DIR=$CUDNN_INCLUDE_DIR \
      -DCUDNN_LIB_DIR=$CUDNN_LIB_DIR \
      -DCUDNN_LIBRARY=$CUDNN_LIBRARY \
      -DUSE_MKLDNN=$USE_MKLDNN \
      -DMKLDNN_INCLUDE_DIR=$MKLDNN_INCLUDE_DIR \
      -DMKLDNN_LIB_DIR=$MKLDNN_LIB_DIR \
      -DMKLDNN_LIBRARY=$MKLDNN_LIBRARY \
      -DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" \
      -DCMAKE_EXPORT_COMPILE_COMMANDS=1 \
      -DCMAKE_C_FLAGS="$USER_CFLAGS" \
      -DCMAKE_CXX_FLAGS="$USER_CFLAGS" \
      -DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS $USER_LDFLAGS" \
      -DCMAKE_SHARED_LINKER_FLAGS="$LDFLAGS $USER_LDFLAGS" ${EXTRA_CAFFE2_CMAKE_FLAGS[@]}
      # STOP!!! Are you trying to add a C or CXX flag?  Add it
      # to CMakeLists.txt and aten/CMakeLists.txt, not here.
      # We need the vanilla cmake build to work.
  ${CMAKE_INSTALL} -j"$MAX_JOBS"

  # Install Python proto files
  if [[ $FULL_CAFFE2 -ne 0 ]]; then
    find . -name proto
    for proto_file in ./caffe2/proto/*.py; do
      cp $proto_file "../caffe2/proto/"
    done
  fi

  # Fix rpaths of shared libraries
  if [[ $(uname) == 'Darwin' ]]; then
    pushd "$INSTALL_DIR/lib"
    for lib in *.dylib; do
      echo "Updating install_name for $lib"
      install_name_tool -id @rpath/$lib $lib
    done
    popd
  fi
}

# In the torch/lib directory, create an installation directory
mkdir -p $INSTALL_DIR

# Build
for arg in "$@"; do
    if [[ "$arg" == "nccl" ]]; then
        pushd $THIRD_PARTY_DIR
        build_nccl
        popd
    elif [[ "$arg" == "gloo" ]]; then
        pushd "$THIRD_PARTY_DIR"
        build gloo $GLOO_FLAGS
        popd
    elif [[ "$arg" == "caffe2" ]]; then
        build_caffe2
    elif [[ "$arg" == "THD" ]]; then
        pushd "$TORCH_LIB_DIR"
        build THD $THD_FLAGS
        popd
    elif [[ "$arg" == "libshm" ]] || [[ "$arg" == "libshm_windows" ]]; then
        pushd "$TORCH_LIB_DIR"
        build $arg
        popd
    elif [[ "$arg" == "c10d" ]]; then
        pushd "$TORCH_LIB_DIR"
        build c10d
        popd
    else
        pushd "$THIRD_PARTY_DIR"
        build $arg
        popd
    fi
done

pushd $TORCH_LIB_DIR

# If all the builds succeed we copy the libraries, headers,
# binaries to torch/lib
rm -rf "$INSTALL_DIR/lib/cmake"
rm -rf "$INSTALL_DIR/lib/python"
cp -r "$INSTALL_DIR/lib"/* .
if [ -d "$INSTALL_DIR/lib64/" ]; then
    cp -r "$INSTALL_DIR/lib64"/* .
fi
cp ../../aten/src/THNN/generic/THNN.h .
cp ../../aten/src/THCUNN/generic/THCUNN.h .
cp -r "$INSTALL_DIR/include" .
if [ -d "$INSTALL_DIR/bin/" ]; then
    cp -r "$INSTALL_DIR/bin/"/* .
fi

popd
Overwriting /root/pytorch/tools/build_pytorch_libs.sh
!FULL_CAFFE2=1 python setup.py install
Building wheel torch-0.5.0a0+6993e4a
running install
running build_deps
+ USE_CUDA=0
+ USE_ROCM=0
+ USE_NNPACK=0
+ USE_MKLDNN=0
+ USE_GLOO_IBVERBS=0
+ FULL_CAFFE2=0
+ [[ 9 -gt 0 ]]
+ case "$1" in
+ USE_CUDA=1
+ shift
+ [[ 8 -gt 0 ]]
+ case "$1" in
+ USE_NNPACK=0
+ shift
+ [[ 7 -gt 0 ]]
+ case "$1" in
+ FULL_CAFFE2=1
+ shift
+ [[ 6 -gt 0 ]]
+ case "$1" in
+ break
+ CMAKE_INSTALL='make install'
+ BUILD_SHARED_LIBS=ON
+ USER_CFLAGS=
+ USER_LDFLAGS=
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
++ uname
+ '[' Linux == Darwin ']'
+++ dirname ../tools/build_pytorch_libs.sh
++ cd ../tools/..
+++ pwd
++ printf '%q\n' /root/pytorch
+ BASE_DIR=/root/pytorch
+ TORCH_LIB_DIR=/root/pytorch/torch/lib
+ INSTALL_DIR=/root/pytorch/torch/lib/tmp_install
+ THIRD_PARTY_DIR=/root/pytorch/third_party
+ CMAKE_VERSION=cmake
+ C_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN"'
+ C_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1'
+ LDFLAGS='-L"/root/pytorch/torch/lib/tmp_install/lib" '
+ LD_POSTFIX=.so
++ uname
+ [[ Linux == \D\a\r\w\i\n ]]
+ [[ 0 -eq 1 ]]
+ LDFLAGS='-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN'
+ CPP_FLAGS=' -std=c++11 '
+ GLOO_FLAGS=
+ THD_FLAGS=
+ NCCL_ROOT_DIR=/usr/
+ [[ 1 -eq 1 ]]
+ GLOO_FLAGS='-DUSE_CUDA=1 -DNCCL_ROOT_DIR=/usr/'
+ [[ 0 -eq 1 ]]
+ CWRAP_FILES='/root/pytorch/torch/lib/ATen/Declarations.cwrap;/root/pytorch/torch/lib/THNN/generic/THNN.h;/root/pytorch/torch/lib/THCUNN/generic/THCUNN.h;/root/pytorch/torch/lib/ATen/nn.yaml'
+ CUDA_NVCC_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1'
+ [[ -z '' ]]
+ CUDA_DEVICE_DEBUG=0
+ '[' -z '' ']'
++ getconf _NPROCESSORS_ONLN
+ MAX_JOBS=12
+ BUILD_TYPE=Release
+ [[ -n '' ]]
+ [[ -n '' ]]
+ echo 'Building in Release mode'
Building in Release mode
+ mkdir -p /root/pytorch/torch/lib/tmp_install
+ for arg in '"$@"'
+ [[ caffe2 == \n\c\c\l ]]
+ [[ caffe2 == \g\l\o\o ]]
+ [[ caffe2 == \c\a\f\f\e\2 ]]
+ build_caffe2
+ [[ -z '' ]]
+ EXTRA_CAFFE2_CMAKE_FLAGS=()
+ [[ -n '' ]]
+ [[ -n /root/.pyenv/versions/py365/lib/python3.6/site-packages ]]
+ EXTRA_CAFFE2_CMAKE_FLAGS+=("-DCMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH")
+ cmake /root/pytorch -DPYTHON_EXECUTABLE=/root/.pyenv/versions/py365/bin/python -DBUILDING_WITH_TORCH_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_CAFFE2=1 -DBUILD_TORCH=ON -DBUILD_PYTHON=1 -DBUILD_BINARY=OFF -DBUILD_SHARED_LIBS=ON -DONNX_NAMESPACE=onnx_torch -DUSE_CUDA=1 -DCAFFE2_STATIC_LINK_CUDA= -DUSE_ROCM=0 -DUSE_NNPACK=0 -DCUDNN_INCLUDE_DIR=/usr/include/ -DCUDNN_LIB_DIR=/usr/lib/x86_64-linux-gnu/ -DCUDNN_LIBRARY=/usr/lib/x86_64-linux-gnu/libcudnn.so.7 -DUSE_MKLDNN=0 -DMKLDNN_INCLUDE_DIR= -DMKLDNN_LIB_DIR= -DMKLDNN_LIBRARY= -DCMAKE_INSTALL_PREFIX=/root/pytorch/torch/lib/tmp_install -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_C_FLAGS= -DCMAKE_CXX_FLAGS= '-DCMAKE_EXE_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' '-DCMAKE_SHARED_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' -DCMAKE_PREFIX_PATH=/root/.pyenv/versions/py365/lib/python3.6/site-packages
-- Does not need to define long separately.
-- std::exception_ptr is supported.
-- NUMA is available
-- Current compiler supports avx2 extention. Will build perfkernels.
-- Building using own protobuf under third_party per request.
-- Use custom protobuf build.
-- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/root/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
-- The BLAS backend of choice:Eigen
-- Caffe2: Found gflags with new-style gflags target.
-- Caffe2: Found glog with new-style glog target.
-- Found lmdb    (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/liblmdb.so)
-- Found LevelDB (include: /usr/local/include, library: /usr/lib/x86_64-linux-gnu/libleveldb.so)
-- Found Snappy  (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libsnappy.so)
-- Found Numa  (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so)
-- Found CUDA: /usr/local/cuda-9.0 (found suitable exact version "9.0") 
-- OpenCV found (/root/usr/local/opencv/share/OpenCV)
-- Found system Eigen at /usr/local/include/eigen3
Python 3.6.5
-- NumPy ver. 1.14.4 found (include: /root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include)
-- Could NOT find pybind11 (missing: pybind11_INCLUDE_DIR) 
-- Found CUDA: /usr/local/cuda-9.0 (found suitable version "9.0", minimum required is "7.0") 
-- Caffe2: CUDA detected: 9.0
-- Caffe2: CUDA nvcc is: /usr/local/cuda-9.0/bin/nvcc
-- Caffe2: CUDA toolkit directory: /usr/local/cuda-9.0
-- Caffe2: Header version is: 9.0
-- Found cuDNN: v7.2.1  (include: /usr/include/, library: /usr/lib/x86_64-linux-gnu/libcudnn.so.7)
-- Autodetected CUDA architecture(s): 6.1 
-- Added CUDA NVCC flags for: -gencode;arch=compute_61,code=sm_61
-- Determining NCCL version from the header file: /usr/include/nccl.h
-- NCCL_MAJOR_VERSION: 2
-- Found NCCL (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnccl.so)
-- Could NOT find CUB (missing: CUB_INCLUDE_DIR) 
-- Could NOT find Gloo (missing: Gloo_INCLUDE_DIR) 
-- CUDA detected: 9.0
-- Found libcuda: /usr/lib/x86_64-linux-gnu/libcuda.so
-- Found libnvrtc: /usr/local/cuda-9.0/lib64/libnvrtc.so
-- Determining NCCL version from the header file: /usr/include/nccl.h
-- NCCL_MAJOR_VERSION: 2
-- Found NCCL (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnccl.so)
-- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor
-- Removing -DNDEBUG from compile flags
-- Compiling with OpenMP support
-- MAGMA not found. Compiling without MAGMA support
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this machine.
-- No OMAP4 processor on this machine.
-- SSE2 Found
-- SSE3 Found
-- AVX Found
-- AVX2 Found
-- Atomics: using GCC intrinsics
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl - guide - pthread - m]
--   Library mkl: not found
-- MKL library not found
-- Checking for [openblas]
--   Library openblas: /usr/lib/libopenblas.so
-- Found a library with BLAS API (open).
-- Found a library with LAPACK API. (open)
-- Found CUDA: /usr/local/cuda-9.0 (found suitable version "9.0", minimum required is "5.5") 
disabling ROCM because NOT USE_ROCM is set
-- MIOpen not found. Compiling without MIOpen support
-- Could NOT find MKLDNN (missing: MKLDNN_INCLUDE_DIR MKLDNN_LIBRARY) 
-- MKLDNN not found. Compiling without MKLDNN support
-- GCC 5.4.0: Adding gcc and gcc_s libs to link line
-- Using python found in /root/.pyenv/versions/py365/bin/python
-- Configuring build for SLEEF-v3.2
   Target system: Linux-4.15.0-30-generic
   Target processor: x86_64
   Host system: Linux-4.15.0-30-generic
   Host processor: x86_64
   Detected C compiler: GNU @ /usr/bin/cc
-- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef
-- Building shared libs : OFF
-- MPFR : LIB_MPFR-NOTFOUND
-- GMP : /usr/lib/x86_64-linux-gnu/libgmp.so
-- RUNNING_ON_TRAVIS : 0
-- COMPILER_SUPPORTS_OPENMP : 1
-- Using python found in /root/.pyenv/versions/py365/bin/python
-- Include NCCL operators
-- Excluding ideep operators as we are not using ideep
-- Including image processing operators
-- Excluding video processing operators due to no opencv
-- Excluding mkl operators as we are not using mkl
-- MPI operators skipped due to no MPI support
-- Include Observer library
-- Using lib/python3.6/site-packages as python relative installation path
-- Automatically generating missing __init__.py files.
-- A previous caffe2 cmake run already created the __init__.py files.
CMake Warning at CMakeLists.txt:346 (message):
  Generated cmake files are only fully tested if one builds with system glog,
  gflags, and protobuf.  Other settings may generate files that are not well
  tested.


-- 
-- ******** Summary ********
-- General:
--   CMake version         : 3.12.1
--   CMake command         : /usr/local/bin/cmake
--   Git version           : v0.1.11-10007-g6993e4a-dirty
--   System                : Linux
--   C++ compiler          : /usr/bin/c++
--   C++ compiler version  : 5.4.0
--   BLAS                  : Eigen
--   CXX flags             : -msse3 -msse4.1 -msse4.2   --std=c++11  -fvisibility-inlines-hidden -rdynamic -DONNX_NAMESPACE=onnx_torch -fopenmp -O2 -fPIC -Wno-narrowing -Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow
--   Build type            : Release
--   Compile definitions   : USE_GCC_ATOMICS=1;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1
--   CMAKE_PREFIX_PATH     : /root/.pyenv/versions/py365/lib/python3.6/site-packages
--   CMAKE_INSTALL_PREFIX  : /root/pytorch/torch/lib/tmp_install
-- 
--   BUILD_CAFFE2          : 1
--   BUILD_ATEN_MOBILE     : OFF
--   BUILD_BINARY          : OFF
--   BUILD_CUSTOM_PROTOBUF : ON
--     Link local protobuf : ON
--   BUILD_DOCS            : OFF
--   BUILD_PYTHON          : 1
--     Python version      : 3.6.5
--     Python executable   : /root/.pyenv/versions/py365/bin/python
--     Pythonlibs version  : 3.6.5
--     Python library      : /root/.pyenv/versions/3.6.5/lib/libpython3.6m.so
--     Python includes     : /root/.pyenv/versions/3.6.5/include/python3.6m
--     Python site-packages: lib/python3.6/site-packages
--   BUILD_SHARED_LIBS     : ON
--   BUILD_TEST            : OFF
--   USE_ASAN              : OFF
--   USE_CUDA              : 1
--     CUDA static link    : 
--     USE_CUDNN           : ON
--     CUDA version        : 9.0
--     cuDNN version       : 7.2.1
--     CUDA root directory : /usr/local/cuda-9.0
--     CUDA library        : /usr/lib/x86_64-linux-gnu/libcuda.so
--     cudart library      : /usr/local/cuda-9.0/lib64/libcudart_static.a;-pthread;dl;/usr/lib/x86_64-linux-gnu/librt.so
--     cublas library      : /usr/local/cuda-9.0/lib64/libcublas.so;/usr/local/cuda-9.0/lib64/libcublas_device.a
--     cufft library       : /usr/local/cuda-9.0/lib64/libcufft.so
--     curand library      : /usr/local/cuda-9.0/lib64/libcurand.so
--     cuDNN library       : /usr/lib/x86_64-linux-gnu/libcudnn.so.7
--     nvrtc               : /usr/local/cuda-9.0/lib64/libnvrtc.so
--     CUDA include path   : /usr/local/cuda-9.0/include
--     NVCC executable     : /usr/local/cuda-9.0/bin/nvcc
--     CUDA host compiler  : /usr/bin/cc
--     USE_TENSORRT        : OFF
--   USE_ROCM              : OFF
--   USE_EIGEN_FOR_BLAS    : ON
--   USE_FFMPEG            : OFF
--   USE_GFLAGS            : ON
--   USE_GLOG              : ON
--   USE_GLOO              : ON
--     USE_GLOO_IBVERBS    : OFF
--   USE_LEVELDB           : ON
--     LevelDB version     : 1.20
--     Snappy version      : 1.1.3
--   USE_LITE_PROTO        : OFF
--   USE_LMDB              : ON
--     LMDB version        : 0.9.17
--   USE_METAL             : OFF
--   USE_MKL               : 
--   USE_MOBILE_OPENGL     : OFF
--   USE_MPI               : OFF
--   USE_NCCL              : ON
--     USE_SYSTEM_NCCL     : OFF
--   USE_NERVANA_GPU       : OFF
--   USE_NNPACK            : 0
--   USE_OBSERVERS         : ON
--   USE_OPENCL            : OFF
--   USE_OPENCV            : ON
--     OpenCV version      : 3.4.2
--   USE_OPENMP            : OFF
--   USE_PROF              : OFF
--   USE_REDIS             : OFF
--   USE_ROCKSDB           : OFF
--   USE_ZMQ               : OFF
--   USE_DISTRIBUTED       : OFF
--   Public Dependencies  : Threads::Threads;gflags;glog::glog
--   Private Dependencies : cpuinfo;/usr/lib/x86_64-linux-gnu/liblmdb.so;/usr/lib/x86_64-linux-gnu/libleveldb.so;/usr/lib/x86_64-linux-gnu/libsnappy.so;/usr/lib/x86_64-linux-gnu/libnuma.so;opencv_core;opencv_highgui;opencv_imgproc;opencv_imgcodecs;opencv_videoio;opencv_video;gloo;aten_op_header_gen;onnxifi_loader;rt;gcc_s;gcc;dl
-- Configuring done
-- Generating done
-- Build files have been written to: /root/pytorch/build
+ make install -j12
[  0%] Built target clog
[  0%] Built target common
[  0%] Built target onnxifi_loader
[  0%] Built target mkdisp
[  0%] Built target onnxifi_dummy
[  0%] Built target js_embed
[  0%] Built target ATEN_CPU_FILES_GEN_TARGET
[  0%] Built target mkrename
[  1%] Built target gloo
[  1%] Built target c10_utils_cpu
[  1%] Built target mkmasked_gnuabi
[  1%] Built target c10_utils_hip
[  1%] Built target c10_utils_gpu
[  1%] Built target mkrename_gnuabi
[  1%] Built target ATEN_CUDA_FILES_GEN_TARGET
[  2%] Built target libprotobuf-lite
[  2%] Built target mkalias
[  3%] Built target protobuf-nanopb
[  3%] Built target arraymap
[  3%] Built target __aten_op_header_gen
[  3%] Built target renameAVX.h_generated
[  3%] Built target renamedsp256.h_generated
[  3%] Built target renamedsp128.h_generated
[  5%] Built target dispsse.c_generated
[  5%] Built target headers
[  6%] Built target cpuinfo
[  6%] Built target dispavx.c_generated
[  6%] Built target renameSSE2.h_generated
[  6%] Built target renameAVX2.h_generated
[  6%] Built target renameFMA4.h_generated
[  6%] Built target renameSSE4.h_generated
[  6%] Built target renameAVX2128.h_generated
[  6%] Built target sleefavx
[  6%] Built target dispsse_obj
[  6%] Built target dispavx_obj
[  6%] Built target sleefsse2
[  6%] Built target sleeffma4
[  6%] Built target sleefavx2
[  7%] Built target sleefavx2128
[  7%] Built target sleefsse4
[  7%] Built target gloo_cuda
[  7%] Built target sleef
[ 13%] Built target libprotobuf
[ 14%] Built target gloo_builder
[ 21%] Built target libprotoc
[ 21%] Built target protoc
[ 21%] Built target generate_nanopb_pb2.py
[ 21%] Built target generate_plugin_pb2.py
[ 21%] Built target gen_onnx_proto
[ 21%] Built target Caffe2_PROTO
[ 21%] Running gen_proto.py on onnx/onnx-operators.in.proto
Scanning dependencies of target nomnigraph
Processing /root/pytorch/third_party/onnx/onnx/onnx-operators.in.proto
[ 21%] Building CXX object caffe2/core/nomnigraph/CMakeFiles/nomnigraph.dir/Representations/NeuralNet.cc.o
[ 21%] Building CXX object caffe2/core/nomnigraph/CMakeFiles/nomnigraph.dir/tests/test_util.cc.o
Scanning dependencies of target Caffe2_perfkernels_avx2
Scanning dependencies of target dispatch
[ 21%] Linking CXX static library ../lib/libcaffe2_protos.a
Scanning dependencies of target Caffe2_perfkernels_avx
Writing /root/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch.proto
Writing /root/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch.proto3
Writing /root/pytorch/build/third_party/onnx/onnx/onnx-operators.pb.h
generating /root/pytorch/build/third_party/onnx/onnx/onnx_operators_pb.py
[ 21%] Running C++ protocol buffer compiler on /root/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch.proto
Scanning dependencies of target onnx_proto
[ 21%] Built target caffe2_protos
[ 21%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch.pb.cc.o
[ 21%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch.pb.cc.o
[ 22%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/common_avx.cc.o
[ 22%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/typed_axpy_avx.cc.o
[ 22%] Building CXX object caffe2/core/dispatch/CMakeFiles/dispatch.dir/DeviceId.cpp.o
[ 22%] Building CXX object caffe2/core/dispatch/CMakeFiles/dispatch.dir/Dispatcher.cpp.o
[ 22%] Building CXX object caffe2/core/dispatch/CMakeFiles/dispatch.dir/DispatchKey.cpp.o
[ 22%] Building CXX object caffe2/core/dispatch/CMakeFiles/dispatch.dir/DispatchTable.cpp.o
[ 22%] Building CXX object caffe2/core/dispatch/CMakeFiles/dispatch.dir/KernelRegistration.cpp.o
[ 22%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/common_avx2.cc.o
[ 22%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_avx2.cc.o
In file included from /root/pytorch/aten/src/ATen/core/typeid.h:22:0,
                 from /root/pytorch/caffe2/core/typeid.h:7,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.h:5,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.cpp:1:
/root/pytorch/aten/src/ATen/core/Half.h: In function 'typename std::enable_if<std::is_integral<_Tp2>::value, bool>::type at::overflows(From)':
/root/pytorch/aten/src/ATen/core/Half.h:85:53: warning: use of old-style cast [-Wold-style-cast]
     return f > limit::max() || (f < 0 && -(uint64_t)f > limit::max());
                                                     ^
/root/pytorch/aten/src/ATen/core/Half.h: In function 'typename std::enable_if<(! std::is_integral<_Tp2>::value), bool>::type at::overflows(From)':
/root/pytorch/aten/src/ATen/core/Half.h:95:49: warning: use of old-style cast [-Wold-style-cast]
   if (limit::has_infinity && std::isinf((double)f)) {
                                                 ^
In file included from /root/pytorch/aten/src/ATen/core/Half.h:125:0,
                 from /root/pytorch/aten/src/ATen/core/typeid.h:22,
                 from /root/pytorch/caffe2/core/typeid.h:7,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.h:5,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.cpp:1:
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:49:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:49:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:53:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:53:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:57:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:57:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:61:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:61:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:65:18: warning: use of old-style cast [-Wold-style-cast]
   return -(float)a;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator+(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:91:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator-(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:94:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator*(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:97:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator/(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:100:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator+(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:104:21: warning: use of old-style cast [-Wold-style-cast]
   return a + (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator-(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:107:21: warning: use of old-style cast [-Wold-style-cast]
   return a - (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator*(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:110:21: warning: use of old-style cast [-Wold-style-cast]
   return a * (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator/(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:113:21: warning: use of old-style cast [-Wold-style-cast]
   return a / (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator+=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:117:22: warning: use of old-style cast [-Wold-style-cast]
   return a += (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator-=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:120:22: warning: use of old-style cast [-Wold-style-cast]
   return a -= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator*=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:123:22: warning: use of old-style cast [-Wold-style-cast]
   return a *= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator/=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:126:22: warning: use of old-style cast [-Wold-style-cast]
   return a /= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator+(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:132:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a + b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator-(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:135:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a - b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator*(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:138:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a * b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator/(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:141:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a / b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator+(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:145:22: warning: use of old-style cast [-Wold-style-cast]
   return a + (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator-(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:148:22: warning: use of old-style cast [-Wold-style-cast]
   return a - (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator*(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:151:22: warning: use of old-style cast [-Wold-style-cast]
   return a * (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator/(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:154:22: warning: use of old-style cast [-Wold-style-cast]
   return a / (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:160:20: warning: use of old-style cast [-Wold-style-cast]
   return a + (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:163:20: warning: use of old-style cast [-Wold-style-cast]
   return a - (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:166:20: warning: use of old-style cast [-Wold-style-cast]
   return a * (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:169:20: warning: use of old-style cast [-Wold-style-cast]
   return a / (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:173:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a + b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:176:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a - b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:179:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a * b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:182:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a / b;
                ^
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-stringop-overflow'
[ 22%] Building CXX object caffe2/core/dispatch/CMakeFiles/dispatch.dir/LayoutId.cpp.o
In file included from /root/pytorch/aten/src/ATen/core/typeid.h:22:0,
                 from /root/pytorch/caffe2/core/typeid.h:7,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.h:5,
                 from /root/pytorch/caffe2/core/dispatch/OpSchema.h:3,
                 from /root/pytorch/caffe2/core/dispatch/DispatchTable.h:4,
                 from /root/pytorch/caffe2/core/dispatch/DispatchTable.cpp:1:
/root/pytorch/aten/src/ATen/core/Half.h: In function 'typename std::enable_if<std::is_integral<_Tp2>::value, bool>::type at::overflows(From)':
/root/pytorch/aten/src/ATen/core/Half.h:85:53: warning: use of old-style cast [-Wold-style-cast]
     return f > limit::max() || (f < 0 && -(uint64_t)f > limit::max());
                                                     ^
/root/pytorch/aten/src/ATen/core/Half.h: In function 'typename std::enable_if<(! std::is_integral<_Tp2>::value), bool>::type at::overflows(From)':
/root/pytorch/aten/src/ATen/core/Half.h:95:49: warning: use of old-style cast [-Wold-style-cast]
   if (limit::has_infinity && std::isinf((double)f)) {
                                                 ^
In file included from /root/pytorch/aten/src/ATen/core/Half.h:125:0,
                 from /root/pytorch/aten/src/ATen/core/typeid.h:22,
                 from /root/pytorch/caffe2/core/typeid.h:7,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.h:5,
                 from /root/pytorch/caffe2/core/dispatch/OpSchema.h:3,
                 from /root/pytorch/caffe2/core/dispatch/DispatchTable.h:4,
                 from /root/pytorch/caffe2/core/dispatch/DispatchTable.cpp:1:
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:49:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:49:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:53:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:53:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:57:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:57:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:61:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:61:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:65:18: warning: use of old-style cast [-Wold-style-cast]
   return -(float)a;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator+(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:91:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator-(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:94:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator*(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:97:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator/(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:100:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator+(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:104:21: warning: use of old-style cast [-Wold-style-cast]
   return a + (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator-(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:107:21: warning: use of old-style cast [-Wold-style-cast]
   return a - (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator*(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:110:21: warning: use of old-style cast [-Wold-style-cast]
   return a * (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator/(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:113:21: warning: use of old-style cast [-Wold-style-cast]
   return a / (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator+=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:117:22: warning: use of old-style cast [-Wold-style-cast]
   return a += (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator-=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:120:22: warning: use of old-style cast [-Wold-style-cast]
   return a -= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator*=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:123:22: warning: use of old-style cast [-Wold-style-cast]
   return a *= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator/=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:126:22: warning: use of old-style cast [-Wold-style-cast]
   return a /= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator+(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:132:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a + b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator-(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:135:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a - b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator*(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:138:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a * b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator/(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:141:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a / b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator+(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:145:22: warning: use of old-style cast [-Wold-style-cast]
   return a + (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator-(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:148:22: warning: use of old-style cast [-Wold-style-cast]
   return a - (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator*(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:151:22: warning: use of old-style cast [-Wold-style-cast]
   return a * (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator/(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:154:22: warning: use of old-style cast [-Wold-style-cast]
   return a / (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:160:20: warning: use of old-style cast [-Wold-style-cast]
   return a + (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:163:20: warning: use of old-style cast [-Wold-style-cast]
   return a - (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:166:20: warning: use of old-style cast [-Wold-style-cast]
   return a * (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:169:20: warning: use of old-style cast [-Wold-style-cast]
   return a / (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:173:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a + b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:176:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a - b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:179:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a * b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:182:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a / b;
                ^
In file included from /root/pytorch/aten/src/ATen/core/typeid.h:22:0,
                 from /root/pytorch/caffe2/core/typeid.h:7,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.h:5,
                 from /root/pytorch/caffe2/core/dispatch/OpSchema.h:3,
                 from /root/pytorch/caffe2/core/dispatch/DispatchTable.h:4,
                 from /root/pytorch/caffe2/core/dispatch/Dispatcher.h:3,
                 from /root/pytorch/caffe2/core/dispatch/Dispatcher.cpp:1:
/root/pytorch/aten/src/ATen/core/Half.h: In function 'typename std::enable_if<std::is_integral<_Tp2>::value, bool>::type at::overflows(From)':
/root/pytorch/aten/src/ATen/core/Half.h:85:53: warning: use of old-style cast [-Wold-style-cast]
     return f > limit::max() || (f < 0 && -(uint64_t)f > limit::max());
                                                     ^
/root/pytorch/aten/src/ATen/core/Half.h: In function 'typename std::enable_if<(! std::is_integral<_Tp2>::value), bool>::type at::overflows(From)':
/root/pytorch/aten/src/ATen/core/Half.h:95:49: warning: use of old-style cast [-Wold-style-cast]
   if (limit::has_infinity && std::isinf((double)f)) {
                                                 ^
In file included from /root/pytorch/aten/src/ATen/core/Half.h:125:0,
                 from /root/pytorch/aten/src/ATen/core/typeid.h:22,
                 from /root/pytorch/caffe2/core/typeid.h:7,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.h:5,
                 from /root/pytorch/caffe2/core/dispatch/OpSchema.h:3,
                 from /root/pytorch/caffe2/core/dispatch/DispatchTable.h:4,
                 from /root/pytorch/caffe2/core/dispatch/Dispatcher.h:3,
                 from /root/pytorch/caffe2/core/dispatch/Dispatcher.cpp:1:
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:49:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:49:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:53:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:53:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:57:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:57:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:61:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:61:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:65:18: warning: use of old-style cast [-Wold-style-cast]
   return -(float)a;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator+(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:91:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator-(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:94:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator*(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:97:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator/(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:100:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator+(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:104:21: warning: use of old-style cast [-Wold-style-cast]
   return a + (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator-(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:107:21: warning: use of old-style cast [-Wold-style-cast]
   return a - (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator*(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:110:21: warning: use of old-style cast [-Wold-style-cast]
   return a * (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator/(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:113:21: warning: use of old-style cast [-Wold-style-cast]
   return a / (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator+=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:117:22: warning: use of old-style cast [-Wold-style-cast]
   return a += (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator-=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:120:22: warning: use of old-style cast [-Wold-style-cast]
   return a -= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator*=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:123:22: warning: use of old-style cast [-Wold-style-cast]
   return a *= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator/=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:126:22: warning: use of old-style cast [-Wold-style-cast]
   return a /= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator+(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:132:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a + b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator-(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:135:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a - b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator*(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:138:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a * b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator/(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:141:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a / b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator+(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:145:22: warning: use of old-style cast [-Wold-style-cast]
   return a + (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator-(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:148:22: warning: use of old-style cast [-Wold-style-cast]
   return a - (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator*(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:151:22: warning: use of old-style cast [-Wold-style-cast]
   return a * (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator/(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:154:22: warning: use of old-style cast [-Wold-style-cast]
   return a / (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:160:20: warning: use of old-style cast [-Wold-style-cast]
   return a + (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:163:20: warning: use of old-style cast [-Wold-style-cast]
   return a - (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:166:20: warning: use of old-style cast [-Wold-style-cast]
   return a * (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:169:20: warning: use of old-style cast [-Wold-style-cast]
   return a / (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:173:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a + b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:176:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a - b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:179:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a * b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:182:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a / b;
                ^
[ 22%] Building CXX object caffe2/core/dispatch/CMakeFiles/dispatch.dir/LeftRight.cpp.o
In file included from /root/pytorch/caffe2/core/dispatch/OpSchema.h:4:0,
                 from /root/pytorch/caffe2/core/dispatch/DispatchTable.h:4,
                 from /root/pytorch/caffe2/core/dispatch/DispatchTable.cpp:1:
/root/pytorch/build/caffe2/proto/caffe2.pb.h: At global scope:
/root/pytorch/build/caffe2/proto/caffe2.pb.h:129:69: warning: redundant redeclaration of 'const string& caffe2::GetEmptyStringAlreadyInited()' in same scope [-Wredundant-decls]
 namespace caffe2 { const ::std::string& GetEmptyStringAlreadyInited(); 
                                                                     ^
/root/pytorch/build/caffe2/proto/caffe2.pb.h:85:41: note: previous declaration of 'const string& caffe2::GetEmptyStringAlreadyInited()'
 namespace caffe2 { const ::std::string& GetEmptyStringAlreadyInited(); 
                                         ^
In file included from /root/pytorch/caffe2/core/dispatch/OpSchema.h:4:0,
                 from /root/pytorch/caffe2/core/dispatch/DispatchTable.h:4,
                 from /root/pytorch/caffe2/core/dispatch/Dispatcher.h:3,
                 from /root/pytorch/caffe2/core/dispatch/Dispatcher.cpp:1:
/root/pytorch/build/caffe2/proto/caffe2.pb.h: At global scope:
/root/pytorch/build/caffe2/proto/caffe2.pb.h:129:69: warning: redundant redeclaration of 'const string& caffe2::GetEmptyStringAlreadyInited()' in same scope [-Wredundant-decls]
 namespace caffe2 { const ::std::string& GetEmptyStringAlreadyInited(); 
                                                                     ^
/root/pytorch/build/caffe2/proto/caffe2.pb.h:85:41: note: previous declaration of 'const string& caffe2::GetEmptyStringAlreadyInited()'
 namespace caffe2 { const ::std::string& GetEmptyStringAlreadyInited(); 
                                         ^
[ 22%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_fused_8bit_rowwise_avx2.cc.o
In file included from /root/pytorch/aten/src/ATen/core/typeid.h:22:0,
                 from /root/pytorch/caffe2/core/typeid.h:7,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.h:5,
                 from /root/pytorch/caffe2/core/dispatch/OpSchema.h:3,
                 from /root/pytorch/caffe2/core/dispatch/KernelRegistration.h:3,
                 from /root/pytorch/caffe2/core/dispatch/KernelRegistration.cpp:1:
/root/pytorch/aten/src/ATen/core/Half.h: In function 'typename std::enable_if<std::is_integral<_Tp2>::value, bool>::type at::overflows(From)':
/root/pytorch/aten/src/ATen/core/Half.h:85:53: warning: use of old-style cast [-Wold-style-cast]
     return f > limit::max() || (f < 0 && -(uint64_t)f > limit::max());
                                                     ^
/root/pytorch/aten/src/ATen/core/Half.h: In function 'typename std::enable_if<(! std::is_integral<_Tp2>::value), bool>::type at::overflows(From)':
/root/pytorch/aten/src/ATen/core/Half.h:95:49: warning: use of old-style cast [-Wold-style-cast]
   if (limit::has_infinity && std::isinf((double)f)) {
                                                 ^
In file included from /root/pytorch/aten/src/ATen/core/Half.h:125:0,
                 from /root/pytorch/aten/src/ATen/core/typeid.h:22,
                 from /root/pytorch/caffe2/core/typeid.h:7,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.h:5,
                 from /root/pytorch/caffe2/core/dispatch/OpSchema.h:3,
                 from /root/pytorch/caffe2/core/dispatch/KernelRegistration.h:3,
                 from /root/pytorch/caffe2/core/dispatch/KernelRegistration.cpp:1:
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:49:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:49:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:53:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:53:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:57:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:57:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:61:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:61:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:65:18: warning: use of old-style cast [-Wold-style-cast]
   return -(float)a;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator+(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:91:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator-(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:94:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator*(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:97:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator/(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:100:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator+(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:104:21: warning: use of old-style cast [-Wold-style-cast]
   return a + (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator-(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:107:21: warning: use of old-style cast [-Wold-style-cast]
   return a - (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator*(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:110:21: warning: use of old-style cast [-Wold-style-cast]
   return a * (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator/(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:113:21: warning: use of old-style cast [-Wold-style-cast]
   return a / (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator+=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:117:22: warning: use of old-style cast [-Wold-style-cast]
   return a += (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator-=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:120:22: warning: use of old-style cast [-Wold-style-cast]
   return a -= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator*=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:123:22: warning: use of old-style cast [-Wold-style-cast]
   return a *= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator/=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:126:22: warning: use of old-style cast [-Wold-style-cast]
   return a /= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator+(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:132:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a + b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator-(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:135:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a - b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator*(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:138:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a * b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator/(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:141:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a / b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator+(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:145:22: warning: use of old-style cast [-Wold-style-cast]
   return a + (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator-(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:148:22: warning: use of old-style cast [-Wold-style-cast]
   return a - (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator*(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:151:22: warning: use of old-style cast [-Wold-style-cast]
   return a * (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator/(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:154:22: warning: use of old-style cast [-Wold-style-cast]
   return a / (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:160:20: warning: use of old-style cast [-Wold-style-cast]
   return a + (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:163:20: warning: use of old-style cast [-Wold-style-cast]
   return a - (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:166:20: warning: use of old-style cast [-Wold-style-cast]
   return a * (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:169:20: warning: use of old-style cast [-Wold-style-cast]
   return a / (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:173:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a + b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:176:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a - b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:179:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a * b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:182:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a / b;
                ^
cc1plus: warning: unrecognized command line option '-Wno-stringop-overflow'
[ 22%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/math_cpu_avx2.cc.o
cc1plus: warning: unrecognized command line option '-Wno-stringop-overflow'
[ 22%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/typed_axpy_avx2.cc.o
[ 22%] Building CXX object caffe2/core/dispatch/CMakeFiles/dispatch.dir/OpSchema.cpp.o
In file included from /root/pytorch/caffe2/core/dispatch/OpSchema.h:4:0,
                 from /root/pytorch/caffe2/core/dispatch/KernelRegistration.h:3,
                 from /root/pytorch/caffe2/core/dispatch/KernelRegistration.cpp:1:
/root/pytorch/build/caffe2/proto/caffe2.pb.h: At global scope:
/root/pytorch/build/caffe2/proto/caffe2.pb.h:129:69: warning: redundant redeclaration of 'const string& caffe2::GetEmptyStringAlreadyInited()' in same scope [-Wredundant-decls]
 namespace caffe2 { const ::std::string& GetEmptyStringAlreadyInited(); 
                                                                     ^
/root/pytorch/build/caffe2/proto/caffe2.pb.h:85:41: note: previous declaration of 'const string& caffe2::GetEmptyStringAlreadyInited()'
 namespace caffe2 { const ::std::string& GetEmptyStringAlreadyInited(); 
                                         ^
[ 22%] Built target Caffe2_perfkernels_avx
[ 22%] Building CXX object caffe2/core/dispatch/CMakeFiles/dispatch.dir/OpSchemaRegistration.cpp.o
[ 22%] Built target python_copy_files
cc1plus: warning: unrecognized command line option '-Wno-stringop-overflow'
In file included from /root/pytorch/aten/src/ATen/core/typeid.h:22:0,
                 from /root/pytorch/caffe2/core/typeid.h:7,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.h:5,
                 from /root/pytorch/caffe2/core/dispatch/OpSchema.h:3,
                 from /root/pytorch/caffe2/core/dispatch/OpSchema.cpp:1:
/root/pytorch/aten/src/ATen/core/Half.h: In function 'typename std::enable_if<std::is_integral<_Tp2>::value, bool>::type at::overflows(From)':
/root/pytorch/aten/src/ATen/core/Half.h:85:53: warning: use of old-style cast [-Wold-style-cast]
     return f > limit::max() || (f < 0 && -(uint64_t)f > limit::max());
                                                     ^
/root/pytorch/aten/src/ATen/core/Half.h: In function 'typename std::enable_if<(! std::is_integral<_Tp2>::value), bool>::type at::overflows(From)':
/root/pytorch/aten/src/ATen/core/Half.h:95:49: warning: use of old-style cast [-Wold-style-cast]
   if (limit::has_infinity && std::isinf((double)f)) {
                                                 ^
In file included from /root/pytorch/aten/src/ATen/core/Half.h:125:0,
                 from /root/pytorch/aten/src/ATen/core/typeid.h:22,
                 from /root/pytorch/caffe2/core/typeid.h:7,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.h:5,
                 from /root/pytorch/caffe2/core/dispatch/OpSchema.h:3,
                 from /root/pytorch/caffe2/core/dispatch/OpSchema.cpp:1:
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:49:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:49:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:53:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:53:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:57:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:57:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:61:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:61:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:65:18: warning: use of old-style cast [-Wold-style-cast]
   return -(float)a;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator+(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:91:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator-(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:94:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator*(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:97:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator/(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:100:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator+(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:104:21: warning: use of old-style cast [-Wold-style-cast]
   return a + (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator-(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:107:21: warning: use of old-style cast [-Wold-style-cast]
   return a - (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator*(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:110:21: warning: use of old-style cast [-Wold-style-cast]
   return a * (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator/(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:113:21: warning: use of old-style cast [-Wold-style-cast]
   return a / (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator+=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:117:22: warning: use of old-style cast [-Wold-style-cast]
   return a += (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator-=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:120:22: warning: use of old-style cast [-Wold-style-cast]
   return a -= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator*=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:123:22: warning: use of old-style cast [-Wold-style-cast]
   return a *= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator/=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:126:22: warning: use of old-style cast [-Wold-style-cast]
   return a /= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator+(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:132:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a + b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator-(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:135:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a - b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator*(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:138:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a * b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator/(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:141:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a / b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator+(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:145:22: warning: use of old-style cast [-Wold-style-cast]
   return a + (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator-(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:148:22: warning: use of old-style cast [-Wold-style-cast]
   return a - (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator*(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:151:22: warning: use of old-style cast [-Wold-style-cast]
   return a * (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator/(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:154:22: warning: use of old-style cast [-Wold-style-cast]
   return a / (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:160:20: warning: use of old-style cast [-Wold-style-cast]
   return a + (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:163:20: warning: use of old-style cast [-Wold-style-cast]
   return a - (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:166:20: warning: use of old-style cast [-Wold-style-cast]
   return a * (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:169:20: warning: use of old-style cast [-Wold-style-cast]
   return a / (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:173:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a + b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:176:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a - b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:179:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a * b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:182:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a / b;
                ^
In file included from /root/pytorch/aten/src/ATen/core/typeid.h:22:0,
                 from /root/pytorch/caffe2/core/typeid.h:7,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.h:5,
                 from /root/pytorch/caffe2/core/dispatch/OpSchema.h:3,
                 from /root/pytorch/caffe2/core/dispatch/DispatchTable.h:4,
                 from /root/pytorch/caffe2/core/dispatch/Dispatcher.h:3,
                 from /root/pytorch/caffe2/core/dispatch/OpSchemaRegistration.h:3,
                 from /root/pytorch/caffe2/core/dispatch/OpSchemaRegistration.cpp:1:
/root/pytorch/aten/src/ATen/core/Half.h: In function 'typename std::enable_if<std::is_integral<_Tp2>::value, bool>::type at::overflows(From)':
/root/pytorch/aten/src/ATen/core/Half.h:85:53: warning: use of old-style cast [-Wold-style-cast]
     return f > limit::max() || (f < 0 && -(uint64_t)f > limit::max());
                                                     ^
/root/pytorch/aten/src/ATen/core/Half.h: In function 'typename std::enable_if<(! std::is_integral<_Tp2>::value), bool>::type at::overflows(From)':
/root/pytorch/aten/src/ATen/core/Half.h:95:49: warning: use of old-style cast [-Wold-style-cast]
   if (limit::has_infinity && std::isinf((double)f)) {
                                                 ^
In file included from /root/pytorch/aten/src/ATen/core/Half.h:125:0,
                 from /root/pytorch/aten/src/ATen/core/typeid.h:22,
                 from /root/pytorch/caffe2/core/typeid.h:7,
                 from /root/pytorch/caffe2/core/dispatch/DispatchKey.h:5,
                 from /root/pytorch/caffe2/core/dispatch/OpSchema.h:3,
                 from /root/pytorch/caffe2/core/dispatch/DispatchTable.h:4,
                 from /root/pytorch/caffe2/core/dispatch/Dispatcher.h:3,
                 from /root/pytorch/caffe2/core/dispatch/OpSchemaRegistration.h:3,
                 from /root/pytorch/caffe2/core/dispatch/OpSchemaRegistration.cpp:1:
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:49:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:49:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:53:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:53:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:57:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:57:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(const at::Half&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:61:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / (float)b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h:61:28: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / (float)b;
                            ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:65:18: warning: use of old-style cast [-Wold-style-cast]
   return -(float)a;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator+(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:91:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a + b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator-(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:94:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a - b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator*(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:97:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a * b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator/(at::Half, float)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:100:17: warning: use of old-style cast [-Wold-style-cast]
   return (float)a / b;
                 ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator+(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:104:21: warning: use of old-style cast [-Wold-style-cast]
   return a + (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator-(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:107:21: warning: use of old-style cast [-Wold-style-cast]
   return a - (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator*(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:110:21: warning: use of old-style cast [-Wold-style-cast]
   return a * (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float at::operator/(float, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:113:21: warning: use of old-style cast [-Wold-style-cast]
   return a / (float)b;
                     ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator+=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:117:22: warning: use of old-style cast [-Wold-style-cast]
   return a += (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator-=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:120:22: warning: use of old-style cast [-Wold-style-cast]
   return a -= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator*=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:123:22: warning: use of old-style cast [-Wold-style-cast]
   return a *= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'float& at::operator/=(float&, const at::Half&)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:126:22: warning: use of old-style cast [-Wold-style-cast]
   return a /= (float)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator+(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:132:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a + b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator-(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:135:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a - b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator*(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:138:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a * b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator/(at::Half, double)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:141:18: warning: use of old-style cast [-Wold-style-cast]
   return (double)a / b;
                  ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator+(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:145:22: warning: use of old-style cast [-Wold-style-cast]
   return a + (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator-(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:148:22: warning: use of old-style cast [-Wold-style-cast]
   return a - (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator*(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:151:22: warning: use of old-style cast [-Wold-style-cast]
   return a * (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'double at::operator/(double, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:154:22: warning: use of old-style cast [-Wold-style-cast]
   return a / (double)b;
                      ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:160:20: warning: use of old-style cast [-Wold-style-cast]
   return a + (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:163:20: warning: use of old-style cast [-Wold-style-cast]
   return a - (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:166:20: warning: use of old-style cast [-Wold-style-cast]
   return a * (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(at::Half, int)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:169:20: warning: use of old-style cast [-Wold-style-cast]
   return a / (Half)b;
                    ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator+(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:173:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a + b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator-(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:176:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a - b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator*(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:179:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a * b;
                ^
/root/pytorch/aten/src/ATen/core/Half-inl.h: In function 'at::Half at::operator/(int, at::Half)':
/root/pytorch/aten/src/ATen/core/Half-inl.h:182:16: warning: use of old-style cast [-Wold-style-cast]
   return (Half)a / b;
                ^
In file included from /root/pytorch/caffe2/core/dispatch/OpSchema.h:4:0,
                 from /root/pytorch/caffe2/core/dispatch/DispatchTable.h:4,
                 from /root/pytorch/caffe2/core/dispatch/Dispatcher.h:3,
                 from /root/pytorch/caffe2/core/dispatch/OpSchemaRegistration.h:3,
                 from /root/pytorch/caffe2/core/dispatch/OpSchemaRegistration.cpp:1:
/root/pytorch/build/caffe2/proto/caffe2.pb.h: At global scope:
/root/pytorch/build/caffe2/proto/caffe2.pb.h:129:69: warning: redundant redeclaration of 'const string& caffe2::GetEmptyStringAlreadyInited()' in same scope [-Wredundant-decls]
 namespace caffe2 { const ::std::string& GetEmptyStringAlreadyInited(); 
                                                                     ^
/root/pytorch/build/caffe2/proto/caffe2.pb.h:85:41: note: previous declaration of 'const string& caffe2::GetEmptyStringAlreadyInited()'
 namespace caffe2 { const ::std::string& GetEmptyStringAlreadyInited(); 
                                         ^
In file included from /root/pytorch/caffe2/core/dispatch/OpSchema.h:4:0,
                 from /root/pytorch/caffe2/core/dispatch/OpSchema.cpp:1:
/root/pytorch/build/caffe2/proto/caffe2.pb.h: At global scope:
/root/pytorch/build/caffe2/proto/caffe2.pb.h:129:69: warning: redundant redeclaration of 'const string& caffe2::GetEmptyStringAlreadyInited()' in same scope [-Wredundant-decls]
 namespace caffe2 { const ::std::string& GetEmptyStringAlreadyInited(); 
                                                                     ^
/root/pytorch/build/caffe2/proto/caffe2.pb.h:85:41: note: previous declaration of 'const string& caffe2::GetEmptyStringAlreadyInited()'
 namespace caffe2 { const ::std::string& GetEmptyStringAlreadyInited(); 
                                         ^
cc1plus: warning: unrecognized command line option '-Wno-stringop-overflow'
cc1plus: warning: unrecognized command line option '-Wno-stringop-overflow'
[ 22%] Built target dispatch
[ 22%] Linking CXX static library ../../../lib/libnomnigraph.a
[ 22%] Built target nomnigraph
[ 22%] Linking CXX static library ../../lib/libonnx_proto.a
[ 22%] Built target onnx_proto
Scanning dependencies of target onnx
[ 22%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o
[ 22%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o
[ 22%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o
[ 22%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o
[ 22%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o
[ 22%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o
[ 22%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o
[ 22%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/experiments/experiments_functions.cc.o
[ 22%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/experiments/defs.cc.o
[ 22%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o
[ 22%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o
[ 23%] Built target Caffe2_perfkernels_avx2
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o
[ 23%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/optimize.cc.o
[ 24%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o
[ 24%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o
[ 24%] Linking CXX static library ../../lib/libonnx.a
[ 24%] Built target onnx
Scanning dependencies of target caffe2
[ 24%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/proto_wrap.cc.o
[ 24%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/murmur_hash3.cc.o
[ 24%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/proto_utils.cc.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/smart_tensor_printer.cc.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/signal_handler.cc.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/string_utils.cc.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/cpuid.cc.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/threadpool/ThreadPool.cc.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/bench_utils.cc.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/math_cpu.cc.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/thread_name.cc.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/math_utils.cc.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/threadpool/pthreadpool.cc.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/threadpool/pthreadpool_impl.cc.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Allocator.cpp.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUGeneral.cpp.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUGenerator.cpp.o
[ 25%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CUDAStream.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Context.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/DLConvertor.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Device.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/ExpandUtils.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Formatting.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/OptionsGuard.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Scalar.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Storage.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/StorageImpl.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Tensor.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TensorGeometry.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TensorImpl.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TensorOptions.cpp.o
[ 26%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TensorUtils.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/UndefinedTensor.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/UndefinedType.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Utils.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/detail/VariableHooksInterface.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/ATenCoreTest.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/AlignOf.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/ArrayRef.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Backtrace.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/C++17.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/DeviceType.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Error.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/Half.cpp.o
[ 27%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/SmallVector.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/TensorTypeId.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/TensorTypeIdRegistration.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/UniqueVoidPtr.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/intrusive_ptr.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/optional.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core/typeid.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Activation.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/BinaryOps.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Convolution.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/DispatchStub.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Distance.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Distributions.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Dropout.cpp.o
[ 28%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Embedding.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Gesv.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/GridSampler.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Indexing.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Linear.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Loss.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/LossCTC.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Memory.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Normalization.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Pooling.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/RNN.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/ReduceOps.cpp.o
[ 29%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/RoiPooling.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Scalar.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/SoftMax.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/SpectralOps.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/SummaryOps.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorCompare.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorFactories.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorIterator.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorProperties.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorShape.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TypeProperties.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/UnaryOps.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Unique.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o
[ 30%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUByteType.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUCharType.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUCopy.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUDoubleType.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUFloatType.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUHalfType.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUIntType.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPULongType.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUShortType.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUByteType.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUCharType.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUDoubleType.cpp.o
[ 31%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUFloatType.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUIntType.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPULongType.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUShortType.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Type.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THGeneral.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THHalf.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THAllocator.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THSize.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THStorageFunctions.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensor.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorCopy.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorRandom.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorMath.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorMoreMath.cpp.o
[ 32%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorEvenMoreMath.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorConv.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorLapack.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THBlas.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THLapack.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THLogAdd.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THRandom.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THFile.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THDiskFile.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THMemoryFile.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THVector.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/generic/simd/convolve.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/generic/simd/convolve5x5_sse.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/vector/AVX.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/generic/simd/convolve5x5_avx.cpp.o
[ 33%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/vector/AVX2.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/THNN/init.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/aten/aten_op.cc.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/allgather_ops.cc.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/allreduce_ops.cc.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/barrier_ops.cc.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/broadcast_ops.cc.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/common.cc.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/common_world_ops.cc.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/context.cc.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/reduce_scatter_ops.cc.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/gloo/store_handler.cc.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/script/compiler.cc.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/contrib/script/lexer.cc.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/allocator.cc.o
[ 35%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/blob_serialization.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/blob_stats.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/common.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/context.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/context_base.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/db.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/event.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/flags.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/graph.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/init.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/init_intrinsics_check.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/init_omp.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/int8_serialization.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/logging.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/memonger.cc.o
[ 36%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/module.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_async_base.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_async_polling.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_async_scheduling.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_async_tracing.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_dag.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_dag_utils.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_simple.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/net_simple_async.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/numa.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/operator.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/operator_c10wrapper.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/operator_schema.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/plan_executor.cc.o
[ 37%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/qtensor.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/qtensor_serialization.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/stats.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/tensor.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/tensor_int8.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/transform.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/types.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/core/workspace.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/predictor/predictor.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/predictor/predictor_utils.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/predictor/predictor_config.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/db/create_db_op.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/db/protodb.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/db/lmdb.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/db/leveldb.cc.o
[ 38%] Building CXX object caffe2/CMakeFiles/caffe2.dir/distributed/file_store_handler.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/distributed/file_store_handler_op.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/distributed/store_handler.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/distributed/store_ops.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/image/image_input_op.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/observers/time_observer.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/observers/runcnt_observer.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/backend.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/backend_rep.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/device.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/helper.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/onnx_exporter.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/onnx/onnxifi_init.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/abs_op.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/accumulate_op.cc.o
[ 39%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/accuracy_op.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/acos_op.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/affine_channel_op.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/apmeter_op.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/arg_ops.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/asin_op.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/assert_op.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/atan_op.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/atomic_ops.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_box_cox_op.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_bucketize_op.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_gather_ops.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_matmul_op.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_moments_op.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/batch_sparse_to_dense_op.cc.o
[ 40%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/bbox_transform_op.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/bisect_percentile_op.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/boolean_mask_ops.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/boolean_unmask_ops.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/box_with_nms_limit_op.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/byte_weight_dequant_op.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cast_op.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cbrt_op.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ceil_op.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/channel_backprop_stats_op.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/channel_shuffle_op.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/channel_stats_op.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/clip_op.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/collect_and_distribute_fpn_rpn_proposals_op.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/communicator_op.cc.o
[ 41%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/concat_split_op.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conditional_op.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_gradient_op.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_op.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_op_eigen.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_op_shared.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_transpose_gradient_op.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_transpose_op.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/conv_transpose_op_mobile.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cos_op.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cosh_op.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cosine_embedding_criterion_op.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/counter_ops.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/create_scope_op.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cross_entropy_op.cc.o
[ 42%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ctc_beam_search_decoder_op.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ctc_greedy_decoder_op.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/cube_op.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/dataset_ops.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/deform_conv_gradient_op.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/deform_conv_op.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/distance_op.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/do_op.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/dropout_op.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_add_gradient_op.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_add_op.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_div_gradient_op.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_div_op.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_linear_op.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_logical_ops.cc.o
[ 43%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_mul_gradient_op.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_mul_op.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_ops.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_ops_schema.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_ops_utils.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_sub_gradient_op.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_sub_op.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elementwise_sum_op.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/elu_op.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/enforce_finite_op.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ensure_clipped_op.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ensure_cpu_output_op.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/exp_op.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/expand_op.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/expand_squeeze_dims_op.cc.o
[ 44%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/extend_tensor_op.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/fc_inference.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/feature_maps_ops.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/feed_blob_op.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/filler_op.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/find_duplicate_elements_op.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/find_op.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/flatten_op.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/flexible_top_k.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/floor_op.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/free_op.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/fully_connected_op.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/fused_rowwise_8bit_conversion_ops.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/fused_rowwise_random_quantization_ops.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/gather_fused_8bit_rowwise_op.cc.o
[ 45%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/gather_op.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/gather_ranges_to_dense_op.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/generate_proposals_op.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/given_tensor_byte_string_to_uint8_fill_op.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/given_tensor_fill_op.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/glu_op.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/group_norm_op.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/gru_unit_op.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/h_softmax_op.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/half_float_ops.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/heatmap_max_keypoint_op.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/if_op.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/im2col_op.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/index_hash_ops.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/index_ops.cc.o
[ 46%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/instance_norm_gradient_op.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/instance_norm_op.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/integral_image_op.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/jsd_op.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/key_split_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/last_n_window_collector.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/layer_norm_op.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/leaky_relu_op.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_pad_op.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_reducer_fused_8bit_rowwise_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_reducer_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_reducer_rowwise_8bit_ops.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_tile_op.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lengths_top_k_op.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/listwise_l2r_op.cc.o
[ 47%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/load_save_op.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/local_response_normalization_op.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/locally_connected_op.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/locally_connected_op_util.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/log_op.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/logit_op.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/loss_op.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lp_pool_op.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lpnorm_op.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/lstm_unit_op.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/map_ops.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/margin_ranking_criterion_op.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/matmul_op.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/mean_op.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/merge_id_lists_op.cc.o
[ 48%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/minmax_gradient_ops.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/minmax_ops.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/mod_op.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/moments_op.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/multi_class_accuracy_op.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/negate_gradient_op.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/negative_op.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/ngram_ops.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/norm_planar_yuv_op.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/normalize_l1_op.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/normalize_op.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/numpy_tile_op.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/one_hot_ops.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/onnx_while_op.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/onnxifi_op.cc.o
[ 49%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/order_switch_ops.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pack_rnn_sequence_op.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pack_segments.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pad_op.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/partition_ops.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/percentile_op.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/perplexity_op.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/piecewise_linear_transform_op.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pool_gradient_op.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pool_op.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/pow_op.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/prelu_op.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/prepend_dim_op.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/quant_decode_op.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rank_loss_op.cc.o
[ 50%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reciprocal_gradient_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reciprocal_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reduce_ops.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reduction_front_back_ops.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reduction_ops.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/relu_n_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/relu_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/remove_data_blocks_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/replace_nan_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reservoir_sampling.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reshape_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/resize_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/reverse_packed_segs_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rmac_regions_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_align_gradient_op.cc.o
[ 51%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_align_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_align_rotated_gradient_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_align_rotated_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/roi_pool_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rowmul_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rsqrt_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/scale_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/segment_reduction_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/selu_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sequence_ops.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/shape_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sigmoid_gradient_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sigmoid_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sin_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sinh_op.cc.o
[ 52%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sinusoid_position_encoding_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/slice_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softmax_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softmax_shared.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softmax_with_loss_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softplus_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/softsign_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/space_batch_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sparse_normalize_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sparse_to_dense_mask_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sparse_to_dense_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/spatial_batch_norm_gradient_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/spatial_batch_norm_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/spatial_softmax_with_loss_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sqr_op.cc.o
[ 53%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/sqrt_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/square_root_divide_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stats_ops.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stop_gradient.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/string_ops.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stump_func_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/stylizer_ops.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/summarize_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/swish_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tan_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tanh_gradient_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tanh_op.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tensor_protos_db_input.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/text_file_reader.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/text_file_reader_utils.cc.o
[ 54%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/thresholded_relu_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tile_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/top_k.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/transpose_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/tt_linear_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/unique_ops.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/upsample_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/utility_ops.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/variable_length_sequence_padding.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/weighted_multi_sampling_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/weighted_sample_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/while_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/workspace_ops.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/zero_gradient_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rnn/recurrent_network_blob_fetcher_op.cc.o
[ 55%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rnn/recurrent_network_executor.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/operators/rnn/recurrent_network_op.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/backend_cutting.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/converter.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/device.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/fusion.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/mobile.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/onnxifi_transformer.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/optimize_ideep.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/optimizer.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/passes.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/opt/sink.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/embedding_lookup.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/fused_8bit_rowwise_embedding_lookup.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/math_cpu_base.cc.o
[ 56%] Building CXX object caffe2/CMakeFiles/caffe2.dir/perfkernels/typed_axpy.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/blobs_queue.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/blobs_queue_db.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/queue_ops.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/rebatching_queue.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/queue/rebatching_queue_ops.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/adadelta_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/adagrad_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/adam_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/clip_tensor_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/ftrl_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/gftrl_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/iter_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/lars_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/learning_rate_adaption_op.cc.o
[ 57%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/learning_rate_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/momentum_sgd_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/rmsprop_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/wngrad_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/sgd/yellowfin_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/share/contrib/depthwise/depthwise3x3_conv_op.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/transforms/common_subexpression_elimination.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/transforms/conv_to_nnpack_transform.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/transforms/pattern_net_transform.cc.o
[ 58%] Building CXX object caffe2/CMakeFiles/caffe2.dir/transforms/single_op_transform.cc.o
[ 58%] Linking CXX shared library ../lib/libcaffe2.so
[ 58%] Built target caffe2
Scanning dependencies of target caffe2_observers
Scanning dependencies of target caffe2_pybind11_state
[ 58%] Building CXX object modules/observers/CMakeFiles/caffe2_observers.dir/net_observer_reporter_print.cc.o
[ 58%] Building CXX object modules/observers/CMakeFiles/caffe2_observers.dir/perf_observer.cc.o
[ 58%] Building CXX object modules/observers/CMakeFiles/caffe2_observers.dir/observer_config.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state_dlpack.cc.o
[ 59%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/utils/caffe2_gpu_generated_math_gpu.cu.o
[ 59%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCReduceApplyUtils.cu.o
[ 59%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCBlas.cu.o
[ 59%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCSleep.cu.o
[ 59%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCStorage.cu.o
[ 59%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCStorageCopy.cu.o
[ 59%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensor.cu.o
[ 59%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensorCopy.cu.o
[ 59%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensorMath.cu.o
[ 59%] Linking CXX shared library ../../lib/libcaffe2_observers.so
[ 59%] Built target caffe2_observers
[ 59%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensorMathBlas.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensorMathMagma.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensorMathPairwise.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensorMathReduce.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensorMathScan.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensorIndex.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensorRandom.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensorScatterGather.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensorTopK.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensorSort.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCSortUtils.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCTensorMode.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorSortByte.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareTByte.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathPointwiseByte.cu.o
[ 60%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareByte.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathReduceByte.cu.o
/root/pytorch/caffe2/utils/math_gpu.cu(46): warning: function "caffe2::math::<unnamed>::AddFunctor<T>::operator() [with T=double]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(46): warning: function "caffe2::math::<unnamed>::AddFunctor<T>::operator() [with T=float]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(46): warning: function "caffe2::math::<unnamed>::AddFunctor<T>::operator() [with T=int64_t]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(46): warning: function "caffe2::math::<unnamed>::AddFunctor<T>::operator() [with T=int32_t]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(46): warning: function "caffe2::math::<unnamed>::AddFunctor<caffe2::float16>::operator()" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(47): warning: function "caffe2::math::<unnamed>::SubFunctor<T>::operator() [with T=double]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(47): warning: function "caffe2::math::<unnamed>::SubFunctor<T>::operator() [with T=float]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(47): warning: function "caffe2::math::<unnamed>::SubFunctor<T>::operator() [with T=int64_t]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(47): warning: function "caffe2::math::<unnamed>::SubFunctor<T>::operator() [with T=int32_t]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(47): warning: function "caffe2::math::<unnamed>::SubFunctor<caffe2::float16>::operator()" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(48): warning: function "caffe2::math::<unnamed>::MulFunctor<T>::operator() [with T=double]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(48): warning: function "caffe2::math::<unnamed>::MulFunctor<T>::operator() [with T=float]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(48): warning: function "caffe2::math::<unnamed>::MulFunctor<T>::operator() [with T=int64_t]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(48): warning: function "caffe2::math::<unnamed>::MulFunctor<T>::operator() [with T=int32_t]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(48): warning: function "caffe2::math::<unnamed>::MulFunctor<caffe2::float16>::operator()" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(49): warning: function "caffe2::math::<unnamed>::DivFunctor<T>::operator() [with T=double]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(49): warning: function "caffe2::math::<unnamed>::DivFunctor<T>::operator() [with T=float]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(49): warning: function "caffe2::math::<unnamed>::DivFunctor<T>::operator() [with T=int64_t]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(49): warning: function "caffe2::math::<unnamed>::DivFunctor<T>::operator() [with T=int32_t]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(49): warning: function "caffe2::math::<unnamed>::DivFunctor<caffe2::float16>::operator()" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(1824): warning: function "caffe2::math::<unnamed>::FloatTransform<T>::operator() [with T=caffe2::float16]" was declared but never referenced

/root/pytorch/caffe2/utils/math_gpu.cu(1857): warning: function "caffe2::math::<unnamed>::SqrTransform<T>::operator() [with T=float]" was declared but never referenced

[ 61%] Linking CXX shared module python/caffe2_pybind11_state.cpython-36m-x86_64-linux-gnu.so
[ 61%] Built target caffe2_pybind11_state
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMaskedByte.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorSortChar.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareTChar.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathPointwiseChar.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareChar.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathReduceChar.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMaskedChar.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorSortShort.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareTShort.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathPointwiseShort.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareShort.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathReduceShort.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMaskedShort.cu.o
[ 61%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorSortInt.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareTInt.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathPointwiseInt.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareInt.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathReduceInt.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMaskedInt.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorSortLong.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareTLong.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathPointwiseLong.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareLong.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathReduceLong.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMaskedLong.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorSortHalf.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareTHalf.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathPointwiseHalf.cu.o
[ 62%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareHalf.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathReduceHalf.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMaskedHalf.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorSortFloat.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareTFloat.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathPointwiseFloat.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareFloat.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathReduceFloat.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMaskedFloat.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorSortDouble.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareTDouble.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathPointwiseDouble.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathCompareDouble.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMathReduceDouble.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated/caffe2_gpu_generated_THCTensorMaskedDouble.cu.o
[ 63%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/caffe2_gpu_generated_THCHalf.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_AbsCriterion.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_Abs.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_BatchNormalization.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_BCECriterion.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_ClassNLLCriterion.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_Col2Im.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_DistKLDivCriterion.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_ELU.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_FeatureLPPooling.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_GatedLinearUnit.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_HardTanh.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_Im2Col.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_IndexLinear.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_L1Cost.cu.o
[ 64%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_LeakyReLU.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_LogSigmoid.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_LookupTableBag.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_LookupTable.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_MarginCriterion.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_MSECriterion.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_MultiLabelMarginCriterion.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_MultiMarginCriterion.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_PReLU.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_RReLU.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_Sigmoid.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SmoothL1Criterion.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SoftMarginCriterion.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SoftPlus.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SoftShrink.cu.o
[ 65%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SparseLinear.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialAdaptiveAveragePooling.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialAdaptiveMaxPooling.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialAveragePooling.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialClassNLLCriterion.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialConvolutionLocal.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialConvolutionMM.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialCrossMapLRN.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialDepthwiseConvolution.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialDilatedConvolution.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialDilatedMaxPooling.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialFractionalMaxPooling.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialFullConvolution.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialFullDilatedConvolution.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialMaxPooling.cu.o
[ 66%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialMaxUnpooling.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialReflectionPadding.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialReplicationPadding.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialUpSamplingNearest.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialUpSamplingBilinear.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_SpatialSubSampling.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_Sqrt.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_Square.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_Tanh.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_TemporalConvolution.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_TemporalMaxPooling.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_TemporalReflectionPadding.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_TemporalReplicationPadding.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_TemporalRowConvolution.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_TemporalUpSamplingLinear.cu.o
[ 67%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_TemporalUpSamplingNearest.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_Threshold.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricAdaptiveAveragePooling.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricAdaptiveMaxPooling.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricAveragePooling.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricConvolution.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricDilatedConvolution.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricDilatedMaxPooling.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricFractionalMaxPooling.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricFullConvolution.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricFullDilatedConvolution.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricMaxPooling.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricMaxUnpooling.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricReplicationPadding.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricUpSamplingNearest.cu.o
[ 68%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN/caffe2_gpu_generated_VolumetricUpSamplingTrilinear.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cuda/caffe2_gpu_generated_CUDAHalf.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cuda/detail/caffe2_gpu_generated_IndexUtils.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_Activation.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_BinaryOpsKernel.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_CUDAScalar.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_Distributions.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_Dropout.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_Embedding.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_EmbeddingBag.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_Gesv.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_GridSampler.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_LossCTC.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_RNN.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_RoiPooling.cu.o
[ 69%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_SoftMax.cu.o
[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_SparseMM.cu.o
[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_SpectralOps.cu.o
[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_SummaryOps.cu.o
[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_TensorCompare.cu.o
[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_TensorFactories.cu.o
[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_TensorTransformations.cu.o
/root/pytorch/aten/src/ATen/native/cuda/SpectralOps.cu(40): warning: __host__ annotation on a defaulted function("operator=") is ignored

/root/pytorch/aten/src/ATen/native/cuda/SpectralOps.cu(40): warning: __device__ annotation on a defaulted function("operator=") is ignored

[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/caffe2_gpu_generated_Unique.cu.o
[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/sparse/cuda/caffe2_gpu_generated_SparseCUDABlas.cu.o
[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/sparse/cuda/caffe2_gpu_generated_SparseCUDATensor.cu.o
[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/sparse/cuda/caffe2_gpu_generated_SparseCUDATensorMath.cu.o
[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/core/caffe2_gpu_generated_THCCachingAllocator.cu.o
/root/pytorch/aten/src/ATen/native/cuda/SpectralOps.cu(40): warning: __host__ annotation on a defaulted function("operator=") is ignored

/root/pytorch/aten/src/ATen/native/cuda/SpectralOps.cu(40): warning: __device__ annotation on a defaulted function("operator=") is ignored

[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/core/caffe2_gpu_generated_context_gpu.cu.o
[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/image/caffe2_gpu_generated_transform_gpu.cu.o
[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_abs_op.cu.o
[ 70%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_accumulate_op.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_accuracy_op.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_acos_op.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_affine_channel_op.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_arg_ops.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_asin_op.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_assert_op.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_atan_op.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_batch_gather_ops.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_batch_matmul_op.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_batch_moments_op.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_boolean_mask_ops.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_boolean_unmask_ops.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_cast_op.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_cbrt_op.cu.o
[ 71%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_ceil_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_channel_backprop_stats_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_channel_shuffle_op_gpu.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_channel_stats_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_clip_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_cos_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_cosh_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_cosine_embedding_criterion_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_cross_entropy_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_cube_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_deform_conv_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_distance_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_dropout_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_elementwise_div_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_elementwise_linear_op.cu.o
[ 72%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_elementwise_mul_op.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_elementwise_ops.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_elu_op.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_enforce_finite_op.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_ensure_cpu_output_op.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_filler_op.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_find_op.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_floor_op.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_gather_op.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_given_tensor_byte_string_to_uint8_fill_op.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_given_tensor_fill_op.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_glu_op.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_group_norm_op.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_gru_unit_op_gpu.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_half_float_ops.cu.o
[ 73%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_instance_norm_op.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_integral_image_op.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_layer_norm_op.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_leaky_relu_op.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_lengths_pad_op.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_local_response_normalization_op.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_logit_op.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_loss_op.cu.o
/root/pytorch/caffe2/operators/layer_norm_op.cu(13): warning: function "caffe2::<unnamed>::SqrTransform<T>::operator() [with T=float]" was declared but never referenced

[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_lp_pool_op.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_lstm_unit_op_gpu.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_margin_ranking_criterion_op.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_max_pool_with_index.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_mean_op.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_mem_query_op.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_moments_op.cu.o
[ 74%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_multi_class_accuracy_op.cu.o
/root/pytorch/caffe2/operators/layer_norm_op.cu: In function 'void caffe2::_GLOBAL__N__48_tmpxft_00005bc7_00000000_6_layer_norm_op_cpp1_ii_488f522d::allocScratchAndReduce(InputIterator_t, float*, int, int*, caffe2::Tensor*, cudaStream_t) [with InputIterator_t = const float*; cudaStream_t = CUstream_st*]':
/root/pytorch/caffe2/operators/layer_norm_op.cu:50:8: warning: 'temp_storage_bytes' may be used uninitialized in this function [-Wmaybe-uninitialized]
   size_t temp_storage_bytes;
        ^
/root/pytorch/caffe2/operators/layer_norm_op.cu: In function 'void caffe2::_GLOBAL__N__48_tmpxft_00005bc7_00000000_6_layer_norm_op_cpp1_ii_488f522d::allocScratchAndReduce(InputIterator_t, float*, int, int*, caffe2::Tensor*, cudaStream_t) [with InputIterator_t = cub::TransformInputIterator<float, caffe2::_GLOBAL__N__48_tmpxft_00005bc7_00000000_6_layer_norm_op_cpp1_ii_488f522d::SqrTransform<float>, const float*>; cudaStream_t = CUstream_st*]':
/root/pytorch/caffe2/operators/layer_norm_op.cu:50:8: warning: 'temp_storage_bytes' may be used uninitialized in this function [-Wmaybe-uninitialized]
[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_normalize_ops.cu.o
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-stringop-overflow'
[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_one_hot_ops.cu.o
/root/pytorch/caffe2/operators/lp_pool_op.cu(24): warning: function "caffe2::<unnamed>::cuda_pow(T, T) [with T=double]" was declared but never referenced

/root/pytorch/caffe2/operators/lp_pool_op.cu(33): warning: function "caffe2::<unnamed>::cuda_abs(T) [with T=double]" was declared but never referenced

[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_order_switch_ops.cu.o
[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_pack_segments.cu.o
/root/pytorch/caffe2/operators/mem_query_op.cu(9): warning: function "caffe2::<unnamed>::GetGPUMemoryUsageOp::GetGPUMemoryUsageOp(const caffe2::OperatorDef &, caffe2::Workspace *)" was declared but never referenced

[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_pad_op_gpu.cu.o
[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_perplexity_op.cu.o
[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_piecewise_linear_transform_op.cu.o
[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_pool_op.cu.o
[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_pow_op.cu.o
[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_prelu_op.cu.o
[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_reciprocal_op.cu.o
[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_reduce_ops.cu.o
[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_reduction_front_back_ops.cu.o
[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_reduction_ops.cu.o
[ 75%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_relu_n_op.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_relu_op.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_replace_nan_op.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_resize_op.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_reverse_packed_segs_op.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_rmac_regions_op.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_roi_align_gradient_op.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_roi_align_op.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_roi_align_rotated_gradient_op.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_roi_align_rotated_op.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_roi_pool_op.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_rsqrt_op.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_segment_reduction_op_gpu.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_selu_op.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_sequence_ops.cu.o
[ 76%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_sigmoid_op.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_sin_op.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_sinh_op.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_slice_op.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_softmax_ops.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_softplus_op.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_softsign_op.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_space_batch_op_gpu.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_sparse_normalize_op_gpu.cu.o
/root/pytorch/caffe2/operators/softsign_op.cu(26): warning: function "caffe2::<unnamed>::typed_abs(T) [with T=double]" was declared but never referenced

[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_sparse_to_dense_op.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_stump_func_op.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_summarize_op.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_swish_op.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_tan_op.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_tanh_op.cu.o
[ 77%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_thresholded_relu_op.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_tile_op.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_top_k.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_transpose_op.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_unique_ops.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_utility_ops.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/caffe2_gpu_generated_weighted_sample_op.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/operators/rnn/caffe2_gpu_generated_recurrent_network_op_gpu.cu.o
/root/pytorch/caffe2/operators/summarize_op.cu(37): warning: function "caffe2::<unnamed>::summary_stats_unary_op<T>::operator() [with T=float]" was declared but never referenced

/root/pytorch/caffe2/operators/summarize_op.cu(57): warning: function "caffe2::<unnamed>::summary_stats_binary_op<T>::operator() [with T=float]" was declared but never referenced

[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/sgd/caffe2_gpu_generated_adadelta_op_gpu.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/sgd/caffe2_gpu_generated_adagrad_op_gpu.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/sgd/caffe2_gpu_generated_adam_op_gpu.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/sgd/caffe2_gpu_generated_fp16_momentum_sgd_op.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/sgd/caffe2_gpu_generated_fp32_momentum_sgd_op.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/sgd/caffe2_gpu_generated_lars_op_gpu.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/sgd/caffe2_gpu_generated_momentum_sgd_op_gpu.cu.o
[ 78%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/sgd/caffe2_gpu_generated_rmsprop_op_gpu.cu.o
[ 79%] Building NVCC (Device) object caffe2/CMakeFiles/caffe2_gpu.dir/sgd/caffe2_gpu_generated_yellowfin_op_gpu.cu.o
Scanning dependencies of target caffe2_gpu
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cudnn/AffineGridGenerator.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cudnn/BatchNorm.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cudnn/Conv.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cudnn/GridSampler.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cudnn/RNN.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cudnn/LossCTC.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/miopen/BatchNorm_miopen.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/miopen/Conv_miopen.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cuda/CUDAContext.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cuda/CUDAEvent.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cuda/CUDAGenerator.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cuda/CUDAStream.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cuda/PinnedMemoryAllocator.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cuda/detail/CUDAHooks.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/CUDAReduceOps.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda/CUDAUnaryOps.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/CUDAByteType.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/CUDACharType.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/CUDACopy.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/CUDADoubleType.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/CUDAFloatType.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/CUDAHalfType.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/CUDAIntType.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/CUDALongType.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/CUDAShortType.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/RegisterCUDA.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/SparseCUDAByteType.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/SparseCUDACharType.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/SparseCUDADoubleType.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/SparseCUDAFloatType.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/SparseCUDAIntType.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/SparseCUDALongType.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/SparseCUDAShortType.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/THCCachingAllocator.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/THCCachingHostAllocator.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/THCGeneral.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/THCStorageCopy.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/THCStream.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/THCTensor.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/THCTensorCopy.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/THCTensorRandom.cpp.o
[ 81%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cudnn/Descriptors.cpp.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cudnn/Handle.cpp.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cudnn/Types.cpp.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/contrib/aten/aten_op_cuda.cc.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/contrib/gloo/allreduce_ops_gpu.cc.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/contrib/gloo/broadcast_ops_gpu.cc.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/contrib/gloo/common_world_ops_gpu.cc.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/contrib/nccl/cuda_nccl_gpu.cc.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/contrib/nccl/cuda_nccl_op_gpu.cc.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/core/common_cudnn.cc.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/core/blob_serialization_gpu.cc.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/core/common_gpu.cc.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/core/event_gpu.cc.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/core/net_async_dag_gpu.cc.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/core/net_async_gpu_thread_pool_gpu.cc.o
[ 82%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/db/create_db_op_gpu.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/distributed/file_store_handler_op_gpu.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/image/image_input_op_gpu.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/conv_op_cache_cudnn.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/conv_op_cudnn.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/conv_transpose_op_cudnn.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/dropout_op_cudnn.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/elu_op_cudnn.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/local_response_normalization_op_cudnn.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/relu_op_cudnn.cc.o
/root/pytorch/caffe2/operators/conv_op_cudnn.cc: In instantiation of 'bool caffe2::CudnnConvOp::DoRunWithType() [with T_X = float; T_W = float; T_B = float; T_Y = float]':
/root/pytorch/caffe2/operators/conv_op_cudnn.cc:839:16:   required from here
/root/pytorch/caffe2/operators/conv_op_cudnn.cc:527:7: warning: variable 'group_offset_X' set but not used [-Wunused-but-set-variable]
   int group_offset_X = 0, group_offset_Y = 0;
       ^
/root/pytorch/caffe2/operators/conv_op_cudnn.cc:527:27: warning: variable 'group_offset_Y' set but not used [-Wunused-but-set-variable]
   int group_offset_X = 0, group_offset_Y = 0;
                           ^
/root/pytorch/caffe2/operators/conv_op_cudnn.cc: In instantiation of 'bool caffe2::CudnnConvOp::DoRunWithType() [with T_X = caffe2::__f16; T_W = caffe2::__f16; T_B = caffe2::__f16; T_Y = caffe2::__f16]':
/root/pytorch/caffe2/operators/conv_op_cudnn.cc:845:18:   required from here
/root/pytorch/caffe2/operators/conv_op_cudnn.cc:527:7: warning: variable 'group_offset_X' set but not used [-Wunused-but-set-variable]
   int group_offset_X = 0, group_offset_Y = 0;
       ^
/root/pytorch/caffe2/operators/conv_op_cudnn.cc:527:27: warning: variable 'group_offset_Y' set but not used [-Wunused-but-set-variable]
   int group_offset_X = 0, group_offset_Y = 0;
                           ^
/root/pytorch/caffe2/operators/conv_op_cudnn.cc: In instantiation of 'bool caffe2::CudnnConvGradientOp::DoRunWithType() [with T_X = float; T_DY = float; T_W = float; T_B = float; T_DX = float; T_DW = float; T_DB = float]':
/root/pytorch/caffe2/operators/conv_op_cudnn.cc:1357:16:   required from here
/root/pytorch/caffe2/operators/conv_op_cudnn.cc:873:7: warning: variable 'group_offset_X' set but not used [-Wunused-but-set-variable]
   int group_offset_X = 0, group_offset_Y = 0;
       ^
/root/pytorch/caffe2/operators/conv_op_cudnn.cc:873:27: warning: variable 'group_offset_Y' set but not used [-Wunused-but-set-variable]
   int group_offset_X = 0, group_offset_Y = 0;
                           ^
/root/pytorch/caffe2/operators/conv_op_cudnn.cc: In instantiation of 'bool caffe2::CudnnConvGradientOp::DoRunWithType() [with T_X = caffe2::__f16; T_DY = caffe2::__f16; T_W = caffe2::__f16; T_B = caffe2::__f16; T_DX = caffe2::__f16; T_DW = caffe2::__f16; T_DB = caffe2::__f16]':
/root/pytorch/caffe2/operators/conv_op_cudnn.cc:1366:18:   required from here
/root/pytorch/caffe2/operators/conv_op_cudnn.cc:873:7: warning: variable 'group_offset_X' set but not used [-Wunused-but-set-variable]
   int group_offset_X = 0, group_offset_Y = 0;
       ^
/root/pytorch/caffe2/operators/conv_op_cudnn.cc:873:27: warning: variable 'group_offset_Y' set but not used [-Wunused-but-set-variable]
   int group_offset_X = 0, group_offset_Y = 0;
                           ^
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/sigmoid_op_cudnn.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/softmax_op_cudnn.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/spatial_batch_norm_op_cudnn.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/tanh_op_cudnn.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/transpose_op_cudnn.cc.o
[ 83%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/communicator_op_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/concat_split_op_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/conv_op_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/conv_op_shared_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/conv_transpose_op_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/counter_ops_gpu.cc.o
cc1plus: warning: unrecognized command line option '-Wno-stringop-overflow'
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/do_op_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/elementwise_add_op_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/elementwise_sub_op_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/exp_op_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/expand_op_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/expand_squeeze_dims_op_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/free_op_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/fully_connected_op_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/if_op_gpu.cc.o
[ 84%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/im2col_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/lengths_tile_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/load_save_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/locally_connected_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/log_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/matmul_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/negate_gradient_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/negative_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/prepend_dim_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/reshape_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/scale_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/shape_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/sqr_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/sqrt_op_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/stop_gradient_gpu.cc.o
[ 85%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/tensor_protos_db_input_gpu.cc.o
[ 86%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/while_op_gpu.cc.o
[ 86%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/zero_gradient_op_gpu.cc.o
[ 86%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/rnn/recurrent_op_cudnn.cc.o
[ 86%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/rnn/recurrent_network_blob_fetcher_op_gpu.cc.o
[ 86%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/operators/rnn/recurrent_network_executor_gpu.cc.o
[ 86%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/queue/queue_ops_gpu.cc.o
[ 86%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/sgd/iter_op_gpu.cc.o
[ 86%] Building CXX object caffe2/CMakeFiles/caffe2_gpu.dir/sgd/learning_rate_op_gpu.cc.o
[ 86%] Linking CXX shared library ../lib/libcaffe2_gpu.so
[ 86%] Built target caffe2_gpu
Scanning dependencies of target apply_test
Scanning dependencies of target undefined_tensor_test
Scanning dependencies of target cuda_rng_test
Scanning dependencies of target stream_test
Scanning dependencies of target half_test
Scanning dependencies of target weakref_test
Scanning dependencies of target cudnn_test
Scanning dependencies of target scalar_test
Scanning dependencies of target dlconvertor_test
[ 86%] Building NVCC (Device) object caffe2/CMakeFiles/integer_divider_test.dir/__/aten/src/ATen/test/integer_divider_test_generated_integer_divider_test.cu.o
Scanning dependencies of target tbb_init_test
[ 86%] Building CXX object caffe2/CMakeFiles/apply_test.dir/__/aten/src/ATen/test/apply_test.cpp.o
[ 86%] Building CXX object caffe2/CMakeFiles/stream_test.dir/__/aten/src/ATen/test/stream_test.cpp.o
[ 86%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o
[ 86%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o
Scanning dependencies of target caffe2_pybind11_state_gpu
[ 86%] Building CXX object caffe2/CMakeFiles/cuda_rng_test.dir/__/aten/src/ATen/test/cuda_rng_test.cpp.o
[ 86%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o
[ 86%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o
[ 86%] Building CXX object caffe2/CMakeFiles/tbb_init_test.dir/__/aten/src/ATen/test/tbb_init_test.cpp.o
[ 87%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o
[ 87%] Building CXX object caffe2/CMakeFiles/cudnn_test.dir/__/aten/src/ATen/test/cudnn_test.cpp.o
[ 87%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state_gpu.dir/python/pybind_state.cc.o
[ 87%] Linking CXX executable ../bin/tbb_init_test
[ 87%] Built target tbb_init_test
Scanning dependencies of target wrapdim_test
[ 87%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o
[ 87%] Linking CXX executable ../bin/dlconvertor_test
[ 88%] Linking CXX executable ../bin/cuda_rng_test
[ 88%] Linking CXX executable ../bin/cudnn_test
[ 88%] Linking CXX executable ../bin/stream_test
[ 88%] Linking CXX executable ../bin/apply_test
[ 88%] Linking CXX executable ../bin/weakref_test
[ 88%] Linking CXX executable ../bin/undefined_tensor_test
[ 88%] Built target dlconvertor_test
Scanning dependencies of target verify_api_visibility
[ 88%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o
[ 88%] Built target cuda_rng_test
Scanning dependencies of target apply_utils_test
[ 88%] Linking CXX executable ../bin/half_test
[ 88%] Built target cudnn_test
[ 88%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o
Scanning dependencies of target atest
[ 88%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o
[ 88%] Built target apply_test
Scanning dependencies of target test_parallel
[ 88%] Built target stream_test
[ 88%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o
Scanning dependencies of target basic
[ 88%] Built target weakref_test
[ 89%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o
Scanning dependencies of target broadcast_test
[ 89%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o
[ 89%] Built target undefined_tensor_test
Scanning dependencies of target native_test
[ 89%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o
[ 89%] Linking CXX executable ../bin/scalar_test
[ 89%] Built target half_test
Scanning dependencies of target scalar_tensor_test
[ 89%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o
[ 89%] Linking CXX executable ../bin/verify_api_visibility
[ 89%] Built target scalar_test
[ 89%] Generating ../../../torch/csrc/nn/THNN.cpp, ../../../torch/csrc/nn/THCUNN.cpp, ../../../torch/csrc/autograd/generated/VariableType.h, ../../../torch/csrc/autograd/generated/VariableType.cpp, ../../../torch/csrc/autograd/generated/Functions.h, ../../../torch/csrc/autograd/generated/Functions.cpp, ../../../torch/csrc/autograd/generated/python_functions.h, ../../../torch/csrc/autograd/generated/python_functions.cpp, ../../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../../torch/csrc/autograd/generated/python_variable_methods_dispatch.h, ../../../torch/csrc/autograd/generated/python_torch_functions.cpp, ../../../torch/csrc/autograd/generated/python_torch_functions_dispatch.h, ../../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../../torch/csrc/autograd/generated/python_nn_functions.h, ../../../torch/csrc/autograd/generated/python_nn_functions_dispatch.h, ../../../torch/csrc/autograd/generated/variable_factories.h, ../../../torch/csrc/jit/generated/register_aten_ops.cpp, ../../../torch/csrc/jit/generated/aten_interned_strings.h
[ 89%] Built target verify_api_visibility
[ 89%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state_gpu.dir/python/pybind_state_dlpack.cc.o
[ 90%] Linking CXX executable ../bin/wrapdim_test
[ 90%] Built target wrapdim_test
[ 90%] Building NVCC (Device) object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/caffe2_detectron_ops_gpu_generated_upsample_nearest_op.cu.o
Writing torch/csrc/nn/THNN.cpp
[ 90%] Building NVCC (Device) object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/caffe2_detectron_ops_gpu_generated_batch_permutation_op.cu.o
Writing torch/csrc/nn/THCUNN.cpp
Scanning dependencies of target integer_divider_test
[ 90%] Linking CXX executable ../bin/integer_divider_test
[ 90%] Built target integer_divider_test
[ 90%] Building NVCC (Device) object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/caffe2_detectron_ops_gpu_generated_group_spatial_softmax_op.cu.o
[ 90%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state_gpu.dir/python/pybind_state_gpu.cc.o
[ 90%] Linking CXX executable ../bin/test_parallel
[ 90%] Building NVCC (Device) object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/caffe2_detectron_ops_gpu_generated_ps_roi_pool_op.cu.o
Writing torch/csrc/autograd/generated/VariableType.h
Writing torch/csrc/autograd/generated/VariableType.cpp
Writing torch/csrc/autograd/generated/Functions.h
Writing torch/csrc/autograd/generated/Functions.cpp
Writing torch/csrc/autograd/generated/python_functions.h
Writing torch/csrc/autograd/generated/python_functions.cpp
Writing torch/csrc/autograd/generated/python_variable_methods.cpp
Writing torch/csrc/autograd/generated/python_variable_methods_dispatch.h
[ 90%] Built target test_parallel
[ 90%] Building NVCC (Device) object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/caffe2_detectron_ops_gpu_generated_roi_pool_f_op.cu.o
[ 90%] Building NVCC (Device) object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/caffe2_detectron_ops_gpu_generated_sample_as_op.cu.o
Writing torch/csrc/autograd/generated/python_torch_functions.cpp
Writing torch/csrc/autograd/generated/python_torch_functions_dispatch.h
Writing torch/csrc/autograd/generated/python_nn_functions.cpp
Writing torch/csrc/autograd/generated/python_nn_functions.h
Writing torch/csrc/autograd/generated/python_nn_functions_dispatch.h
Writing torch/csrc/autograd/generated/variable_factories.h
[ 90%] Linking CXX executable ../bin/atest
[ 90%] Linking CXX executable ../bin/apply_utils_test
[ 90%] Linking CXX executable ../bin/broadcast_test
[ 90%] Built target atest
[ 91%] Building NVCC (Device) object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/caffe2_detectron_ops_gpu_generated_select_smooth_l1_loss_op.cu.o
[ 91%] Built target apply_utils_test
[ 91%] Building NVCC (Device) object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/caffe2_detectron_ops_gpu_generated_sigmoid_cross_entropy_loss_op.cu.o
[ 91%] Built target broadcast_test
[ 91%] Building NVCC (Device) object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/caffe2_detectron_ops_gpu_generated_sigmoid_focal_loss_op.cu.o
[ 91%] Linking CXX executable ../bin/scalar_tensor_test
[ 92%] Linking CXX executable ../bin/native_test
[ 92%] Built target scalar_tensor_test
[ 92%] Building NVCC (Device) object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/caffe2_detectron_ops_gpu_generated_smooth_l1_loss_op.cu.o
[ 92%] Linking CXX executable ../bin/basic
[ 92%] Built target native_test
[ 92%] Building NVCC (Device) object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/caffe2_detectron_ops_gpu_generated_softmax_focal_loss_op.cu.o
[ 92%] Building NVCC (Device) object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/caffe2_detectron_ops_gpu_generated_spatial_narrow_as_op.cu.o
[ 92%] Built target basic
[ 92%] Linking CXX shared module python/caffe2_pybind11_state_gpu.cpython-36m-x86_64-linux-gnu.so
[ 92%] Built target caffe2_pybind11_state_gpu
Writing torch/csrc/jit/generated/register_aten_ops.cpp
Writing torch/csrc/jit/generated/aten_interned_strings.h
Scanning dependencies of target torch
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/anomaly_mode.cpp.o
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/engine.cpp.o
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/function.cpp.o
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/functions/accumulate_grad.cpp.o
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/functions/basic_ops.cpp.o
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/functions/comm.cpp.o
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/functions/tensor.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/functions/utils.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/generated/Functions.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/generated/VariableType.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/grad_mode.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/input_buffer.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/profiler.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/saved_variable.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/variable.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/cuda/comm.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/autodiff.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/export.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/fusion_compiler.cpp.o
Scanning dependencies of target caffe2_detectron_ops_gpu
[ 93%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/batch_permutation_op.cc.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/generated/register_aten_ops.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/graph_executor.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/import.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/interned_strings.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/interpreter.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/constants.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/ir.cpp.o
[ 94%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/group_spatial_softmax_op.cc.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/ivalue.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/operator.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/batch_mm.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/canonicalize.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/constant_propagation.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/common_subexpression_elimination.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/create_autodiff_subgraphs.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/dead_code_elimination.cpp.o
[ 94%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/ps_roi_pool_op.cc.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/decompose_addmm.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/erase_number_types.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/graph_fuser.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/inplace_check.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/loop_unrolling.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/lower_grad_of.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/lower_tuples.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/peephole.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/remove_expands.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/shape_analysis.cpp.o
[ 95%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/roi_pool_f_op.cc.o
[ 95%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/sample_as_op.cc.o
[ 95%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/select_smooth_l1_loss_op.cc.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/specialize_undef.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/register_prim_ops.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/register_symbols.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/script/compiler.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/script/lexer.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/script/module.cpp.o
[ 95%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/sigmoid_cross_entropy_loss_op.cc.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/test_jit.cpp.o
[ 95%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/sigmoid_focal_loss_op.cc.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/tracer.cpp.o
[ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/smooth_l1_loss_op.cc.o
[ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/softmax_focal_loss_op.cc.o
[ 96%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/type.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/torch.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/utils/tensor_flatten.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/utils/variadic.cpp.o
[ 97%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/spatial_narrow_as_op.cc.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/utils.cpp.o
[ 97%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops_gpu.dir/upsample_nearest_op.cc.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/cuda.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/cursor.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/init.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/module.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/batchnorm.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/conv.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/dropout.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/embedding.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/functional.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/linear.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/rnn.cpp.o
[ 97%] Linking CXX shared library ../../lib/libcaffe2_detectron_ops_gpu.so
[ 98%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim/optimizer.cpp.o
[ 98%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim/adam.cpp.o
[ 98%] Built target caffe2_detectron_ops_gpu
[ 98%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim/adagrad.cpp.o
[ 98%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim/lbfgs.cpp.o
[ 98%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim/rmsprop.cpp.o
[ 98%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim/sgd.cpp.o
[ 98%] Linking CXX shared library ../../lib/libtorch.so
[ 98%] Built target torch
Scanning dependencies of target test_jit
Scanning dependencies of target test_api
[ 98%] Building CXX object caffe2/torch/CMakeFiles/test_jit.dir/csrc/jit/test_jit.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/integration.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/any.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/main.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/cursor.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/misc.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/module.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/modules.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/optim.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/sequential.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/parallel.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/rnn.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/serialization.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/static.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/tensor_cuda.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/tensor.cpp.o
[ 99%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/tensor_options.cpp.o
[100%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/tensor_options_cuda.cpp.o
[100%] Linking CXX executable ../../bin/test_api
[100%] Built target test_api
[100%] Linking CXX executable ../../bin/test_jit
[100%] Built target test_jit
Install the project...
-- Install configuration: "Release"
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/Caffe2ConfigVersion.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/Caffe2Config.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/public/cuda.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/public/glog.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/public/gflags.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/public/protobuf.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/public/threads.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/public/utils.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/FindCUDA.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindCUDA
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindPackageMessage.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindCUDA.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/README.md
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/README.md
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/Caffe2Targets.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/Caffe2Targets-release.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libprotobuf-lite.a
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libprotobuf.a
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libprotoc.a
-- Installing: /root/pytorch/torch/lib/tmp_install/bin/protoc
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/pkgconfig/protobuf.pc
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/pkgconfig/protobuf-lite.pc
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/any.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/any.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/api.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/arena.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/arena_impl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/arenastring.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/code_generator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/command_line_interface.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/cpp/cpp_generator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/csharp/csharp_generator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/csharp/csharp_names.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/importer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/java/java_generator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/java/java_names.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/javanano/javanano_generator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/js/js_generator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/js/well_known_types_embed.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/objectivec/objectivec_generator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/objectivec/objectivec_helpers.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/parser.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/php/php_generator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/plugin.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/plugin.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/python/python_generator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/ruby/ruby_generator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/descriptor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/descriptor.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/descriptor_database.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/duration.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/dynamic_message.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/empty.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/extension_set.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/field_mask.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/generated_enum_reflection.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/generated_enum_util.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/generated_message_reflection.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/generated_message_table_driven.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/generated_message_util.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/has_bits.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/io/coded_stream.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/io/gzip_stream.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/io/printer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/io/strtod.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/io/tokenizer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/io/zero_copy_stream.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/io/zero_copy_stream_impl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/io/zero_copy_stream_impl_lite.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/map.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/map_entry.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/map_entry_lite.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/map_field.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/map_field_inl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/map_field_lite.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/map_type_handler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/message.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/message_lite.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/metadata.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/metadata_lite.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/reflection.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/reflection_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/repeated_field.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/service.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/source_context.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/struct.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomic_sequence_num.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_arm64_gcc.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_arm_gcc.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_arm_qnx.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_generic_gcc.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_mips_gcc.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_power.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_ppc_gcc.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_solaris.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_tsan.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_x86_gcc.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_x86_msvc.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/bytestream.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/callback.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/casts.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/common.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/fastmem.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/hash.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/logging.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/macros.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/mutex.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/once.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/platform_macros.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/port.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/scoped_ptr.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/shared_ptr.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/singleton.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/status.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/stl_util.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/stringpiece.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/template_util.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/type_traits.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/text_format.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/timestamp.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/type.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/unknown_field_set.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/util/delimited_message_util.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/util/field_comparator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/util/field_mask_util.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/util/json_util.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/util/message_differencer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/util/time_util.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/util/type_resolver.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/util/type_resolver_util.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/wire_format.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/wire_format_lite.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/wire_format_lite_inl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/wrappers.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/descriptor.proto
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/any.proto
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/api.proto
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/duration.proto
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/empty.proto
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/field_mask.proto
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/source_context.proto
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/struct.proto
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/timestamp.proto
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/type.proto
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/wrappers.proto
-- Installing: /root/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/plugin.proto
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/protobuf-targets.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/protobuf-targets-release.cmake
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/cmake/protobuf
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/protobuf-module.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/protobuf-config-version.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/protobuf-config.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/protobuf-options.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libcpuinfo.a
-- Installing: /root/pytorch/torch/lib/tmp_install/include/cpuinfo.h
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libclog.a
-- Installing: /root/pytorch/torch/lib/tmp_install/include/clog.h
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libonnx.a
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libonnx_proto.a
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/examples
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/examples/resources
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/optimize.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/eliminate_identity.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/lift_lexical_references.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/fuse_transpose_into_gemm.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/split.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/fuse_add_bias_into_conv.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/eliminate_nop_transpose.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/optimize_pass.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/fuse_consecutive_transposes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/eliminate_unused_initializer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/nop.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/extract_constant_to_initializer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/fuse_bn_into_conv.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/fuse_consecutive_squeezes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/onnx-operators_pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/string_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/frontend
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/test
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/test/cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/test/__pycache__
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/onnx_pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/common
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/common/array_ref.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/common/stl_backports.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/common/ir_pb_converter.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/common/status.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/common/interned_strings.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/common/ir.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/common/tensor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/common/constants.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/common/assertions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/common/graph_node_list.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/common/model_helpers.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/tools
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/onnx_cpp2py_export
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/report
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/loader
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple/test_single_relu_model
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple/test_single_relu_model/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple/test_expand_shape_model3
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple/test_expand_shape_model3/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple/test_expand_shape_model1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple/test_expand_shape_model1/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple/test_expand_shape_model2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple/test_expand_shape_model2/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple/test_expand_shape_model4
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple/test_expand_shape_model4/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm1d_3d_input_eval
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm1d_3d_input_eval/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Linear
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Linear/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_log_softmax_dim3
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_log_softmax_dim3/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool3d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool3d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_LogSoftmax
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_LogSoftmax/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_LeakyReLU
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_LeakyReLU/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool3d_stride
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool3d_stride/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ConvTranspose2d_no_bias
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ConvTranspose2d_no_bias/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad1size1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad1size1/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_dilated_strided
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_dilated_strided/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise_strided
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise_strided/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_groups_thnn
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_groups_thnn/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_3d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_3d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ReLU
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ReLU/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool1d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool1d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_1d_multiparam
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_1d_multiparam/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool2d_stride
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool2d_stride/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_groups
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_groups/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise_padded
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise_padded/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_2d_multiparam
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_2d_multiparam/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Sigmoid
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Sigmoid/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softsign
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softsign/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_softmax_lastdim
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_softmax_lastdim/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_dilated
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_dilated/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_3d_multiparam
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_3d_multiparam/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool3d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool3d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool3d_stride
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool3d_stride/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_GLU
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_GLU/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_stride_padding
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_stride_padding/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ZeroPad2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ZeroPad2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_GLU_dim
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_GLU_dim/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_dilated
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_dilated/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softplus
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softplus/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PixelShuffle
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PixelShuffle/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ConvTranspose2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ConvTranspose2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ReplicationPad2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ReplicationPad2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_no_bias
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_no_bias/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool1d_stride
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool1d_stride/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm2d_eval
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm2d_eval/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_SELU
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_SELU/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_log_softmax_lastdim
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_log_softmax_lastdim/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_padding
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_padding/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool3d_stride1_pad0_gpu_input
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool3d_stride1_pad0_gpu_input/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_1d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_1d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_stride
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_stride/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool1d_stride
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool1d_stride/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_LeakyReLU_with_negval
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_LeakyReLU_with_negval/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ConstantPad2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ConstantPad2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_dilated
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_dilated/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad2size1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad2size1/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Tanh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Tanh/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_groups
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_groups/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Linear_no_bias
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Linear_no_bias/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool1d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool1d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Embedding_sparse
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Embedding_sparse/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softmax
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softmax/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm3d_momentum_eval
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm3d_momentum_eval/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad1/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_groups
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_groups/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Embedding
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Embedding/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ELU
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ELU/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise_with_multiplier
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise_with_multiplier/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm2d_momentum_eval
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm2d_momentum_eval/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ReflectionPad2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ReflectionPad2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool3d_stride_padding
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool3d_stride_padding/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_stride
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_stride/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_no_bias
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_no_bias/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softmin
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softmin/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad2/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_strided
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_strided/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_softmax_functional_dim3
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_softmax_functional_dim3/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm3d_eval
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm3d_eval/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PoissonNLLLLoss_no_reduce
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PoissonNLLLLoss_no_reduce/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_equal_parts_2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_equal_parts_2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_do_not_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_do_not_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_example_1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_example_1/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_less
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_less/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_do_not_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_do_not_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_equal_parts_default_axis
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_equal_parts_default_axis/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_variable_parts_1d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_variable_parts_1d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_default_min
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_default_min/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_add
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_add/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_variable_parts_2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_variable_parts_2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_precomputed_strides
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_precomputed_strides/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_equal
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_equal/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_DOUBLE_to_FLOAT
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_DOUBLE_to_FLOAT/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tanh_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tanh_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and3d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and3d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT_to_FLOAT16
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT_to_FLOAT16/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mean_two_inputs
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mean_two_inputs/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_prelu_broadcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_prelu_broadcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sqrt_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sqrt_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tanh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tanh/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_large_number
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_large_number/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast3v2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast3v2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_1/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_default_axes_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_default_axes_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_basic_conv_without_padding
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_basic_conv_without_padding/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_conv_with_strides_padding
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_conv_with_strides_padding/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_default_axes_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_default_axes_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_default_axes_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_default_axes_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalmaxpool
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalmaxpool/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis1/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_3d_axis_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_3d_axis_0/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast3v2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast3v2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_do_not_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_do_not_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_do_not_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_do_not_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_selu_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_selu_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_same_lower
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_same_lower/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_do_not_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_do_not_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT16_to_DOUBLE
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT16_to_DOUBLE/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_default_axes_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_default_axes_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_do_not_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_do_not_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gather_1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gather_1/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softsign
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softsign/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_leakyrelu_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_leakyrelu_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_abs
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_abs/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_rnn_seq_length
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_rnn_seq_length/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_pads
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_pads/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalmaxpool_precomputed
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalmaxpool_precomputed/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_less_bcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_less_bcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_reduced_dims
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_reduced_dims/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_default_axes_keepdim_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_default_axes_keepdim_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_default_axes_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_default_axes_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_constant_pad
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_constant_pad/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_floor_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_floor_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reflect_pad
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reflect_pad/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gemm_broadcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gemm_broadcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_default_axes_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_default_axes_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_axis_1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_axis_1/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow_bcast_array
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow_bcast_array/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_precomputed_same_upper
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_precomputed_same_upper/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_default_axes_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_default_axes_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardsigmoid
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardsigmoid/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_floor
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_floor/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis0/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_basic_conv_with_padding
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_basic_conv_with_padding/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_do_not_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_do_not_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_default_axes_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_default_axes_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_atan
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_atan/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast4v2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast4v2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_axis_1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_axis_1/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_thresholdedrelu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_thresholdedrelu/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast3v1d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast3v1d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_max_two_inputs
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_max_two_inputs/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sum_two_inputs
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sum_two_inputs/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_depthtospace
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_depthtospace/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_conv_with_strides_no_padding
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_conv_with_strides_no_padding/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_reordered_dims
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_reordered_dims/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_default_axes_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_default_axes_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sub_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sub_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast3v1d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast3v1d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalaveragepool
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalaveragepool/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_default_axes
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_default_axes/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT16_to_FLOAT
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT16_to_FLOAT/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_simple_rnn_with_initial_bias
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_simple_rnn_with_initial_bias/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_default_axes_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_default_axes_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_asc_axes
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_asc_axes/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_neg
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_neg/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_asin
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_asin/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_axis_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_axis_0/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sigmoid_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sigmoid_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_log
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_log/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_negative_dim
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_negative_dim/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_neg
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_neg/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_ceil_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_ceil_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_variable_parts_default_axis
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_variable_parts_default_axis/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gru_with_initial_bias
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gru_with_initial_bias/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_simple_rnn_defaults
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_simple_rnn_defaults/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_not_4d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_not_4d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_exp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_exp/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_elu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_elu/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_do_not_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_do_not_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_thresholdedrelu_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_thresholdedrelu_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sigmoid
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sigmoid/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_one_hot
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_one_hot/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_1d_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_1d_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_equal_parts_1d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_equal_parts_1d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_max_one_input
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_max_one_input/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_3
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_3/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_axis_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_axis_0/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_large_number
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_large_number/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_2d_axis_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_2d_axis_0/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_acos_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_acos_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardsigmoid_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardsigmoid_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_axis_2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_axis_2/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_axis_1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_axis_1/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_selu_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_selu_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis2/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_constant
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_constant/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_1d_axis_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_1d_axis_0/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast4v4d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast4v4d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_keep_dims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_keep_dims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sum_one_input
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sum_one_input/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_div_bcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_div_bcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cos
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cos/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_min_two_inputs
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_min_two_inputs/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_do_not_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_do_not_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_exp_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_exp_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_default_axis
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_default_axis/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_DOUBLE_to_FLOAT16
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_DOUBLE_to_FLOAT16/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_unsqueeze
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_unsqueeze/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or3d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or3d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_do_not_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_do_not_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_elu_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_elu_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_desc_axes
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_desc_axes/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_2/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reciprocal_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reciprocal_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lstm_defaults
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lstm_defaults/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sub_bcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sub_bcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_identity
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_identity/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_elu_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_elu_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_3d_axis_1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_3d_axis_1/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mul_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mul_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_axis_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_axis_0/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast4v3d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast4v3d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_default_axis
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_default_axis/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_default_max
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_default_max/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_axis_2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_axis_2/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_keep_dims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_keep_dims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow_bcast_scalar
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow_bcast_scalar/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_default_axes_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_default_axes_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cos_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cos_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_depthtospace_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_depthtospace_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_default_axes_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_default_axes_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast3v1d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast3v1d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_same_upper
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_same_upper/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_add_bcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_add_bcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_1d_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_1d_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_do_not_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_do_not_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mean_one_input
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mean_one_input/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_relu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_relu/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_matmul_4d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_matmul_4d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_thresholdedrelu_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_thresholdedrelu_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_equal_bcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_equal_bcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_min_one_input
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_min_one_input/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_conv_with_strides_and_asymmetric_padding
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_conv_with_strides_and_asymmetric_padding/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_shape_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_shape_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gemm_nobroadcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gemm_nobroadcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_precomputed_pads
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_precomputed_pads/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_max_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_max_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor3d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor3d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mul_bcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mul_bcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sin_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sin_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_do_not_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_do_not_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_squeeze
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_squeeze/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_do_not_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_do_not_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_edge_pad
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_edge_pad/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_pads
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_pads/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lstm_with_peepholes
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lstm_with_peepholes/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and4d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and4d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_default_axis
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_default_axis/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sub
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sub/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_default_axes_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_default_axes_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast4v4d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast4v4d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_same_upper
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_same_upper/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_matmul_2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_matmul_2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_neg_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_neg_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sum_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sum_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_acos
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_acos/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tan_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tan_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast4v3d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast4v3d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_matmul_3d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_matmul_3d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softplus
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softplus/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_greater
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_greater/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_selu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_selu/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_prelu_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_prelu_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_pads
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_pads/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mul
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mul/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sin
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sin/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_upsample_nearest
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_upsample_nearest/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast4v4d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast4v4d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast4v3d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast4v3d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_default_axes_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_default_axes_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_size_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_size_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gather_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gather_0/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_asin_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_asin_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_keep_dims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_keep_dims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_4
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_4/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_same_lower
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_same_lower/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_keep_dims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_keep_dims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_atan_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_atan_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_strides
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_strides/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast4v2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast4v2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_extended_dims
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_extended_dims/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_do_not_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_do_not_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_start_out_of_bounds
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_start_out_of_bounds/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gru_defaults
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gru_defaults/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tan
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tan/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_do_not_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_do_not_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_greater_bcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_greater_bcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sqrt
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sqrt/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast4v2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast4v2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_leakyrelu_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_leakyrelu_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_log_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_log_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_default_axes_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_default_axes_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis3
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis3/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lstm_with_initial_bias
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lstm_with_initial_bias/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_end_out_of_bounds
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_end_out_of_bounds/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_div_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_div_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor4d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor4d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_top_k
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_top_k/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_ceil
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_ceil/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or4d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or4d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reciprocal
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reciprocal/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_strides
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_strides/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_default_axes_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_default_axes_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_2d_axis_1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_2d_axis_1/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_3d_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_3d_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_min_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_min_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_div
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_div/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_axis_2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_axis_2/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_same_upper
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_same_upper/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_0/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_strides
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_strides/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_3d_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_3d_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalaveragepool_precomputed
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalaveragepool_precomputed/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_one_dim
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_one_dim/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_do_not_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_do_not_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_default_axis
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_default_axis/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softsign_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softsign_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tile_precomputed
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tile_precomputed/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_not_3d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_not_3d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardsigmoid_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardsigmoid_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_default_axes_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_default_axes_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_5
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_5/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_do_not_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_do_not_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mean_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mean_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_shape
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_shape/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softplus_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softplus_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tile
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tile/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_size
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_size/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT_to_DOUBLE
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT_to_DOUBLE/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_do_not_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_do_not_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast3v2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast3v2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gru_seq_length
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gru_seq_length/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_leakyrelu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_leakyrelu/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_3d_axis_2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_3d_axis_2/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_not_2d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_not_2d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_expand_dim_unchanged
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_expand_dim_unchanged/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_expand_dim_changed
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_expand_dim_changed/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_with_argmax_2d_precomputed_strides
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_with_argmax_2d_precomputed_strides/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_with_argmax_2d_precomputed_pads
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_with_argmax_2d_precomputed_pads/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_1d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_1d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_pads_count_include_pad
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_pads_count_include_pad/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_outbounds
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_outbounds/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lrn
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lrn/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_default_axis_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_default_axis_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_pad
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_pad/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_pads
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_pads/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_kernel_shape
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_kernel_shape/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_no_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_no_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_dropout_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_dropout_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_instancenorm_epsilon
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_instancenorm_epsilon/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_batchnorm_epsilon
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_batchnorm_epsilon/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_default_axis_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_default_axis_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_instancenorm_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_instancenorm_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_default_axis_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_default_axis_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_no_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_no_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_default_inbounds
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_default_inbounds/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_no_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_no_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_keepdims_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_keepdims_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_no_keepdims_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_no_keepdims_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_inbounds
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_inbounds/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lrn_default
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lrn_default/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_default_axis_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_default_axis_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_splitbounds
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_splitbounds/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_pads_count_include_pad
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_pads_count_include_pad/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_output_shape
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_output_shape/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_3d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_3d/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_batchnorm_example
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_batchnorm_example/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_with_kernel
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_with_kernel/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_dropout_random
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_dropout_random/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_resnet50
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_inception_v2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_densenet121
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_vgg19
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_bvlc_alexnet
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_zfnet512
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_squeezenet
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_inception_v1
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_shufflenet
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_sqrt
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_sqrt/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_pad
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_pad/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_rnn_single_layer
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_rnn_single_layer/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_lstm
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_lstm/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_maxpool
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_maxpool/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_sum_keepdim
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_sum_keepdim/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_sum
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_sum/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_repeat
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_repeat/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_size1_right_broadcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_size1_right_broadcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_conv
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_conv/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_mean
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_mean/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_rnn
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_rnn/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_symbolic_override
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_symbolic_override/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_permute2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_permute2/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_max
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_max/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_repeat_dim_overflow
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_repeat_dim_overflow/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_basic
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_basic/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_view
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_view/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_min
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_min/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_size1_singleton_broadcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_size1_singleton_broadcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_size1_broadcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_size1_broadcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_addmm
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_addmm/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_mm
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_mm/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_index
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_index/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_mean_keepdim
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_mean_keepdim/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_selu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_selu/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_flatten
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_flatten/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_non_float_params
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_non_float_params/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_concat2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_concat2/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_symbolic_override_nested
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_symbolic_override_nested/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_convtranspose
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_convtranspose/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_chunk
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_chunk/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_exp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_exp/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_pow
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_pow/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_broadcast
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_broadcast/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_addconstant
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_addconstant/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_clip
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_clip/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_params
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_params/test_data_set_0
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/runner
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/case
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/case/model
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/backend/test/case/node
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/onnxifi.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/shape_inference
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/shape_inference/implementation.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/data_type_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/controlflow
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/function.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/nn
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/operator_sets-ml.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/tensor
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/schema.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/experiments
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/math
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/shape_inference.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/reduction
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/operator_sets.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/traditionalml
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/generator
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/logical
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/rnn
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/defs/__pycache__
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/checker.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/py_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/proto_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/bin
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/version_converter
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/version_converter/convert.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/version_converter/adapters
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/version_converter/adapters/no_previous_version.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/version_converter/adapters/adapter.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/version_converter/BaseConverter.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/onnxifi_loader.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/__pycache__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/include/onnx
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/onnx-operators.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/onnx_onnx_c2.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/onnx.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/onnx-operators_onnx_c2.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/onnx-operators_onnx_torch.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/onnx/onnx_onnx_torch.pb.h
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/libonnx.a
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/libonnx_proto.a
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libonnxifi_dummy.so
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/db
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/db/create_db_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/image
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/image/image_input_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/image/transform_gpu.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/nnapi
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/nnapi/nnapi.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/nnapi/dlnnapi.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/snpe
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/snpe/snpe_ffi.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/core
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/core/net_gl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/core/rewrite_net.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/core/operator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/core/context.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/operators
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/operators/activation_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/test
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/test/gl_operator_test.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/test/gl_model_test.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/models
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/ios_caffe.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/mpscnn
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub/src
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub/include
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/android
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/android/AndroidGLContext.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/android/gl3stub.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/android/arm_neon_support.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLImage.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/DataTransfer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GL.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/ImageAllocator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLPredictor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/rewrite_net.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLContext.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLFilter.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLPBO.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/arm_neon_support.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLLogging.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLImageAllocator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLTexture.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLPlainTexture.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/operators
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/operators/gl_tiling_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/operators/GLConvolution.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/test
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/test/opengl_test.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/test/TestGLConvolution.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/ios
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/ios/IOSGLTexture.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/ios/IOSGLImageAllocator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/ios/IOSGLContext.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ulp2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ulp2/ulp.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ulp2/ulp_neon.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/src
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/cuda_rtc
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/cuda_rtc/common_rtc.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/registry.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/event.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/plan_executor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/macros.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/db.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/transform.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/blob.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/logging_is_not_google_glog.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/logging_is_google_glog.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/net_async_tracing.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/net_async_dag_gpu.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/context_gpu.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Support
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Pointer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Graph
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Converters
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Representations
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Generated
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/tests
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/tests/test_util.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/Representations
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/common_cudnn.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/net_async_polling.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/memonger.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/tensor_int8.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/net_async_base.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/scope_guard.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/blob_serialization.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/operator_schema.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/logging.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/net_dag_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/blob_serializer_base.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/flags.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/net_async_gpu_thread_pool.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/numa.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/types.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/net_simple_async.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/blob_stats.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/net_simple.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/net_dag.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/common.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/cudnn_wrappers.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/common_gpu.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/timer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/graph.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/net_async_scheduling.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/event_cpu.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/operator_gradient.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/init.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/module.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/operator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/static_tracepoint.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/stats.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/observer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/typeid.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/tensor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/allocator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/static_tracepoint_elfx86.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/common_omp.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/workspace.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/qtensor_serialization.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/asan.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/net.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/qtensor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/context.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/KernelRegistration.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/OpSchemaRegistration.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/DispatchTable.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/DispatchKey.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/DeviceId.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/OpSchema.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/LeftRight.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/Dispatcher.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/LayoutId.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/storage.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/context_base.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/hip
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/hip/miopen_wrapper.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/hip/context_hip.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/hip/common_miopen.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/hip/common_hip.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/operator_c10wrapper.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/THCCachingAllocator_gpu.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/onnx
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/onnx/helper.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/onnx/backend_rep.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/onnx/device.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/onnx/backend.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/onnx/onnx_exporter.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/onnx/onnxifi_init.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/threadpool
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/threadpool/ThreadPoolCommon.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/threadpool/WorkersPool.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/threadpool/pthreadpool.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/threadpool/ThreadPool.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/mixed_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/cast.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/cblas.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/conversions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/zmq_helper.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/string_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/smart_tensor_printer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/cpu_neon.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/math-detail.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/thread_pool.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/murmur_hash3.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/math.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/bench_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/fixed_divisor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/signal_handler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/eigen_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/proto_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/cpuid.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/map_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/simple_queue.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/math_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/thread_name.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/hip
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/hip/mixed_utils_hip.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/proto_wrap.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/filler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/flat_hash_map
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/flat_hash_map/flat_hash_map.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/TypeList.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/Metaprogramming.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/TypeTraits.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/Array.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/utils/Optional.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/slice_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/accuracy_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/stop_gradient.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/group_norm_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/pack_segments.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/variable_length_sequence_padding.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/lpnorm_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/perplexity_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/reshape_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/rsqrt_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/create_scope_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/feed_blob_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/tensor_protos_db_input.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/leaky_relu_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/locally_connected_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_pool_op_base.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/remove_data_blocks_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/im2col_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/operator_fallback_gpu.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_op_shared.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/local_response_normalization_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/counter_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/distance_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/relu_n_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/mod_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/selu_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/weighted_multi_sampling_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/while_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/onnx_while_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/spatial_softmax_with_loss_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_transpose_op_mobile.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/free_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/clip_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/jsd_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/pack_rnn_sequence_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/ceil_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/cast_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/softmax_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/generate_proposals_op_util_nms.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/square_root_divide_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/string_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/dataset_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/moments_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/space_batch_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/prefetch_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/roi_pool_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/pad_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/swish_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/channel_stats_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/map_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/shape_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/bbox_transform_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/thresholded_relu_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/dropout_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/gather_fused_8bit_rowwise_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/box_with_nms_limit_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/prepend_dim_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/glu_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/generate_proposals_op_util_boxes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/relu_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/summarize_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/floor_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/fully_connected_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/load_save_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/zero_gradient_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/piecewise_linear_transform_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/listwise_l2r_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/filler_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/loss_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/rmac_regions_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/layer_norm_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/text_file_reader_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/top_k.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/percentile_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/sparse_to_dense_mask_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/if_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/matmul_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/segment_reduction_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/channel_backprop_stats_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/rank_loss_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/lstm_unit_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/softmax_shared.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/ensure_cpu_output_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/reduction_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/merge_id_lists_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/tile_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/rowmul_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/numpy_tile_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/key_split_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/find_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/quant_decode_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_op_impl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_op_test.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/channel_shuffle_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/find_duplicate_elements_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/softplus_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/conditional_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/do_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/minmax_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/prelu_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_transpose_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/sinusoid_position_encoding_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/roi_align_gradient_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/cross_entropy_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/order_switch_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/lengths_reducer_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/reducer_functors.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/ngram_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/fc_inference.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/instance_norm_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_op_cache_cudnn.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/locally_connected_op_util.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_transpose_unpool_op_base.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/no_default_engine_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/arg_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/elu_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/cosine_embedding_criterion_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/lengths_tile_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/roi_align_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/given_tensor_fill_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_logical_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/reverse_packed_segs_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/multi_class_accuracy_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/deform_conv_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/unique_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/mean_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/assert_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/spatial_batch_norm_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/pool_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/scale_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_transpose_op_impl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/deform_conv_op_impl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/one_hot_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/sequence_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/accumulate_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/reduce_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/batch_box_cox_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/sparse_normalize_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/h_softmax_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/negate_gradient_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/margin_ranking_criterion_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/replace_nan_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/apmeter_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/half_float_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/feature_maps_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/batch_gather_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_transpose_op_mobile_impl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/enforce_finite_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn/recurrent_network_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn/recurrent_op_cudnn.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn/recurrent_network_executor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn/recurrent_network_executor_incl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/concat_split_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/weighted_sample_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/resize_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/gather_ranges_to_dense_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/sparse_to_dense_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/boolean_unmask_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/normalize_l1_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/gru_unit_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/flexible_top_k.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/lengths_top_k_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/utility_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/stump_func_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/expand_squeeze_dims_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/normalize_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/lengths_pad_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_linear_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/tt_linear_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/integral_image_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/reduction_front_back_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/transpose_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/batch_matmul_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/batch_sparse_to_dense_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/softmax_with_loss_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/boolean_mask_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/locally_connected_op_impl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/partition_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/logit_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/generate_proposals_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/index_hash_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/op_utils_cudnn.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/pow_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/flatten_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/roi_align_rotated_gradient_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/bisect_percentile_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/gather_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/roi_align_rotated_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/byte_weight_dequant_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/affine_channel_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_ops_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/onnxifi_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/upsample_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/batch_moments_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/fused_rowwise_random_quantization_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/ctc_greedy_decoder_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/heatmap_max_keypoint_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/ctc_beam_search_decoder_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/ensure_clipped_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/cpu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/stop_gradient.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/sparse_lengths_sum.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/cast.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/batch_matmul.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/relu.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/fc.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/expand_dims.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/enforce_finite.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/batch_gather.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/concat.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/mul.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/add.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/filler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/sigmoid.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/averaged_loss.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/flatten.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/experimental/c10/schemas/sigmoid_cross_entropy_with_logits.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_add_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/reciprocal_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_sub_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/hip
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/expand_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/max_pool_with_index_gpu.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/acos_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/sigmoid_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/cosh_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/cbrt_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/cos_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/tan_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/sin_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/activation_ops_cudnn.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/abs_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/asin_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/cube_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/tanh_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/softsign_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/batch_bucketize_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/atan_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/sinh_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/negative_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/sqrt_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_mul_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/log_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_div_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/exp_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/operators/sqr_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/layers
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/examples
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/predictor
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/pybind_state_dlpack.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/onnx
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/onnx/tests
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/onnx/bin
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/dlpack.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/test
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/docs
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/trt
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/operator_test
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/ideep
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/models
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/models/seq2seq
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/mint
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/mint/templates
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/mint/static
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/mint/static/css
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/helpers
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/rnn
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/modeling
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/mkl
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/python/pybind_state.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/learning_rate_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/ftrl_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/fp16_momentum_sgd_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/learning_rate_functors.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/lars_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/rmsprop_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/yellowfin_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/learning_rate_adaption_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/fp32_momentum_sgd_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/momentum_sgd_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/iter_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/adagrad_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/clip_tensor_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/adam_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/wngrad_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/adadelta_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/sgd/gftrl_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/test
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/test/assets
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/experiments
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/fully_connected_op_decomposition.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/fully_connected_op_prune.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/sparse_funhash_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/fully_connected_op_sparse.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/funhash_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/tt_pad_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/tt_contraction_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/experiments/python
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/tensorboard
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/nccl
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/nccl/cuda_nccl_gpu.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/playground
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/playground/resnetdemo
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/opencl
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/opencl/OpenCL
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/opencl/context.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/ideep
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/nnpack
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/shm_mutex
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/shm_mutex/shm_mutex.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/tensorrt
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/tensorrt/trt_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/aten/docs
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/aten/aten_op_template.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/aten/aten_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/warpctc
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/warpctc/ctc_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/prof
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/prof/htrace_conf.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/prof/prof_dag_stats_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/prof/prof_dag_net.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/prof/profiling_annotations.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/prof/profiling_info.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/layers
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/nvmatrix
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/nvmatrix/src
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/nvmatrix/include
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/make-data
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/make-data/pyext
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/make-data/pyext/src
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/make-data/pyext/include
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/make-data/pyext/include/pyext.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/src
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/include
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/include/sync.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/include/matrix.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/include/queue.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/include/matrix_funcs.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/include/thread.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/python_util
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/images
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconv3
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconv3/src
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconv3/include
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconvnet
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconvnet/src
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconvnet/include
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconvnet/include/jpeg.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/nervana
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/nervana/nervana_c_api.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/nervana/nervana.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/examples
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/parser.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/lexer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/tree_views.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/compiler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/error_report.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/tree.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/common_world_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/reduce_scatter_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/allgather_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/common.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/allreduce_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/barrier_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/store_handler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/broadcast_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/context.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/contrib/docker-ubuntu-14.04
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mpi
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mpi/mpi_common.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mpi/mpi_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/ideep
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/ideep/ideep_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/ideep/utils
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/ideep/utils/ideep_context.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/ideep/utils/ideep_operator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/ideep/operators
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/ideep/operators/conv_pool_base_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/ideep/operators/operator_fallback_ideep.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/queue
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/queue/blobs_queue.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/queue/rebatching_queue_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/queue/blobs_queue_db.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/queue/queue_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/queue/rebatching_queue.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/share
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/share/contrib
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/share/contrib/zstd
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/share/contrib/nnpack
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/share/contrib/depthwise
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/video
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/video/optical_flow.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/video/video_decoder.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/video/video_io.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/video/video_input_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/proto
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/perfkernels
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/perfkernels/common.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/perfkernels/cvtsh_ss_bugfix.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/perfkernels/typed_axpy.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/perfkernels/embedding_lookup.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/perfkernels/math.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/distributed
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/distributed/store_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/distributed/redis_store_handler_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/distributed/file_store_handler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/distributed/store_handler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/distributed/file_store_handler_op.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/distributed/redis_store_handler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/observers
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/observers/operator_attaching_net_observer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/observers/profile_observer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/observers/time_observer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/observers/runcnt_observer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/opt
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/opt/converter.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/opt/fusion.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/opt/optimize_ideep.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/opt/optimizer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/opt/passes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/opt/backend_cutting.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/opt/mobile.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/opt/onnx_convert.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/opt/sink.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/opt/device.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/opt/onnxifi_transformer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mkl
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils/mkl_operator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils/mkl_dnn_cppwrapper.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils/mkl_version_check.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils/mkl_context.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils/mkl_memory.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils/sgemm_pack.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mkl/operators
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mkl/operators/operator_fallback_mkl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/mkl/mkl_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/transforms
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/transforms/pattern_net_transform.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/transforms/common_subexpression_elimination.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/transforms/single_op_transform.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/transforms/conv_to_nnpack_transform.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/predictor
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/predictor/predictor_config.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/predictor/predictor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/predictor/predictor_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/core/macros.h
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libcaffe2.so
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/lib/libcaffe2.so" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libcaffe2_gpu.so
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/lib/libcaffe2_gpu.so" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/scalar_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/scalar_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/apply_utils_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/apply_utils_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/basic
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/basic" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/atest
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/atest" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/half_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/half_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/broadcast_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/broadcast_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/wrapdim_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/wrapdim_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/dlconvertor_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/dlconvertor_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/native_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/native_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/scalar_tensor_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/scalar_tensor_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/test_parallel
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/test_parallel" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/undefined_tensor_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/undefined_tensor_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/verify_api_visibility
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/verify_api_visibility" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/tbb_init_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/tbb_init_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/weakref_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/weakref_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/integer_divider_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/integer_divider_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/cuda_rng_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/cuda_rng_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/apply_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/apply_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/stream_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/stream_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/test/aten/cudnn_test
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/test/aten/cudnn_test" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/caffe2_pybind11_state.cpython-36m-x86_64-linux-gnu.so
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/caffe2_pybind11_state.cpython-36m-x86_64-linux-gnu.so" to "$ORIGIN/../../torch/lib:/usr/local/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/caffe2_pybind11_state_gpu.cpython-36m-x86_64-linux-gnu.so
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/caffe2_pybind11_state_gpu.cpython-36m-x86_64-linux-gnu.so" to "$ORIGIN/../../torch/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/predictor
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/predictor/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/db
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/db/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/image
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/image/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/ATen_core
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/ATen_core/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mobile
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mobile/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mobile/contrib
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mobile/contrib/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mobile/contrib/ios
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mobile/contrib/ios/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/dispatch
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/dispatch/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/dispatch/CMakeFiles/dispatch.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph/CMakeFiles/nomnigraph.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph/CMakeFiles/nomnigraph.dir/tests
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph/CMakeFiles/nomnigraph.dir/Representations
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph/op_gen.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/onnx
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/onnx/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/utils
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/utils/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/utils/CMakeFiles/c10_utils_gpu.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/utils/CMakeFiles/c10_utils_cpu.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/utils/CMakeFiles/c10_utils_hip.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_protos.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/predictor
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/db
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/image
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/core
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/onnx
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/utils
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/utils/threadpool
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/operators
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/operators/rnn
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/sgd
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/contrib
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/contrib/script
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/contrib/gloo
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/contrib/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/queue
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/share
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/share/contrib
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/share/contrib/depthwise
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/share/contrib/nnpack
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/perfkernels
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/sparse
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkl
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkldnn
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/detail
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/THNN
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/vector
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/generic
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/generic/simd
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/distributed
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/observers
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/opt
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/transforms
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_pybind11_state.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_pybind11_state.dir/python
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/db
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/image
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/core
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/utils
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/operators
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/operators/rnn
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/sgd
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/contrib
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/contrib/nccl
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/contrib/gloo
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/contrib/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/queue
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/distributed
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/miopen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/sparse
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/sparse/cuda
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cudnn
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cuda
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cuda/detail
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cudnn
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/python_copy_files.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_pybind11_state_gpu.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_pybind11_state_gpu.dir/python
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/atest.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/atest.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/atest.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/atest.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/atest.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cudnn_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cudnn_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cudnn_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cudnn_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cudnn_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cudnn_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/broadcast_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/broadcast_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/broadcast_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/broadcast_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/half_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/half_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/half_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/half_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/stream_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/stream_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/stream_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/stream_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/stream_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/stream_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/ATEN_CPU_FILES_GEN_TARGET.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/weakref_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/weakref_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/weakref_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/weakref_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/verify_api_visibility.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/verify_api_visibility.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/verify_api_visibility.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cuda_rng_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cuda_rng_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cuda_rng_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cuda_rng_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cuda_rng_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cuda_rng_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/wrapdim_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/wrapdim_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/wrapdim_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_tensor_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_tensor_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/test_parallel.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/test_parallel.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/test_parallel.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/test_parallel.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/basic.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/basic.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/basic.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/basic.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/basic.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/tbb_init_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/tbb_init_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/tbb_init_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/tbb_init_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/tbb_init_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/tbb_init_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/ATEN_CUDA_FILES_GEN_TARGET.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/native_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/native_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/native_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/native_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/undefined_tensor_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/undefined_tensor_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/integer_divider_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/integer_divider_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/integer_divider_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/integer_divider_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/integer_divider_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/integer_divider_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/dlconvertor_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/dlconvertor_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/dlconvertor_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_utils_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_utils_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_utils_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/__aten_op_header_gen.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_test.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_test.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_test.dir/__/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_test.dir/__/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_test.dir/__/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_test.dir/__/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/operators
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/operators/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/operators/rnn
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/operators/rnn/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/semi_random_features.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/fc_without_bias.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/dropout.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/layer_normalization.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/reservoir_sampling.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/blob_weighted_sum.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/arc_cosine_feature_map.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/uniform_sampling.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/adaptive_weight.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/concat.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/constant_weight.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/feature_sparse_to_dense.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/homotopy_weight.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/tags.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/batch_distill_lr_loss.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/merge_id_lists.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/fc.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/conv.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/last_n_window_collector.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/functional.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/label_smooth.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/batch_softmax_loss.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/random_fourier_features.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/layers.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/select_record_by_context.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/batch_normalization.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/position_weighted.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/sparse_lookup.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/batch_lr_loss.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/add_bias.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/gather_record.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/pairwise_similarity.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/batch_mse_loss.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/split.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/sampling_train.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/sampling_trainable_mixin.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/sparse_feature_hash.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/margin_rank_loss.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/build_index.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/examples
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/examples/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/examples/lmdb_create_example.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/examples/resnet50_trainer.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/examples/char_rnn.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/db_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/dataio_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/predictor_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/mobile_exporter.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/serde.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/predictor_exporter.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/predictor_exporter_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/mobile_exporter_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/predictor_py_utils.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/net_builder.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/data_workers_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/embedding_generation_benchmark.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/python_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/workspace_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/optimizer_test_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep_test_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/model_helper.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/hypothesis_test_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl_test_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/tt_core.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/core.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/regularizer_context.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/device_checker.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/data_workers.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/data_parallel_model.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/schema_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/net_drawer.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/dataio.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/caffe_translator_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/hsm_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/data_parallel_model_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/context_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/visualize.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/session_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/gradient_check_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/crf.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/control_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/frontend.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/error.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/test_onnxifi.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/backend_cpp_rep.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/onnxifi.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/backend_rep.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/workspace.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/conversion_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/onnx_backend_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/test_utils.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/ssa_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/helper_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/c2_ref_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/backend.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/bin
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/bin/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/bin/conversion.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/helper.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layer_parameter_sharing_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/memonger.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/attention.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/session.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modifier_context.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/net_printer_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/control_ops_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/normalizer.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/caffe_translator.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/regularizer.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/scope.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test/executor_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test/executor_test_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test/blob_deallocation_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test/do_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/docs
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/docs/parser.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/docs/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/docs/generator.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/docs/formatter.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/docs/github.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/scope_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/convnet_benchmarks.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/brew.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/normalizer_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/numa_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/experiment_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor_constants.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/parallel_workers_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/parallel_workers.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/trt
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/trt/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/trt/test_trt.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/trt/transform.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/task.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/optimizer_context.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/net_builder_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/net_printer.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/feature_maps_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/group_conv_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/flatten_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/reduce_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/momentum_sgd_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/cosine_embedding_criterion_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/hsm_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/layer_norm_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/integral_image_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/flexible_top_k_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/jsd_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/reduction_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/resize_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/pack_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/dropout_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/python_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/cast_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/pooling_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/batch_sparse_to_dense_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/ngram_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/apmeter_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/selu_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/learning_rate_adaption_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/lengths_tile_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/mean_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/dataset_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/moments_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/extend_tensor_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/leaky_relu_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sparse_gradient_checker_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/specialized_segment_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/recurrent_network_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/roi_align_rotated_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/blobs_queue_db_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/activation_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/prepend_dim_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/segment_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/shape_inference_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/adagrad_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/assert_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/math_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/upsample_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/locally_connected_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/mpi_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/glu_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/clip_tensor_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/tile_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/crf_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/record_queue_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/mod_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sequence_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/transpose_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/deform_conv_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/index_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/basic_rnn_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/arg_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/concat_split_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/gru_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/load_save_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/merge_id_lists_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/batch_bucketize_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/mkl_speed_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/conditional_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/lengths_pad_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/index_hash_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/trigonometric_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/gather_ranges_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/enforce_finite_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/matmul_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/given_tensor_fill_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/utility_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/elementwise_op_broadcast_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/top_k_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/ensure_clipped_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/loss_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/wngrad_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/weighted_sum_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/distance_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sparse_normalize_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/fc_operator_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/lars_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sinusoid_position_encoding_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/key_split_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/elementwise_linear_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/onnx_while_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/numpy_tile_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/cudnn_recurrent_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/ceil_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sparse_lengths_sum_benchmark.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/adadelta_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/margin_ranking_criterion_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/stats_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/instance_norm_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/depthwise_3x3_conv_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/one_hot_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/im2col_col2im_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/lpnorm_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/mkl_packed_fc_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/boolean_unmask_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/spatial_bn_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/filler_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/copy_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/emptysample_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/negate_gradient_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/video_input_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/gather_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/atomic_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/unique_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/learning_rate_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/softmax_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/hyperbolic_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/lengths_top_k_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/thresholded_relu_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/elementwise_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/string_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/conv_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/conv_transpose_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/listwise_l2r_operator_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/bbox_transform_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/boolean_mask_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/mkl_conv_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/percentile_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/adagrad_test_helper.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/rank_loss_operator_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/piecewise_linear_transform_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/expand_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/batch_box_cox_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/adam_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/floor_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/channel_backprop_stats_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/image_input_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/duplicate_operands_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/partition_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/unique_uniform_fill_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/batch_moments_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/rmac_regions_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/recurrent_net_executor_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/elementwise_logical_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/square_root_divide_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/normalize_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/channel_stats_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/group_norm_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/pad_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/weighted_sample_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/cross_entropy_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/checkpoint_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sparse_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/channel_shuffle_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sparse_to_dense_mask_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/counter_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/ctc_greedy_decoder_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/clip_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/rnn_cell_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/pack_rnn_sequence_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/rebatching_queue_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/text_file_reader_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/affine_channel_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/weighted_multi_sample_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/reshape_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/softplus_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/map_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/find_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/ensure_cpu_output_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/box_with_nms_limit_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/order_switch_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/bisect_percentile_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/rand_quantization_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/rand_quantization_op_speed_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/convnet_benchmarks_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/pipeline_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/cached_reader.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/context.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/text_file_reader.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/extension_loader.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/rnn_cell.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/sparse_to_dense_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/parallelize_bmuf_distributed_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/dropout_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/LRN_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/test_ideep_net.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/convfusion_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/softmax_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/squeeze_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/concat_split_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/elementwise_sum_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/relu_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/spatial_bn_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/pool_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/transform_ideep_net.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/copy_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/fc_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/conv_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/functional.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/_import_c_extension.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/gradient_checker.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/checkpoint.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/build.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layer_test_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/regularizer_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/hypothesis_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/fused_8bit_rowwise_conversion_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/core_gradients_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/resnet_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/download.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/resnet.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/__sym_init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/seq2seq_beam_search_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/beam_search.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/seq2seq_model_helper.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/seq2seq_model_helper_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/seq2seq_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/train.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/translate.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mint
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mint/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mint/app.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/model_device_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/control_ops.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/dropout.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/tools.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/elementwise_linear.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/normalization.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/array_helpers.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/fc.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/conv.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/pooling.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/algebra.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/arg_scope.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/nonlinearity.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/db_input.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/train.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/cnn.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/core_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/workspace.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/muji.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/gru_cell.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/schema.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/dyndep.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/muji_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/toy_regression_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layer_model_helper.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/sparse_to_dense_mask_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/benchmark_generator.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/brew_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/optimizer_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/control_ops_grad.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/binarysize.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/control.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/rnn
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/rnn/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/rnn/lstm_comparison.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/rnn/rnn_cell_test_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/db_file_reader.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/tt_core_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/dataset.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/numa_benchmark.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/normalizer_context.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/timeout_guard.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/initializers.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/compute_histogram_for_blobs_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/initializers_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/compute_norm_for_blobs_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/gradient_clipping_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/parameter_sharing_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/compute_histogram_for_blobs.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/get_entry_from_blobs_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/parameter_info.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/get_entry_from_blobs.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/compute_norm_for_blobs.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/net_modifier.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/compute_statistics_for_blobs_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/parameter_sharing.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/gradient_clipping.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/compute_statistics_for_blobs.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/queue_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/memonger_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/record_queue.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/pipeline.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/observer_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/functional_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_relu_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_squeeze_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_elementwise_sum_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_copy_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_elementwise_add_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_fill_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_LRN_speed_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_pool_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/rewrite_graph_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_speed_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_pool_speed_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_fc_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_LRN_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_fc_speed_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_conv_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_sbn_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_sigmoid_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_sbn_speed_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_concat_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/rewrite_graph.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/checkpoint_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/allcompare_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/lstm_benchmark.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/transformations_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/utils.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/transformations.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layer_model_instantiator.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/recurrent.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/optimizer.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/model_helper_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/sgd
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/sgd/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/funhash_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/tt_contraction_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/tt_pad_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/sparse_reshape_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/convnet_benchmarks.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/net_construct_bench.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/device_reduce_sum_bench.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/SparseTransformer.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/sparse_funhash_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/tensorboard
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/tensorboard/tensorboard_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/tensorboard/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/tensorboard/tensorboard_exporter.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/tensorboard/tensorboard.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/tensorboard/tensorboard_exporter_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nccl
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nccl/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nccl/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nccl/nccl_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/compute_topk_accuracy.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/AnyExpOnTerm.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/ModuleRegister.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/compute_loss.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/meter.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/checkpoint.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/module_map.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/output_generator.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/gfs_IN1k.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/IN1k_resnet.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/AnyExp.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/opencl
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/opencl/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nnpack
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nnpack/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nnpack/nnpack_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/shm_mutex
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/shm_mutex/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/gen_op.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/docs
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/docs/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/docs/sample.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/aten_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/warpctc
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/warpctc/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/warpctc/ctc_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/prof
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/prof/htrace_to_chrome.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/prof/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/prof/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/prof/cuda_profile_ops_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/make-data
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/make-data/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/make-data/make-data.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/make-data/pyext
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/make-data/pyext/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/convdata.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/layer.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/convnet.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/initw.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/shownet.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/python_util
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/python_util/util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/python_util/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/python_util/options.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/python_util/data.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/python_util/gpumodel.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/cudaconvnet
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/cudaconvnet/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script/examples
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script/examples/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script/examples/run_examples.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script/caffe2_script_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/gloo
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/gloo/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/gloo/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/gloo/gloo_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mpi
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mpi/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/ideep
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/ideep/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/queue
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/queue/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/contrib
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/contrib/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/contrib/depthwise
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/contrib/depthwise/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/contrib/nnpack
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/contrib/nnpack/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/video
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/video/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/hsm_pb2.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/caffe2_pb2.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/prof_dag_pb2.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/CMakeFiles/Caffe2_PROTO.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/predictor_consts_pb2.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/metanet_pb2.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/caffe2_legacy_pb2.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/perfkernels
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/perfkernels/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/perfkernels/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/perfkernels/hp_emblookup_codegen.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/distributed
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/distributed/file_store_handler_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/distributed/redis_store_handler_op_test.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/distributed/__init__.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/distributed/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/distributed/store_ops_test_util.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/observers
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/observers/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/opt
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/opt/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mkl
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mkl/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/transforms
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/transforms/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/utils
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/cuda
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/api
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/api/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/jit
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/jit/generated
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/jit/script
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/autograd
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/generated
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/functions
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_api.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_api.dir/__
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_api.dir/__/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_jit.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_jit.dir/csrc
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_jit.dir/csrc/jit
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/nanopb_pb2.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/generate_nanopb_pb2.py.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/protobuf-nanopb.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/Export
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/Export/lib
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/Export/lib/cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/Export/lib/cmake/protobuf
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/generate_plugin_pb2.py.dir
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/plugin_pb2.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/THCUNN
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/THCUNN/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/THNN
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/THNN/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/TH
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/TH/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen/core
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen/core/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen/cmake-exports
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen/test
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen/test/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/THC
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/THC/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/predictor
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/predictor/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/db
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/db/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/image
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/image/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/ATen_core
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/ATen_core/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mobile
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mobile/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mobile/contrib
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mobile/contrib/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mobile/contrib/ios
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mobile/contrib/ios/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/dispatch
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/dispatch/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/dispatch/CMakeFiles/dispatch.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph/CMakeFiles/nomnigraph.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph/CMakeFiles/nomnigraph.dir/tests
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph/CMakeFiles/nomnigraph.dir/Representations
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/nomnigraph/op_gen.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/core/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/onnx
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/onnx/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/utils
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/utils/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/utils/CMakeFiles/c10_utils_gpu.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/utils/CMakeFiles/c10_utils_cpu.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/utils/CMakeFiles/c10_utils_hip.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_protos.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/predictor
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/db
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/image
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/core
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/onnx
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/utils
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/utils/threadpool
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/operators
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/operators/rnn
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/sgd
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/contrib
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/contrib/script
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/contrib/gloo
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/contrib/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/queue
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/share
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/share/contrib
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/share/contrib/depthwise
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/share/contrib/nnpack
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/perfkernels
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/core
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/sparse
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkl
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkldnn
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/detail
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/THNN
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/vector
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/generic
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/generic/simd
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/distributed
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/observers
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/opt
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2.dir/transforms
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_pybind11_state.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_pybind11_state.dir/python
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/db
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/image
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/core
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/utils
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/operators
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/operators/rnn
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/sgd
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/contrib
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/contrib/nccl
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/contrib/gloo
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/contrib/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/queue
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/distributed
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THCUNN
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/miopen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/sparse
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/sparse/cuda
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cuda
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/native/cudnn
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cuda
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cuda/detail
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/ATen/cudnn
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_gpu.dir/__/aten/src/THC/generated
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/python_copy_files.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_pybind11_state_gpu.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/caffe2_pybind11_state_gpu.dir/python
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/atest.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/atest.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/atest.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/atest.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/atest.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cudnn_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cudnn_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cudnn_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cudnn_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cudnn_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cudnn_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/broadcast_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/broadcast_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/broadcast_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/broadcast_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/half_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/half_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/half_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/half_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/stream_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/stream_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/stream_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/stream_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/stream_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/stream_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/ATEN_CPU_FILES_GEN_TARGET.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/weakref_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/weakref_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/weakref_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/weakref_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/verify_api_visibility.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/verify_api_visibility.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/verify_api_visibility.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cuda_rng_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cuda_rng_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cuda_rng_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cuda_rng_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cuda_rng_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/cuda_rng_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/wrapdim_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/wrapdim_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/wrapdim_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_tensor_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_tensor_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/test_parallel.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/test_parallel.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/test_parallel.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/test_parallel.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/basic.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/basic.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/basic.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/basic.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/basic.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/tbb_init_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/tbb_init_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/tbb_init_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/tbb_init_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/tbb_init_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/tbb_init_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/ATEN_CUDA_FILES_GEN_TARGET.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/native_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/native_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/native_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/native_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/undefined_tensor_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/undefined_tensor_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/integer_divider_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/integer_divider_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/integer_divider_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/integer_divider_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/integer_divider_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/integer_divider_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/dlconvertor_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/dlconvertor_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/dlconvertor_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_utils_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_utils_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_utils_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/__aten_op_header_gen.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_test.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_test.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_test.dir/__/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_test.dir/__/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_test.dir/__/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/CMakeFiles/apply_test.dir/__/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/operators
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/operators/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/operators/rnn
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/operators/rnn/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/semi_random_features.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/fc_without_bias.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/dropout.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/layer_normalization.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/reservoir_sampling.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/blob_weighted_sum.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/arc_cosine_feature_map.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/uniform_sampling.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/adaptive_weight.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/concat.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/constant_weight.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/feature_sparse_to_dense.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/homotopy_weight.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/tags.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/batch_distill_lr_loss.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/merge_id_lists.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/fc.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/conv.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/last_n_window_collector.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/functional.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/label_smooth.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/batch_softmax_loss.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/random_fourier_features.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/layers.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/select_record_by_context.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/batch_normalization.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/position_weighted.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/sparse_lookup.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/batch_lr_loss.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/add_bias.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/gather_record.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/pairwise_similarity.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/batch_mse_loss.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/split.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/sampling_train.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/sampling_trainable_mixin.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/sparse_feature_hash.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/margin_rank_loss.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers/build_index.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/examples
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/examples/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/examples/lmdb_create_example.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/examples/resnet50_trainer.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/examples/char_rnn.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/db_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/dataio_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/predictor_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/mobile_exporter.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/serde.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/predictor_exporter.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/predictor_exporter_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/mobile_exporter_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor/predictor_py_utils.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/net_builder.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/data_workers_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/embedding_generation_benchmark.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/python_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/workspace_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/optimizer_test_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep_test_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/model_helper.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/hypothesis_test_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl_test_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/tt_core.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/core.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/regularizer_context.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/device_checker.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/data_workers.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/data_parallel_model.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/schema_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/net_drawer.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/dataio.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/caffe_translator_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/hsm_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/data_parallel_model_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/context_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/visualize.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/session_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/gradient_check_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/crf.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/control_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/frontend.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/error.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/test_onnxifi.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/backend_cpp_rep.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/onnxifi.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/backend_rep.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/workspace.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/conversion_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/onnx_backend_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/test_utils.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/ssa_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/helper_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/tests/c2_ref_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/backend.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/bin
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/bin/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/bin/conversion.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/onnx/helper.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layer_parameter_sharing_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/memonger.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/attention.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/session.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modifier_context.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/net_printer_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/control_ops_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/normalizer.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/caffe_translator.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/regularizer.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/scope.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layers_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test/executor_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test/executor_test_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test/blob_deallocation_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test/do_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/docs
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/docs/parser.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/docs/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/docs/generator.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/docs/formatter.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/docs/github.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/scope_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/convnet_benchmarks.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/brew.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/normalizer_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/numa_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/experiment_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/predictor_constants.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/parallel_workers_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/parallel_workers.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/trt
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/trt/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/trt/test_trt.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/trt/transform.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/task.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/optimizer_context.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/net_builder_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/net_printer.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/feature_maps_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/group_conv_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/flatten_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/reduce_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/momentum_sgd_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/cosine_embedding_criterion_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/hsm_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/layer_norm_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/integral_image_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/flexible_top_k_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/jsd_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/reduction_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/resize_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/pack_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/dropout_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/python_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/cast_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/pooling_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/batch_sparse_to_dense_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/ngram_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/apmeter_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/selu_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/learning_rate_adaption_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/lengths_tile_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/mean_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/dataset_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/moments_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/extend_tensor_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/leaky_relu_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sparse_gradient_checker_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/specialized_segment_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/recurrent_network_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/roi_align_rotated_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/blobs_queue_db_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/activation_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/prepend_dim_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/segment_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/shape_inference_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/adagrad_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/assert_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/math_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/upsample_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/locally_connected_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/mpi_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/glu_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/clip_tensor_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/tile_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/crf_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/record_queue_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/mod_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sequence_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/transpose_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/deform_conv_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/index_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/basic_rnn_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/arg_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/concat_split_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/gru_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/load_save_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/merge_id_lists_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/batch_bucketize_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/mkl_speed_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/conditional_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/lengths_pad_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/index_hash_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/trigonometric_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/gather_ranges_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/enforce_finite_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/matmul_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/given_tensor_fill_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/utility_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/elementwise_op_broadcast_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/top_k_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/ensure_clipped_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/loss_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/wngrad_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/weighted_sum_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/distance_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sparse_normalize_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/fc_operator_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/lars_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sinusoid_position_encoding_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/key_split_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/elementwise_linear_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/onnx_while_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/numpy_tile_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/cudnn_recurrent_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/ceil_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sparse_lengths_sum_benchmark.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/adadelta_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/margin_ranking_criterion_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/stats_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/instance_norm_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/depthwise_3x3_conv_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/one_hot_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/im2col_col2im_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/lpnorm_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/mkl_packed_fc_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/boolean_unmask_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/spatial_bn_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/filler_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/copy_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/emptysample_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/negate_gradient_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/video_input_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/gather_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/atomic_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/unique_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/learning_rate_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/softmax_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/hyperbolic_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/lengths_top_k_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/thresholded_relu_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/elementwise_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/string_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/conv_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/conv_transpose_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/listwise_l2r_operator_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/bbox_transform_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/boolean_mask_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/mkl_conv_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/percentile_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/adagrad_test_helper.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/rank_loss_operator_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/piecewise_linear_transform_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/expand_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/batch_box_cox_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/adam_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/floor_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/channel_backprop_stats_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/image_input_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/duplicate_operands_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/partition_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/unique_uniform_fill_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/batch_moments_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/rmac_regions_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/recurrent_net_executor_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/elementwise_logical_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/square_root_divide_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/normalize_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/channel_stats_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/group_norm_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/pad_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/weighted_sample_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/cross_entropy_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/checkpoint_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sparse_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/channel_shuffle_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/sparse_to_dense_mask_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/counter_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/ctc_greedy_decoder_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/clip_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/rnn_cell_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/pack_rnn_sequence_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/rebatching_queue_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/text_file_reader_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/affine_channel_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/weighted_multi_sample_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/reshape_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/softplus_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/map_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/find_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/ensure_cpu_output_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/box_with_nms_limit_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/order_switch_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/bisect_percentile_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/rand_quantization_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/operator_test/rand_quantization_op_speed_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/convnet_benchmarks_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/pipeline_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/cached_reader.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/context.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/text_file_reader.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/extension_loader.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/rnn_cell.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/sparse_to_dense_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/parallelize_bmuf_distributed_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/dropout_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/LRN_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/test_ideep_net.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/convfusion_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/softmax_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/squeeze_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/concat_split_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/elementwise_sum_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/relu_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/spatial_bn_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/pool_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/transform_ideep_net.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/copy_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/fc_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/ideep/conv_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/functional.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/_import_c_extension.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/gradient_checker.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/checkpoint.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/build.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layer_test_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/regularizer_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/hypothesis_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/fused_8bit_rowwise_conversion_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/core_gradients_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/resnet_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/download.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/resnet.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/__sym_init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/seq2seq_beam_search_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/beam_search.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/seq2seq_model_helper.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/seq2seq_model_helper_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/seq2seq_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/train.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/models/seq2seq/translate.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mint
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mint/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mint/app.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/model_device_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/control_ops.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/dropout.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/tools.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/elementwise_linear.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/normalization.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/array_helpers.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/fc.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/conv.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/pooling.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/algebra.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/arg_scope.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/nonlinearity.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/db_input.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/helpers/train.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/cnn.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/core_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/workspace.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/muji.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/gru_cell.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/schema.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/dyndep.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/muji_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/toy_regression_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layer_model_helper.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/sparse_to_dense_mask_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/benchmark_generator.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/brew_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/optimizer_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/control_ops_grad.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/binarysize.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/control.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/rnn
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/rnn/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/rnn/lstm_comparison.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/rnn/rnn_cell_test_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/db_file_reader.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/tt_core_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/dataset.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/numa_benchmark.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/normalizer_context.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/timeout_guard.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/initializers.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/compute_histogram_for_blobs_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/initializers_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/compute_norm_for_blobs_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/gradient_clipping_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/parameter_sharing_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/compute_histogram_for_blobs.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/get_entry_from_blobs_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/parameter_info.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/get_entry_from_blobs.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/compute_norm_for_blobs.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/net_modifier.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/compute_statistics_for_blobs_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/parameter_sharing.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/gradient_clipping.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/modeling/compute_statistics_for_blobs.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/queue_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/memonger_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/record_queue.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/pipeline.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/observer_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/functional_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_relu_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_squeeze_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_elementwise_sum_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_copy_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_elementwise_add_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_fill_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_LRN_speed_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_pool_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/rewrite_graph_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_speed_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_pool_speed_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_fc_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_LRN_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_fc_speed_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_conv_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_sbn_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_sigmoid_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_sbn_speed_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/mkl_concat_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/mkl/rewrite_graph.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/checkpoint_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/allcompare_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/lstm_benchmark.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/transformations_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/utils.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/transformations.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/test_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/layer_model_instantiator.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/recurrent.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/optimizer.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/model_helper_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/sgd
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/sgd/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/funhash_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/tt_contraction_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/tt_pad_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/sparse_reshape_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/convnet_benchmarks.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/net_construct_bench.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/device_reduce_sum_bench.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/SparseTransformer.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/experiments/python/sparse_funhash_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/tensorboard
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/tensorboard/tensorboard_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/tensorboard/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/tensorboard/tensorboard_exporter.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/tensorboard/tensorboard.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/tensorboard/tensorboard_exporter_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nccl
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nccl/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nccl/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nccl/nccl_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/compute_topk_accuracy.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/AnyExpOnTerm.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/ModuleRegister.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/compute_loss.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/meter.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/checkpoint.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/module_map.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/output_generator.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/gfs_IN1k.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/IN1k_resnet.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/playground/AnyExp.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/opencl
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/opencl/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nnpack
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nnpack/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/nnpack/nnpack_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/shm_mutex
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/shm_mutex/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/gen_op.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/docs
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/docs/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/docs/sample.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/aten/aten_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/warpctc
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/warpctc/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/warpctc/ctc_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/prof
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/prof/htrace_to_chrome.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/prof/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/prof/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/prof/cuda_profile_ops_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/make-data
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/make-data/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/make-data/make-data.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/make-data/pyext
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/make-data/pyext/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/convdata.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/layer.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/convnet.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/initw.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/shownet.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/python_util
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/python_util/util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/python_util/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/python_util/options.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/python_util/data.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/python_util/gpumodel.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/cudaconvnet
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/cuda-convnet2/cudaconvnet/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script/examples
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script/examples/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script/examples/run_examples.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script/caffe2_script_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/script/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/gloo
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/gloo/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/gloo/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/contrib/gloo/gloo_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mpi
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mpi/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/ideep
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/ideep/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/queue
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/queue/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/contrib
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/contrib/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/contrib/depthwise
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/contrib/depthwise/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/contrib/nnpack
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/share/contrib/nnpack/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/video
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/video/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/hsm_pb2.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/caffe2_pb2.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/prof_dag_pb2.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/CMakeFiles/Caffe2_PROTO.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/predictor_consts_pb2.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/metanet_pb2.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/proto/caffe2_legacy_pb2.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/perfkernels
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/perfkernels/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/perfkernels/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/perfkernels/hp_emblookup_codegen.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/distributed
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/distributed/file_store_handler_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/distributed/redis_store_handler_op_test.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/distributed/__init__.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/distributed/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/distributed/store_ops_test_util.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/observers
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/observers/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/opt
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/opt/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mkl
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/mkl/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/transforms
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/transforms/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/utils
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/cuda
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/api
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/api/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/jit
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/jit/generated
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/jit/script
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/autograd
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/generated
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/functions
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_api.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_api.dir/__
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_api.dir/__/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_jit.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_jit.dir/csrc
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/CMakeFiles/test_jit.dir/csrc/jit
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/nanopb_pb2.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/generate_nanopb_pb2.py.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/protobuf-nanopb.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/Export
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/Export/lib
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/Export/lib/cmake
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/Export/lib/cmake/protobuf
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/CMakeFiles/generate_plugin_pb2.py.dir
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/torch/protobuf-nanopb/plugin_pb2.py
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/THCUNN
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/THCUNN/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/THNN
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/THNN/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/TH
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/TH/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen/core
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen/core/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen/cmake-exports
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen/test
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/ATen/test/CMakeFiles
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/THC
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/aten/src/THC/CMakeFiles
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/TH.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THAllocator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THMath.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THBlas.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THDiskFile.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THFile.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THFilePrivate.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THGeneral.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THGenerateAllTypes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THGenerateDoubleType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THGenerateFloatType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THGenerateHalfType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THGenerateLongType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THGenerateIntType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THGenerateShortType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THGenerateCharType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THGenerateByteType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THGenerateFloatTypes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THGenerateIntTypes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THLapack.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THLogAdd.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THMemoryFile.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THRandom.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THSize.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THStorage.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THStorageFunctions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THTensor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THTensorApply.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THTensorDimApply.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THVector.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THHalf.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THTensor.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THStorageFunctions.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THGenerator.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/THTypeConversion.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/vector/AVX.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/vector/AVX2.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/vector/avx_mathfun.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THBlas.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THBlas.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THLapack.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THLapack.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THStorage.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THStorage.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THStorageCopy.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THStorageCopy.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensor.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensor.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorConv.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorConv.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorCopy.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorCopy.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorLapack.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorLapack.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorMath.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorMath.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorRandom.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorRandom.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THVectorDispatch.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THVector.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorFastGetSet.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THNN/generic/THNN.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THC.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCGeneral.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCGeneral.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCBlas.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCSleep.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCStorage.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCStorageCopy.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCStream.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensorCopy.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensorCopy.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensorRandom.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensorMath.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCApply.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCReduce.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCReduceAll.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCReduceApplyUtils.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensorMathReduce.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCAsmUtils.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCAtomics.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCScanUtils.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCSortUtils.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCAllocator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCCachingAllocator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCCachingHostAllocator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCDeviceUtils.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensor.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensor-inl.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensorUtils.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensorUtils-inl.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCGenerateAllTypes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCGenerateByteType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCGenerateCharType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCGenerateShortType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCGenerateIntType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCGenerateLongType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCGenerateHalfType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCGenerateFloatType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCGenerateFloatTypes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCGenerateDoubleType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCHalf.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCIntegerDivider.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCNumerics.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensorSort.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensorInfo.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensorMathPointwise.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensorTypeUtils.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensorRandom.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensorMathMagma.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCThrustAllocator.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensorMode.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensorTopK.cuh
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/include/THC/THCCachingAllocator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCGenerator.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCTensor.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/THCStorage.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.cpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMasked.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMasked.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMath.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMath.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathBlas.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathBlas.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompare.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompare.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompareT.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompareT.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathMagma.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathMagma.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPairwise.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPairwise.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPointwise.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPointwise.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathReduce.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathReduce.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathScan.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathScan.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorScatterGather.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorScatterGather.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorIndex.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorIndex.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorSort.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorSort.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorRandom.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorRandom.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMode.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMode.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorTopK.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorTopK.cu
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THCUNN
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THCUNN/vol2col.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THCUNN/THCHalfAutoNumerics.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THCUNN/im2col.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THCUNN/SharedMem.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THCUNN/common.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THCUNN/linear_upsampling.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THCUNN/generic
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THCUNN/generic/THCUNN.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THCUNN/THCUNN.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THCUNN/row2col.h
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/ATen/ATenConfig.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/ATen.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/AccumulateType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Allocator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/ArrayRef.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Backend.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Backtrace.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CPUApplyUtils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CPUFixedAllocator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CPUGeneral.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CUDAGuard.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CUDAStream.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CheckGenerator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Config.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Context.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/DLConvertor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Device.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/DeviceGuard.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/DimVector.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Dispatch.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Error.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/ExpandUtils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Formatting.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Generator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Half.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/InferSize.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Layout.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/MatrixRef.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/OptionsGuard.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Parallel.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Registry.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Retainable.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Scalar.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/ScalarType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/ScalarTypeUtils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SmallVector.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseTensorImpl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseTensorRef.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Storage.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/StorageImpl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/TensorAccessor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/TensorBase.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/TensorGeometry.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/TensorImpl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/TensorOperators.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/TensorOptions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/TensorUtils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/UndefinedTensor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/UndefinedType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/WrapDimUtils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/WrapDimUtilsMulti.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/detail/CUDAHooksInterface.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/detail/FunctionTraits.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/detail/ScalarTypeConversions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/detail/VariableHooksInterface.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/div_rtn.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/dlpack.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/optional.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/ATenCoreTest.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/ATenGeneral.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/AlignOf.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/ArrayRef.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/Backend.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/Backtrace.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/C++17.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/Deprecated.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/DeviceType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/Error.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/Generator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/Half-inl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/Half.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/IdWrapper.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/Layout.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/Macros.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/Reduction.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/ScalarType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/SmallVector.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/TensorTypeId.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/TensorTypeIdRegistration.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/UniqueVoidPtr.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/intrusive_ptr.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/optional.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/core/typeid.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/ATenCUDAGeneral.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDAApplyUtils.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDAConfig.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDAContext.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDAEvent.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDAGuard.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDAHalf.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDAStream.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDATensorMethods.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/Exceptions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/PinnedMemoryAllocator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/detail/CUDAHooks.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/detail/IndexUtils.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/detail/KernelUtils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/detail/OffsetCalculator.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cuda/detail/TensorInfo.cuh
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cudnn/Descriptors.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cudnn/Exceptions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cudnn/Handle.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cudnn/Handles.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cudnn/Types.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cudnn/Utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/cudnn/cudnn-wrapper.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CPUByteType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CPUCharType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CPUDoubleType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CPUFloatType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CPUGenerator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CPUHalfType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CPUIntType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CPULongType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CPUShortType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Functions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/NativeFunctions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUByteType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUCharType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUDoubleType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUFloatType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUIntType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCPULongType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUShortType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Tensor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/TensorMethods.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/Type.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CUDAByteType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CUDACharType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CUDADoubleType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CUDAFloatType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CUDAGenerator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CUDAHalfType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CUDAIntType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CUDALongType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/CUDAShortType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/RegisterCUDA.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAByteType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDACharType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDADoubleType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAFloatType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAIntType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDALongType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAShortType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/share/ATen/Declarations.yaml
-- Installing: /root/pytorch/torch/lib/tmp_install/include/sleef.h
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libsleef.a
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/torch.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/python_headers.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Exceptions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/copy_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/nn
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/nn/type_checks.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/serialization.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/onnx
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/onnx/onnx.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/onnx/init.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Types.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/disallow_copy.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/variadic.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_scalars.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_stub.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/auto_gil.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_types.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_numbers.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_flatten.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_conversion_dispatch.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_compat.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_layouts.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_apply.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tuple_parser.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_strings.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/cuda_enabled.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_dtypes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_tuples.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/hash.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/memory.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_new.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/invalid_arguments.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_numpy.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/pybind.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_list.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_arg_parser.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/object_ptr.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/cuda_lazy_init.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/numpy_stub.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/functional.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/tensor
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/tensor/python_tensor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/serialization.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/device_set.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/undef_macros.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/THCP.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/restore_macros.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/cuda_check.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/python_comm.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/Stream.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/nccl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/Storage.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/python_nccl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/Module.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/comm.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/override_macros.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/THP.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/src
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/src/nn
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/src/nn/modules
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/src/optim
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/cuda.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/torch.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/module.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/batchnorm.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/conv.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/linear.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/any.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/rnn.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/dropout.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/embedding.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/sequential.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/functional.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/cloneable.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/parallel
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/parallel/data_parallel.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/cursor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/pimpl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/init.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/serialization.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/expanding_array.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/detail
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/detail/static.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/detail/ordered_dict.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/tensor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim/rmsprop.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim/optimizer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim/adagrad.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim/adam.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim/lbfgs.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim/sgd.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/PythonTypes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/autodiff.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/python_ir.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/import.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/source_location.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/export.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/variable_tensor_list.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/fusion_compiler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/python_arg_flatten.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/interpreter.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/function_schema.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/interned_strings.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/generic_if.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/tracer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/argument_spec.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/python_tracer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/symbolic_variable.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/graph_executor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/code_template.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/resource_guard.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/ir.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/pybind.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/init.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/attributes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/named_value.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/parser.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/python_tree_views.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/lexer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/tree_views.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/compiler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/init.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/module.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/error_report.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/tree.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/create_autodiff_subgraphs.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/onnx.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/shape_analysis.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/canonicalize.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/graph_fuser.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/onnx
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/onnx/fixup_onnx_loop.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/onnx/peephole.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/common_subexpression_elimination.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/lower_tuples.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/inplace_check.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/peephole.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/dead_code_elimination.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/batch_mm.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/remove_expands.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/decompose_addmm.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/loop_unrolling.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/to_batch.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/erase_number_types.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/lower_grad_of.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/constant_propagation.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/specialize_undef.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/graph_node_list.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/type.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/custom_operator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/generated
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/generated/aten_interned_strings.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/pybind_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/operator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/interned_strings_class.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/source_range.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/serialization.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/stack.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/ivalue.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/constants.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/assertions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/batched
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/batched/BatchTensor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Size.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Generator.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/THP_export.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Dtype.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/generic
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/generic/utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/generic/serialization.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/generic/Storage.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/DynamicTypes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Storage.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/THDP.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/copy_utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/undef_macros.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/override_macros.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/c10d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/c10d/c10d.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/c10d/ddp.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Device.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/input_buffer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/saved_variable.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/function.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/autograd.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/variable.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_engine.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_variable_indexing.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/utils
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/utils/wrap_outputs.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/utils/python_error_messages.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/utils/python_arg_parsing.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_variable.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/variable_version.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_legacy_variable.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/edge.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/function_hook.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/engine.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_function.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/profiler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions/accumulate_grad.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions/utils.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions/basic_ops.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions/pybind.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions/tensor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions/comm.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_hook.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/symbolic.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_cpp_function.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/grad_mode.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/python_functions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/python_variable_methods_dispatch.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/python_nn_functions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/VariableType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/python_nn_functions_dispatch.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/python_torch_functions_dispatch.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/Functions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/variable_factories.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/input_metadata.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/type_and_shape.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/anomaly_mode.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_anomaly_mode.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Layout.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/byte_order.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Module.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/THP_API.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/variable_tensor_functions.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/PtrWrapper.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/DataLoader.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/WindowsTorchApiMacro.h
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libtorch.so.1
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/lib/libtorch.so.1" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libtorch.so
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/nanopb_pb2.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/plugin_pb2.py
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libprotobuf-nanopb.a
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/nanopb-targets.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/nanopb-targets-release.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/nanopb-config.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/nanopb-config-version.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/include/pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/pb_common.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/pb_encode.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/pb_decode.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/proto/caffe2.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/proto/caffe2_legacy.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/proto/hsm.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/proto/metanet.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/proto/predictor_consts.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/caffe2/proto/prof_dag.pb.h
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libnomnigraph.a
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Transformations
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Transformations/Match.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Transformations/SubgraphMatcher.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Support
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Support/Common.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Support/Pointer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Support/Casting.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Graph
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Graph/Algorithms.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Graph/TarjansImpl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Graph/Graph.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Graph/BinaryMatchImpl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Converters
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Converters/Dot.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Representations
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Representations/NeuralNet.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Representations/Compiler.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Representations/ControlFlow.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Generated
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Generated/OpClasses.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Generated/OpEnum.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/include/nomnigraph/Generated/OpNames.h
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libcaffe2_detectron_ops_gpu.so
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/lib/libcaffe2_detectron_ops_gpu.so" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib:/root/usr/local/opencv/lib"
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libcaffe2_observers.so
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/lib/libcaffe2_observers.so" to "/root/pytorch/torch/lib/tmp_install/lib:/usr/local/lib"
+ [[ 1 -ne 0 ]]
+ find . -name proto
./caffe2/proto
+ for proto_file in './caffe2/proto/*.py'
+ cp ./caffe2/proto/__init__.py ../caffe2/proto/
+ for proto_file in './caffe2/proto/*.py'
+ cp ./caffe2/proto/caffe2_legacy_pb2.py ../caffe2/proto/
+ for proto_file in './caffe2/proto/*.py'
+ cp ./caffe2/proto/caffe2_pb2.py ../caffe2/proto/
+ for proto_file in './caffe2/proto/*.py'
+ cp ./caffe2/proto/hsm_pb2.py ../caffe2/proto/
+ for proto_file in './caffe2/proto/*.py'
+ cp ./caffe2/proto/metanet_pb2.py ../caffe2/proto/
+ for proto_file in './caffe2/proto/*.py'
+ cp ./caffe2/proto/predictor_consts_pb2.py ../caffe2/proto/
+ for proto_file in './caffe2/proto/*.py'
+ cp ./caffe2/proto/prof_dag_pb2.py ../caffe2/proto/
++ uname
+ [[ Linux == \D\a\r\w\i\n ]]
+ for arg in '"$@"'
+ [[ nanopb == \n\c\c\l ]]
+ [[ nanopb == \g\l\o\o ]]
+ [[ nanopb == \c\a\f\f\e\2 ]]
+ [[ nanopb == \T\H\D ]]
+ [[ nanopb == \l\i\b\s\h\m ]]
+ [[ nanopb == \l\i\b\s\h\m\_\w\i\n\d\o\w\s ]]
+ [[ nanopb == \c\1\0\d ]]
+ pushd /root/pytorch/third_party
~/pytorch/third_party ~/pytorch/build
+ build nanopb
+ [[ -z '' ]]
+ CMAKE_ARGS=()
+ mkdir -p build/nanopb
+ pushd build/nanopb
~/pytorch/third_party/build/nanopb ~/pytorch/third_party ~/pytorch/build
+ BUILD_C_FLAGS=
+ case $1 in
+ BUILD_C_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fPIC -fexceptions'
+ cmake ../../nanopb -DCMAKE_MODULE_PATH=/root/pytorch/cmake/Modules_CUDA_fix -DTorch_FOUND=1 -DCMAKE_INSTALL_PREFIX=/root/pytorch/torch/lib/tmp_install '-DCMAKE_C_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fPIC -fexceptions ' '-DCMAKE_CXX_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fPIC -fexceptions  -std=c++11  ' '-DCMAKE_EXE_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' '-DCMAKE_SHARED_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' -DCMAKE_INSTALL_LIBDIR=/root/pytorch/torch/lib/tmp_install/lib '-DCUDA_NVCC_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1' -DCUDA_DEVICE_DEBUG=0 -DCMAKE_PREFIX_PATH=/root/pytorch/torch/lib/tmp_install '-Dcwrap_files=/root/pytorch/torch/lib/ATen/Declarations.cwrap;/root/pytorch/torch/lib/THNN/generic/THNN.h;/root/pytorch/torch/lib/THCUNN/generic/THCUNN.h;/root/pytorch/torch/lib/ATen/nn.yaml' -DTH_INCLUDE_PATH=/root/pytorch/torch/lib/tmp_install/include -DTH_LIB_PATH=/root/pytorch/torch/lib/tmp_install/lib -DTH_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTH.so -DCAFFE2_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libcaffe2.so -DTHNN_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHNN.so -DTHCUNN_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHCUNN.so -DTHS_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHS.so -DTHC_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHC.so -DTHCS_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHCS.so -DTH_SO_VERSION=1 -DTHC_SO_VERSION=1 -DTHNN_SO_VERSION=1 -DTHCUNN_SO_VERSION=1 -DTHD_SO_VERSION=1 -DUSE_CUDA=1 -DNO_NNPACK=1 -DNCCL_EXTERNAL=1 -Dnanopb_BUILD_GENERATOR=0 -DCMAKE_DEBUG_POSTFIX= -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1
-- 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:

    CAFFE2_LIBRARIES
    CMAKE_CXX_FLAGS
    CMAKE_DEBUG_POSTFIX
    CUDA_DEVICE_DEBUG
    CUDA_NVCC_FLAGS
    NCCL_EXTERNAL
    NO_NNPACK
    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
    USE_CUDA
    cwrap_files


-- Build files have been written to: /root/pytorch/third_party/build/nanopb
+ make install -j12
Scanning dependencies of target protobuf-nanopb
[ 25%] Building C object CMakeFiles/protobuf-nanopb.dir/pb_common.c.o
[ 50%] 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: /root/pytorch/torch/lib/tmp_install/lib/libprotobuf-nanopb.a
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets-release.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config-version.cmake
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/include/pb.h
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/include/pb_common.h
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/include/pb_encode.h
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/include/pb_decode.h
+ popd
~/pytorch/third_party ~/pytorch/build
++ uname
+ [[ Linux == \D\a\r\w\i\n ]]
+ popd
~/pytorch/build
+ for arg in '"$@"'
+ [[ libshm == \n\c\c\l ]]
+ [[ libshm == \g\l\o\o ]]
+ [[ libshm == \c\a\f\f\e\2 ]]
+ [[ libshm == \T\H\D ]]
+ [[ libshm == \l\i\b\s\h\m ]]
+ pushd /root/pytorch/torch/lib
~/pytorch/torch/lib ~/pytorch/build
+ build libshm
+ [[ -z '' ]]
+ CMAKE_ARGS=()
+ mkdir -p build/libshm
+ pushd build/libshm
~/pytorch/torch/lib/build/libshm ~/pytorch/torch/lib ~/pytorch/build
+ BUILD_C_FLAGS=
+ case $1 in
+ BUILD_C_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions'
+ cmake ../../libshm -DCMAKE_MODULE_PATH=/root/pytorch/cmake/Modules_CUDA_fix -DTorch_FOUND=1 -DCMAKE_INSTALL_PREFIX=/root/pytorch/torch/lib/tmp_install '-DCMAKE_C_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions ' '-DCMAKE_CXX_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions  -std=c++11  ' '-DCMAKE_EXE_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' '-DCMAKE_SHARED_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' -DCMAKE_INSTALL_LIBDIR=/root/pytorch/torch/lib/tmp_install/lib '-DCUDA_NVCC_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1' -DCUDA_DEVICE_DEBUG=0 -DCMAKE_PREFIX_PATH=/root/pytorch/torch/lib/tmp_install '-Dcwrap_files=/root/pytorch/torch/lib/ATen/Declarations.cwrap;/root/pytorch/torch/lib/THNN/generic/THNN.h;/root/pytorch/torch/lib/THCUNN/generic/THCUNN.h;/root/pytorch/torch/lib/ATen/nn.yaml' -DTH_INCLUDE_PATH=/root/pytorch/torch/lib/tmp_install/include -DTH_LIB_PATH=/root/pytorch/torch/lib/tmp_install/lib -DTH_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTH.so -DCAFFE2_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libcaffe2.so -DTHNN_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHNN.so -DTHCUNN_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHCUNN.so -DTHS_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHS.so -DTHC_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHC.so -DTHCS_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHCS.so -DTH_SO_VERSION=1 -DTHC_SO_VERSION=1 -DTHNN_SO_VERSION=1 -DTHCUNN_SO_VERSION=1 -DTHD_SO_VERSION=1 -DUSE_CUDA=1 -DNO_NNPACK=1 -DNCCL_EXTERNAL=1 -Dnanopb_BUILD_GENERATOR=0 -DCMAKE_DEBUG_POSTFIX= -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1
-- 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 pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
CMake Warning (dev) at /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/Caffe2Config.cmake:21 (if):
  if given arguments:

    "ON"

  An argument named "ON" appears in a conditional statement.  Policy CMP0012
  is not set: if() recognizes numbers and boolean constants.  Run "cmake
  --help-policy CMP0012" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.
Call Stack (most recent call first):
  CMakeLists.txt:7 (FIND_PACKAGE)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/Caffe2Config.cmake:35 (if):
  if given arguments:

    "ON"

  An argument named "ON" appears in a conditional statement.  Policy CMP0012
  is not set: if() recognizes numbers and boolean constants.  Run "cmake
  --help-policy CMP0012" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.
Call Stack (most recent call first):
  CMakeLists.txt:7 (FIND_PACKAGE)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Caffe2: Found protobuf with new-style protobuf targets.
-- Caffe2: Protobuf version 3.5.0
-- Found CUDA: /usr/local/cuda-9.0 (found suitable version "9.0", minimum required is "7.0") 
-- Caffe2: CUDA detected: 9.0
-- Caffe2: CUDA nvcc is: /usr/local/cuda-9.0/bin/nvcc
-- Caffe2: CUDA toolkit directory: /usr/local/cuda-9.0
-- Caffe2: Header version is: 9.0
-- Found CUDNN: /usr/include/  
-- Found cuDNN: v7.2.1  (include: /usr/include/, library: /usr/lib/x86_64-linux-gnu/libcudnn.so.7)
-- Autodetected CUDA architecture(s): 6.1 
-- Added CUDA NVCC flags for: -gencode;arch=compute_61,code=sm_61
CMake Warning (dev) at /root/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/Caffe2Config.cmake:86 (if):
  if given arguments:

    "ON" "AND" "NOT" "CAFFE2_USE_CUDNN"

  An argument named "ON" appears in a conditional statement.  Policy CMP0012
  is not set: if() recognizes numbers and boolean constants.  Run "cmake
  --help-policy CMP0012" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.
Call Stack (most recent call first):
  CMakeLists.txt:7 (FIND_PACKAGE)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- 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
    NCCL_EXTERNAL
    NO_NNPACK
    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
    USE_CUDA
    cwrap_files
    nanopb_BUILD_GENERATOR


-- Build files have been written to: /root/pytorch/torch/lib/build/libshm
+ make install -j12
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 executable torch_shm_manager
CMakeFiles/torch_shm_manager.dir/manager.cpp.o: In function `main':
manager.cpp:(.text.startup+0x35): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
[ 75%] Built target torch_shm_manager
[100%] Linking CXX shared library libshm.so
[100%] Built target shm
Install the project...
-- Install configuration: "Release"
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libshm.so
-- Set runtime path of "/root/pytorch/torch/lib/tmp_install/lib/libshm.so" to ""
-- Installing: /root/pytorch/torch/lib/tmp_install/include/libshm.h
-- Installing: /root/pytorch/torch/lib/tmp_install/bin/torch_shm_manager
+ popd
~/pytorch/torch/lib ~/pytorch/build
++ uname
+ [[ Linux == \D\a\r\w\i\n ]]
+ popd
~/pytorch/build
+ for arg in '"$@"'
+ [[ gloo == \n\c\c\l ]]
+ [[ gloo == \g\l\o\o ]]
+ pushd /root/pytorch/third_party
~/pytorch/third_party ~/pytorch/build
+ build gloo -DUSE_CUDA=1 -DNCCL_ROOT_DIR=/usr/
+ [[ -z '' ]]
+ CMAKE_ARGS=()
+ mkdir -p build/gloo
+ pushd build/gloo
~/pytorch/third_party/build/gloo ~/pytorch/third_party ~/pytorch/build
+ BUILD_C_FLAGS=
+ case $1 in
+ BUILD_C_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions'
+ cmake ../../gloo -DCMAKE_MODULE_PATH=/root/pytorch/cmake/Modules_CUDA_fix -DTorch_FOUND=1 -DCMAKE_INSTALL_PREFIX=/root/pytorch/torch/lib/tmp_install '-DCMAKE_C_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions ' '-DCMAKE_CXX_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions  -std=c++11  ' '-DCMAKE_EXE_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' '-DCMAKE_SHARED_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' -DCMAKE_INSTALL_LIBDIR=/root/pytorch/torch/lib/tmp_install/lib '-DCUDA_NVCC_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1' -DCUDA_DEVICE_DEBUG=0 -DCMAKE_PREFIX_PATH=/root/pytorch/torch/lib/tmp_install '-Dcwrap_files=/root/pytorch/torch/lib/ATen/Declarations.cwrap;/root/pytorch/torch/lib/THNN/generic/THNN.h;/root/pytorch/torch/lib/THCUNN/generic/THCUNN.h;/root/pytorch/torch/lib/ATen/nn.yaml' -DTH_INCLUDE_PATH=/root/pytorch/torch/lib/tmp_install/include -DTH_LIB_PATH=/root/pytorch/torch/lib/tmp_install/lib -DTH_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTH.so -DCAFFE2_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libcaffe2.so -DTHNN_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHNN.so -DTHCUNN_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHCUNN.so -DTHS_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHS.so -DTHC_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHC.so -DTHCS_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHCS.so -DTH_SO_VERSION=1 -DTHC_SO_VERSION=1 -DTHNN_SO_VERSION=1 -DTHCUNN_SO_VERSION=1 -DTHD_SO_VERSION=1 -DUSE_CUDA=1 -DNO_NNPACK=1 -DNCCL_EXTERNAL=1 -Dnanopb_BUILD_GENERATOR=0 -DCMAKE_DEBUG_POSTFIX= -DCMAKE_BUILD_TYPE=Release -DUSE_CUDA=1 -DNCCL_ROOT_DIR=/usr/ -DCMAKE_EXPORT_COMPILE_COMMANDS=1
-- 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
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found CUDA: /usr/local/cuda-9.0 (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/local/cuda-9.0/lib64/libnvrtc.so
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CAFFE2_LIBRARIES
    CMAKE_DEBUG_POSTFIX
    CMAKE_INSTALL_LIBDIR
    CUDA_DEVICE_DEBUG
    NCCL_EXTERNAL
    NCCL_ROOT_DIR
    NO_NNPACK
    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: /root/pytorch/third_party/build/gloo
+ make install -j12
Scanning dependencies of target gloo
[  9%] Building CXX object gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o
[  9%] Building CXX object gloo/CMakeFiles/gloo.dir/context.cc.o
[  9%] Building CXX object gloo/CMakeFiles/gloo.dir/algorithm.cc.o
[ 12%] Building CXX object gloo/CMakeFiles/gloo.dir/common/linux.cc.o
[ 16%] Building CXX object gloo/CMakeFiles/gloo.dir/common/logging.cc.o
[ 22%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o
[ 22%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o
[ 25%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o
[ 29%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o
[ 32%] Building CXX object gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o
[ 35%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/address.cc.o
[ 38%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o
[ 41%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/device.cc.o
[ 45%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/pair.cc.o
[ 48%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o
[ 51%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o
[ 54%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o
[ 58%] Building CXX object gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o
[ 61%] Linking CXX static library libgloo.a
[ 61%] Built target gloo
[ 64%] Building NVCC (Device) object gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda_private.cu.o
[ 67%] Building NVCC (Device) object gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda.cu.o
Scanning dependencies of target gloo_cuda
[ 70%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_local.cc.o
[ 74%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_bcube.cc.o
[ 77%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_halving_doubling.cc.o
[ 80%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring.cc.o
[ 83%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_broadcast_one_to_all.cc.o
[ 87%] Building CXX object gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring_chunked.cc.o
[ 90%] Linking CXX static library libgloo_cuda.a
[ 90%] Built target gloo_cuda
Scanning dependencies of target gloo_builder
[ 96%] Building CXX object gloo/CMakeFiles/gloo_builder.dir/allreduce_builder.cc.o
[ 96%] Building CXX object gloo/CMakeFiles/gloo_builder.dir/broadcast_builder.cc.o
[100%] Linking CXX static library libgloo_builder.a
[100%] Built target gloo_builder
Install the project...
-- Install configuration: "Release"
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Gloo/GlooConfig.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Gloo/GlooConfigVersion.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Gloo/GlooTargets.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/share/cmake/Gloo/GlooTargets-release.cmake
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libgloo.a
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libgloo_builder.a
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libgloo_cuda.a
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/config.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/algorithm.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/allgather_ring.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/allreduce_halving_doubling.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/allreduce_bcube.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/allreduce_local.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/allreduce_ring.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/allreduce_ring_chunked.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/barrier.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/barrier_all_to_all.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/barrier_all_to_one.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/broadcast_one_to_all.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/reduce_scatter.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/context.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/math.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/pairwise_exchange.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/types.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/common/common.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/common/error.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/common/linux.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/common/linux_devices.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/common/logging.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/common/string.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/rendezvous/file_store.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/rendezvous/hash_store.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/rendezvous/prefix_store.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/rendezvous/store.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/rendezvous/context.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/transport/address.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/transport/buffer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/transport/device.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/transport/pair.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/transport/tcp/address.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/transport/tcp/buffer.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/transport/tcp/device.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/transport/tcp/pair.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/allreduce_builder.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/broadcast_builder.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda_allreduce_bcube.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda_allreduce_halving_doubling.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda_allreduce_halving_doubling_pipelined.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda_allreduce_local.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda_allreduce_ring.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda_allreduce_ring_chunked.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda_broadcast_one_to_all.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda_collectives_device.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda_collectives_host.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda_collectives_native.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda_collectives_nccl.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda_private.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/gloo/cuda_workspace.h
+ popd
~/pytorch/third_party ~/pytorch/build
++ uname
+ [[ Linux == \D\a\r\w\i\n ]]
+ popd
~/pytorch/build
+ for arg in '"$@"'
+ [[ THD == \n\c\c\l ]]
+ [[ THD == \g\l\o\o ]]
+ [[ THD == \c\a\f\f\e\2 ]]
+ [[ THD == \T\H\D ]]
+ pushd /root/pytorch/torch/lib
~/pytorch/torch/lib ~/pytorch/build
+ build THD
+ [[ -z '' ]]
+ CMAKE_ARGS=()
+ mkdir -p build/THD
+ pushd build/THD
~/pytorch/torch/lib/build/THD ~/pytorch/torch/lib ~/pytorch/build
+ BUILD_C_FLAGS=
+ case $1 in
+ BUILD_C_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions'
+ cmake ../../THD -DCMAKE_MODULE_PATH=/root/pytorch/cmake/Modules_CUDA_fix -DTorch_FOUND=1 -DCMAKE_INSTALL_PREFIX=/root/pytorch/torch/lib/tmp_install '-DCMAKE_C_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions ' '-DCMAKE_CXX_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions  -std=c++11  ' '-DCMAKE_EXE_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' '-DCMAKE_SHARED_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' -DCMAKE_INSTALL_LIBDIR=/root/pytorch/torch/lib/tmp_install/lib '-DCUDA_NVCC_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1' -DCUDA_DEVICE_DEBUG=0 -DCMAKE_PREFIX_PATH=/root/pytorch/torch/lib/tmp_install '-Dcwrap_files=/root/pytorch/torch/lib/ATen/Declarations.cwrap;/root/pytorch/torch/lib/THNN/generic/THNN.h;/root/pytorch/torch/lib/THCUNN/generic/THCUNN.h;/root/pytorch/torch/lib/ATen/nn.yaml' -DTH_INCLUDE_PATH=/root/pytorch/torch/lib/tmp_install/include -DTH_LIB_PATH=/root/pytorch/torch/lib/tmp_install/lib -DTH_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTH.so -DCAFFE2_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libcaffe2.so -DTHNN_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHNN.so -DTHCUNN_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHCUNN.so -DTHS_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHS.so -DTHC_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHC.so -DTHCS_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHCS.so -DTH_SO_VERSION=1 -DTHC_SO_VERSION=1 -DTHNN_SO_VERSION=1 -DTHCUNN_SO_VERSION=1 -DTHD_SO_VERSION=1 -DUSE_CUDA=1 -DNO_NNPACK=1 -DNCCL_EXTERNAL=1 -Dnanopb_BUILD_GENERATOR=0 -DCMAKE_DEBUG_POSTFIX= -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1
-- 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
-- Found MPI_C: /usr/local/lib/libmpi.so (found version "3.1") 
-- Found MPI_CXX: /usr/local/lib/libmpi.so (found version "3.1") 
-- Found MPI: TRUE (found version "3.1")  
-- Found Gloo: /root/pytorch/torch/lib/tmp_install/include  
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Caffe2: Found gflags with new-style gflags target.
-- Caffe2: Found glog with new-style glog target.
-- Caffe2: Found protobuf with new-style protobuf targets.
-- Caffe2: Protobuf version 3.5.0
-- Found CUDA: /usr/local/cuda-9.0 (found suitable version "9.0", minimum required is "7.0") 
-- Caffe2: CUDA detected: 9.0
-- Caffe2: CUDA nvcc is: /usr/local/cuda-9.0/bin/nvcc
-- Caffe2: CUDA toolkit directory: /usr/local/cuda-9.0
-- Caffe2: Header version is: 9.0
-- Found CUDNN: /usr/include/  
-- Found cuDNN: v7.2.1  (include: /usr/include/, library: /usr/lib/x86_64-linux-gnu/libcudnn.so.7)
-- Autodetected CUDA architecture(s): 6.1 
-- Added CUDA NVCC flags for: -gencode;arch=compute_61,code=sm_61
-- Found CUDA: /usr/local/cuda-9.0 (found suitable version "9.0", minimum required is "7.5") 
-- Found NCCL: /usr/include  
-- Determining NCCL version from the header file: /usr/include/nccl.h
-- NCCL_MAJOR_VERSION: 2
-- Found NCCL (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnccl.so)
-- MPI_LIBRARIES: /usr/local/lib/libmpi.so
-- Found Gloo, will compile with Gloo distributed backend
-- Building the gloo backend with TCP support only
-- NCCL_LIBRARIES: /usr/lib/x86_64-linux-gnu/libnccl.so
-- NCCL Version 2 or higher found, will compile with NCCL distributed backend
-- MPI_COMPILE_FLAGS: -pthread
-- MPI_LINK_FLAGS: -Wl,-rpath -Wl,/usr/local/lib -Wl,--enable-new-dtags -pthread
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_DEBUG_POSTFIX
    CMAKE_INSTALL_LIBDIR
    NCCL_EXTERNAL
    NO_NNPACK
    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: /root/pytorch/torch/lib/build/THD
+ make install -j12
Scanning dependencies of target THD
[ 11%] Building CXX object CMakeFiles/THD.dir/base/Cuda.cpp.o
[ 11%] Building CXX object CMakeFiles/THD.dir/base/ChannelUtils.cpp.o
[ 22%] Building CXX object CMakeFiles/THD.dir/base/DataChannel.cpp.o
[ 22%] Building CXX object CMakeFiles/THD.dir/base/DataChannelRequest.cpp.o
[ 27%] Building CXX object CMakeFiles/THD.dir/base/RPCType.cpp.o
[ 33%] Building CXX object CMakeFiles/THD.dir/base/data_channels/DataChannelGloo.cpp.o
[ 38%] Building CXX object CMakeFiles/THD.dir/base/data_channels/DataChannelNccl.cpp.o
[ 50%] Building CXX object CMakeFiles/THD.dir/base/data_channels/DataChannelMPI.cpp.o
[ 50%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethodEnv.cpp.o
[ 55%] Building CXX object CMakeFiles/THD.dir/base/data_channels/Store.cpp.o
[ 61%] Building CXX object CMakeFiles/THD.dir/base/data_channels/DataChannelTCP.cpp.o
[ 66%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethod.cpp.o
[ 72%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethodFile.cpp.o
[ 77%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethodTCP.cpp.o
[ 83%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethodUtils.cpp.o
[ 88%] Building CXX object CMakeFiles/THD.dir/process_group/Collectives.cpp.o
[ 94%] Building CXX object CMakeFiles/THD.dir/process_group/General.cpp.o
[100%] Linking CXX static library libTHD.a
[100%] Built target THD
Install the project...
-- Install configuration: "Release"
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libTHD.a
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THD/THD.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THD/base/ChannelType.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THD/base/Cuda.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THD/base/DataChannel.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THD/base/DataChannelRequest.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THD/base/THDGenerateAllTypes.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THD/base/TensorDescriptor.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THD/process_group/Collectives.h
-- Installing: /root/pytorch/torch/lib/tmp_install/include/THD/process_group/General.h
+ popd
~/pytorch/torch/lib ~/pytorch/build
++ uname
+ [[ Linux == \D\a\r\w\i\n ]]
+ popd
~/pytorch/build
+ for arg in '"$@"'
+ [[ c10d == \n\c\c\l ]]
+ [[ c10d == \g\l\o\o ]]
+ [[ c10d == \c\a\f\f\e\2 ]]
+ [[ c10d == \T\H\D ]]
+ [[ c10d == \l\i\b\s\h\m ]]
+ [[ c10d == \l\i\b\s\h\m\_\w\i\n\d\o\w\s ]]
+ [[ c10d == \c\1\0\d ]]
+ pushd /root/pytorch/torch/lib
~/pytorch/torch/lib ~/pytorch/build
+ build c10d
+ [[ -z '' ]]
+ CMAKE_ARGS=()
+ mkdir -p build/c10d
+ pushd build/c10d
~/pytorch/torch/lib/build/c10d ~/pytorch/torch/lib ~/pytorch/build
+ BUILD_C_FLAGS=
+ case $1 in
+ BUILD_C_FLAGS=' -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions'
+ cmake ../../c10d -DCMAKE_MODULE_PATH=/root/pytorch/cmake/Modules_CUDA_fix -DTorch_FOUND=1 -DCMAKE_INSTALL_PREFIX=/root/pytorch/torch/lib/tmp_install '-DCMAKE_C_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions ' '-DCMAKE_CXX_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions  -std=c++11  ' '-DCMAKE_EXE_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' '-DCMAKE_SHARED_LINKER_FLAGS=-L"/root/pytorch/torch/lib/tmp_install/lib"  -Wl,-rpath,$ORIGIN ' -DCMAKE_INSTALL_LIBDIR=/root/pytorch/torch/lib/tmp_install/lib '-DCUDA_NVCC_FLAGS= -I"/root/pytorch/torch/lib/tmp_install/include"   -I"/root/pytorch/torch/lib/tmp_install/include/TH" -I"/root/pytorch/torch/lib/tmp_install/include/THC"   -I"/root/pytorch/torch/lib/tmp_install/include/THS" -I"/root/pytorch/torch/lib/tmp_install/include/THCS"   -I"/root/pytorch/torch/lib/tmp_install/include/THNN" -I"/root/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1' -DCUDA_DEVICE_DEBUG=0 -DCMAKE_PREFIX_PATH=/root/pytorch/torch/lib/tmp_install '-Dcwrap_files=/root/pytorch/torch/lib/ATen/Declarations.cwrap;/root/pytorch/torch/lib/THNN/generic/THNN.h;/root/pytorch/torch/lib/THCUNN/generic/THCUNN.h;/root/pytorch/torch/lib/ATen/nn.yaml' -DTH_INCLUDE_PATH=/root/pytorch/torch/lib/tmp_install/include -DTH_LIB_PATH=/root/pytorch/torch/lib/tmp_install/lib -DTH_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTH.so -DCAFFE2_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libcaffe2.so -DTHNN_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHNN.so -DTHCUNN_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHCUNN.so -DTHS_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHS.so -DTHC_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHC.so -DTHCS_LIBRARIES=/root/pytorch/torch/lib/tmp_install/lib/libTHCS.so -DTH_SO_VERSION=1 -DTHC_SO_VERSION=1 -DTHNN_SO_VERSION=1 -DTHCUNN_SO_VERSION=1 -DTHD_SO_VERSION=1 -DUSE_CUDA=1 -DNO_NNPACK=1 -DNCCL_EXTERNAL=1 -Dnanopb_BUILD_GENERATOR=0 -DCMAKE_DEBUG_POSTFIX= -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1
-- 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 pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Caffe2: Found gflags with new-style gflags target.
-- Caffe2: Found glog with new-style glog target.
-- Caffe2: Found protobuf with new-style protobuf targets.
-- Caffe2: Protobuf version 3.5.0
-- Found CUDA: /usr/local/cuda-9.0 (found suitable version "9.0", minimum required is "7.0") 
-- Caffe2: CUDA detected: 9.0
-- Caffe2: CUDA nvcc is: /usr/local/cuda-9.0/bin/nvcc
-- Caffe2: CUDA toolkit directory: /usr/local/cuda-9.0
-- Caffe2: Header version is: 9.0
-- Found CUDNN: /usr/include/  
-- Found cuDNN: v7.2.1  (include: /usr/include/, library: /usr/lib/x86_64-linux-gnu/libcudnn.so.7)
-- Autodetected CUDA architecture(s): 6.1 
-- Added CUDA NVCC flags for: -gencode;arch=compute_61,code=sm_61
-- Found Gloo: /root/pytorch/torch/lib/tmp_install/include  
-- Gloo_LIBRARY: /root/pytorch/torch/lib/tmp_install/lib/libgloo_cuda.a
-- Gloo_NATIVE_LIBRARY: /root/pytorch/torch/lib/tmp_install/lib/libgloo.a
-- Gloo_INCLUDE_DIR: /root/pytorch/torch/lib/tmp_install/include
-- Found MPI_C: /usr/local/lib/libmpi.so (found version "3.1") 
-- Found MPI_CXX: /usr/local/lib/libmpi.so (found version "3.1") 
-- Found MPI: TRUE (found version "3.1")  
-- MPI_INCLUDE_PATH: /usr/local/include
-- MPI_LIBRARIES: /usr/local/lib/libmpi.so
-- MPIEXEC: /root/.pyenv/shims/mpiexec
-- Found NCCL: /usr/include  
-- Determining NCCL version from the header file: /usr/include/nccl.h
-- NCCL_MAJOR_VERSION: 2
-- Found NCCL (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnccl.so)
-- NCCL_LIBRARIES: /usr/lib/x86_64-linux-gnu/libnccl.so
-- NCCL_INCLUDE_DIRS: /usr/include
-- NCCL Version 2 or higher found, will compile with NCCL distributed backend
-- Found CUDA: /usr/local/cuda-9.0 (found version "9.0") 
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CAFFE2_LIBRARIES
    CMAKE_DEBUG_POSTFIX
    CMAKE_INSTALL_LIBDIR
    NCCL_EXTERNAL
    NO_NNPACK
    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
    USE_CUDA
    cwrap_files
    nanopb_BUILD_GENERATOR


-- Build files have been written to: /root/pytorch/torch/lib/build/c10d
+ make install -j12
Scanning dependencies of target c10d
[  3%] Building CXX object CMakeFiles/c10d.dir/FileStore.cpp.o
[  7%] Building CXX object CMakeFiles/c10d.dir/CUDAUtils.cpp.o
[ 14%] Building CXX object CMakeFiles/c10d.dir/ProcessGroup.cpp.o
[ 14%] Building CXX object CMakeFiles/c10d.dir/Store.cpp.o
[ 18%] Building CXX object CMakeFiles/c10d.dir/TCPStore.cpp.o
[ 22%] Building CXX object CMakeFiles/c10d.dir/Utils.cpp.o
[ 25%] Building CXX object CMakeFiles/c10d.dir/PrefixStore.cpp.o
[ 29%] Building CXX object CMakeFiles/c10d.dir/ProcessGroupGloo.cpp.o
[ 37%] Building CXX object CMakeFiles/c10d.dir/ProcessGroupMPI.cpp.o
[ 37%] Building CXX object CMakeFiles/c10d.dir/ProcessGroupNCCL.cpp.o
/root/pytorch/torch/lib/c10d/ProcessGroupGloo.cpp: In member function 'c10d::AlgorithmEntry* c10d::ProcessGroupGloo::checkout(const c10d::AlgorithmKey&)':
/root/pytorch/torch/lib/c10d/ProcessGroupGloo.cpp:445:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (vec.size() != cacheNumAlgorithmEntries_) {
                  ^
[ 40%] Linking CXX static library libc10d.a
[ 40%] Built target c10d
[ 44%] Building NVCC (Device) object test/CMakeFiles/c10d_cuda_test.dir/c10d_cuda_test_generated_CUDATest.cu.o
Scanning dependencies of target ProcessGroupMPITest
Scanning dependencies of target allreduce
Scanning dependencies of target FileStoreTest
Scanning dependencies of target TCPStoreTest
[ 48%] Building CXX object test/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o
[ 51%] Building CXX object test/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o
[ 55%] Building CXX object test/CMakeFiles/ProcessGroupMPITest.dir/ProcessGroupMPITest.cpp.o
[ 59%] Building CXX object example/CMakeFiles/allreduce.dir/allreduce.cpp.o
[ 62%] Linking CXX executable FileStoreTest
[ 62%] Built target FileStoreTest
/root/pytorch/torch/lib/c10d/example/allreduce.cpp: In function 'int main(int, char**)':
/root/pytorch/torch/lib/c10d/example/allreduce.cpp:16:64: warning: 'at::Tensor at::ones(const at::Type&, at::IntList)' is deprecated [-Wdeprecated-declarations]
     auto x = at::ones(at::CPU(at::kFloat), {1000, 16 * (i + 1)});
                                                                ^
In file included from /root/pytorch/torch/lib/tmp_install/include/ATen/ATen.h:13:0,
                 from /root/pytorch/torch/lib/c10d/../c10d/ProcessGroup.hpp:7,
                 from /root/pytorch/torch/lib/c10d/../c10d/ProcessGroupGloo.hpp:19,
                 from /root/pytorch/torch/lib/c10d/example/allreduce.cpp:2:
/root/pytorch/torch/lib/tmp_install/include/ATen/Functions.h:4001:22: note: declared here
 static inline Tensor ones(const Type & dtype, IntList size) {
                      ^
[ 66%] Linking CXX executable allreduce
[ 70%] Linking CXX executable TCPStoreTest
[ 70%] Built target TCPStoreTest
[ 74%] Linking CXX executable ProcessGroupMPITest
[ 74%] Built target allreduce
[ 74%] Built target ProcessGroupMPITest
Scanning dependencies of target c10d_cuda_test
[ 77%] Linking CXX static library libc10d_cuda_test.a
[ 77%] Built target c10d_cuda_test
Scanning dependencies of target ProcessGroupGlooAsyncTest
Scanning dependencies of target ProcessGroupGlooTest
Scanning dependencies of target ProcessGroupNCCLTest
[ 81%] Building CXX object test/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o
[ 85%] Building CXX object test/CMakeFiles/ProcessGroupNCCLTest.dir/ProcessGroupNCCLTest.cpp.o
[ 88%] Building CXX object test/CMakeFiles/ProcessGroupGlooAsyncTest.dir/ProcessGroupGlooAsyncTest.cpp.o
/root/pytorch/torch/lib/c10d/test/ProcessGroupGlooTest.cpp: In member function 'std::shared_ptr<c10d::ProcessGroup::Work> SignalTest::run(int, int)':
/root/pytorch/torch/lib/c10d/test/ProcessGroupGlooTest.cpp:51:47: warning: 'at::Tensor at::ones(const at::Type&, at::IntList)' is deprecated [-Wdeprecated-declarations]
         at::ones(at::CPU(at::kFloat), {16, 16}),
                                               ^
In file included from /root/pytorch/torch/lib/tmp_install/include/ATen/ATen.h:13:0,
                 from /root/pytorch/torch/lib/c10d/../c10d/ProcessGroup.hpp:7,
                 from /root/pytorch/torch/lib/c10d/../c10d/ProcessGroupGloo.hpp:19,
                 from /root/pytorch/torch/lib/c10d/test/ProcessGroupGlooTest.cpp:16:
/root/pytorch/torch/lib/tmp_install/include/ATen/Functions.h:4001:22: note: declared here
 static inline Tensor ones(const Type & dtype, IntList size) {
                      ^
/root/pytorch/torch/lib/c10d/test/ProcessGroupGlooTest.cpp: In function 'void testAllreduce(const string&, at::Backend)':
/root/pytorch/torch/lib/c10d/test/ProcessGroupGlooTest.cpp:158:64: warning: 'at::Tensor at::ones(const at::Type&, at::IntList)' is deprecated [-Wdeprecated-declarations]
     auto tensor = at::ones(at::getType(b, at::kFloat), {16, 16}) * i;
                                                                ^
In file included from /root/pytorch/torch/lib/tmp_install/include/ATen/ATen.h:13:0,
                 from /root/pytorch/torch/lib/c10d/../c10d/ProcessGroup.hpp:7,
                 from /root/pytorch/torch/lib/c10d/../c10d/ProcessGroupGloo.hpp:19,
                 from /root/pytorch/torch/lib/c10d/test/ProcessGroupGlooTest.cpp:16:
/root/pytorch/torch/lib/tmp_install/include/ATen/Functions.h:4001:22: note: declared here
 static inline Tensor ones(const Type & dtype, IntList size) {
                      ^
/root/pytorch/torch/lib/c10d/test/ProcessGroupGlooTest.cpp: In function 'void testBroadcast(const string&, at::Backend)':
/root/pytorch/torch/lib/c10d/test/ProcessGroupGlooTest.cpp:208:49: warning: 'at::Tensor at::ones(const at::Type&, at::IntList)' is deprecated [-Wdeprecated-declarations]
           inputs[k][l] = at::ones(type, {16, 16}) * (k * stride + l);
                                                 ^
In file included from /root/pytorch/torch/lib/tmp_install/include/ATen/ATen.h:13:0,
                 from /root/pytorch/torch/lib/c10d/../c10d/ProcessGroup.hpp:7,
                 from /root/pytorch/torch/lib/c10d/../c10d/ProcessGroupGloo.hpp:19,
                 from /root/pytorch/torch/lib/c10d/test/ProcessGroupGlooTest.cpp:16:
/root/pytorch/torch/lib/tmp_install/include/ATen/Functions.h:4001:22: note: declared here
 static inline Tensor ones(const Type & dtype, IntList size) {
                      ^
[ 92%] Linking CXX executable ProcessGroupGlooTest
[ 96%] Linking CXX executable ProcessGroupNCCLTest
[100%] Linking CXX executable ProcessGroupGlooAsyncTest
[100%] Built target ProcessGroupGlooTest
[100%] Built target ProcessGroupNCCLTest
[100%] Built target ProcessGroupGlooAsyncTest
Install the project...
-- Install configuration: "Release"
-- Installing: /root/pytorch/torch/lib/tmp_install/lib/libc10d.a
-- Up-to-date: /root/pytorch/torch/lib/tmp_install/include
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d/ProcessGroupGloo.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d/ProcessGroup.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d/ProcessGroupNCCL.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d/Def.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d/Utils.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d/NCCLUtils.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d/CUDAUtils.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d/TCPStore.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d/FileStore.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d/ProcessGroupMPI.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d/Store.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d/PrefixStore.hpp
-- Installing: /root/pytorch/torch/lib/tmp_install/include/c10d/Types.hpp
+ popd
~/pytorch/torch/lib ~/pytorch/build
++ uname
+ [[ Linux == \D\a\r\w\i\n ]]
+ popd
~/pytorch/build
+ pushd /root/pytorch/torch/lib
~/pytorch/torch/lib ~/pytorch/build
+ rm -rf /root/pytorch/torch/lib/tmp_install/lib/cmake
+ rm -rf /root/pytorch/torch/lib/tmp_install/lib/python
+ cp -r /root/pytorch/torch/lib/tmp_install/lib/libTHD.a /root/pytorch/torch/lib/tmp_install/lib/libc10d.a /root/pytorch/torch/lib/tmp_install/lib/libcaffe2.so /root/pytorch/torch/lib/tmp_install/lib/libcaffe2_detectron_ops_gpu.so /root/pytorch/torch/lib/tmp_install/lib/libcaffe2_gpu.so /root/pytorch/torch/lib/tmp_install/lib/libcaffe2_observers.so /root/pytorch/torch/lib/tmp_install/lib/libclog.a /root/pytorch/torch/lib/tmp_install/lib/libcpuinfo.a /root/pytorch/torch/lib/tmp_install/lib/libgloo.a /root/pytorch/torch/lib/tmp_install/lib/libgloo_builder.a /root/pytorch/torch/lib/tmp_install/lib/libgloo_cuda.a /root/pytorch/torch/lib/tmp_install/lib/libnomnigraph.a /root/pytorch/torch/lib/tmp_install/lib/libonnx.a /root/pytorch/torch/lib/tmp_install/lib/libonnx_proto.a /root/pytorch/torch/lib/tmp_install/lib/libonnxifi_dummy.so /root/pytorch/torch/lib/tmp_install/lib/libprotobuf-lite.a /root/pytorch/torch/lib/tmp_install/lib/libprotobuf-nanopb.a /root/pytorch/torch/lib/tmp_install/lib/libprotobuf.a /root/pytorch/torch/lib/tmp_install/lib/libprotoc.a /root/pytorch/torch/lib/tmp_install/lib/libshm.so /root/pytorch/torch/lib/tmp_install/lib/libsleef.a /root/pytorch/torch/lib/tmp_install/lib/libtorch.so /root/pytorch/torch/lib/tmp_install/lib/libtorch.so.1 /root/pytorch/torch/lib/tmp_install/lib/pkgconfig /root/pytorch/torch/lib/tmp_install/lib/python3.6 .
+ '[' -d /root/pytorch/torch/lib/tmp_install/lib64/ ']'
+ cp ../../aten/src/THNN/generic/THNN.h .
+ cp ../../aten/src/THCUNN/generic/THCUNN.h .
+ cp -r /root/pytorch/torch/lib/tmp_install/include .
+ '[' -d /root/pytorch/torch/lib/tmp_install/bin/ ']'
+ cp -r /root/pytorch/torch/lib/tmp_install/bin//protoc /root/pytorch/torch/lib/tmp_install/bin//torch_shm_manager .
+ popd
~/pytorch/build
creating torch/lib/include/torch
creating torch/lib/include/torch/csrc
copying torch/csrc/torch.h -> torch/lib/include/torch/csrc
copying torch/csrc/python_headers.h -> torch/lib/include/torch/csrc
copying torch/csrc/byte_order.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Exceptions.h -> torch/lib/include/torch/csrc
copying torch/csrc/copy_utils.h -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/nn
copying torch/csrc/nn/type_checks.h -> torch/lib/include/torch/csrc/nn
copying torch/csrc/nn/.gitkeep -> torch/lib/include/torch/csrc/nn
copying torch/csrc/nn/THCUNN.cwrap -> torch/lib/include/torch/csrc/nn
copying torch/csrc/nn/THNN.cwrap -> torch/lib/include/torch/csrc/nn
copying torch/csrc/nn/THCUNN.cpp -> torch/lib/include/torch/csrc/nn
copying torch/csrc/nn/THNN.cpp -> torch/lib/include/torch/csrc/nn
copying torch/csrc/utils.h -> torch/lib/include/torch/csrc
copying torch/csrc/serialization.h -> torch/lib/include/torch/csrc
copying torch/csrc/utils.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Generator.cpp -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/onnx
copying torch/csrc/onnx/onnx.h -> torch/lib/include/torch/csrc/onnx
copying torch/csrc/onnx/init.cpp -> torch/lib/include/torch/csrc/onnx
copying torch/csrc/onnx/init.h -> torch/lib/include/torch/csrc/onnx
copying torch/csrc/Types.h -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/disallow_copy.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/variadic.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tuple_parser.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_apply.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_scalars.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_stub.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/auto_gil.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/cuda_lazy_init.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_types.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_numbers.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_types.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_flatten.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_conversion_dispatch.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_compat.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_layouts.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_apply.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_numpy.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tuple_parser.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/variadic.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_flatten.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_strings.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/cuda_enabled.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/invalid_arguments.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_dtypes.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_list.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_arg_parser.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_tuples.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/hash.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/memory.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_new.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/invalid_arguments.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_dtypes.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_numpy.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/pybind.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_list.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_new.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_layouts.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_arg_parser.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/object_ptr.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/object_ptr.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/cuda_lazy_init.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/numpy_stub.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_conversion_dispatch.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/functional.h -> torch/lib/include/torch/csrc/utils
creating torch/lib/include/torch/csrc/tensor
copying torch/csrc/tensor/python_tensor.cpp -> torch/lib/include/torch/csrc/tensor
copying torch/csrc/tensor/python_tensor.h -> torch/lib/include/torch/csrc/tensor
creating torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/utils.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/serialization.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/utils.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/device_set.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/undef_macros.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/THCP.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/restore_macros.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/cuda_check.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/nccl.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/python_nccl.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/python_comm.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Stream.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/nccl.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Tensor.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Storage.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Stream.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/python_nccl.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/serialization.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Module.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Storage.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/comm.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/python_comm.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Module.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/comm.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/override_macros.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/Layout.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/THP.h -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/api
creating torch/lib/include/torch/csrc/api/src
creating torch/lib/include/torch/csrc/api/src/nn
copying torch/csrc/api/src/nn/module.cpp -> torch/lib/include/torch/csrc/api/src/nn
creating torch/lib/include/torch/csrc/api/src/nn/modules
copying torch/csrc/api/src/nn/modules/functional.cpp -> torch/lib/include/torch/csrc/api/src/nn/modules
copying torch/csrc/api/src/nn/modules/conv.cpp -> torch/lib/include/torch/csrc/api/src/nn/modules
copying torch/csrc/api/src/nn/modules/rnn.cpp -> torch/lib/include/torch/csrc/api/src/nn/modules
copying torch/csrc/api/src/nn/modules/linear.cpp -> torch/lib/include/torch/csrc/api/src/nn/modules
copying torch/csrc/api/src/nn/modules/dropout.cpp -> torch/lib/include/torch/csrc/api/src/nn/modules
copying torch/csrc/api/src/nn/modules/batchnorm.cpp -> torch/lib/include/torch/csrc/api/src/nn/modules
copying torch/csrc/api/src/nn/modules/embedding.cpp -> torch/lib/include/torch/csrc/api/src/nn/modules
copying torch/csrc/api/src/nn/cursor.cpp -> torch/lib/include/torch/csrc/api/src/nn
copying torch/csrc/api/src/nn/init.cpp -> torch/lib/include/torch/csrc/api/src/nn
copying torch/csrc/api/src/utils.cpp -> torch/lib/include/torch/csrc/api/src
copying torch/csrc/api/src/cuda.cpp -> torch/lib/include/torch/csrc/api/src
creating torch/lib/include/torch/csrc/api/src/optim
copying torch/csrc/api/src/optim/lbfgs.cpp -> torch/lib/include/torch/csrc/api/src/optim
copying torch/csrc/api/src/optim/adagrad.cpp -> torch/lib/include/torch/csrc/api/src/optim
copying torch/csrc/api/src/optim/adam.cpp -> torch/lib/include/torch/csrc/api/src/optim
copying torch/csrc/api/src/optim/sgd.cpp -> torch/lib/include/torch/csrc/api/src/optim
copying torch/csrc/api/src/optim/optimizer.cpp -> torch/lib/include/torch/csrc/api/src/optim
copying torch/csrc/api/src/optim/rmsprop.cpp -> torch/lib/include/torch/csrc/api/src/optim
creating torch/lib/include/torch/csrc/api/include
creating torch/lib/include/torch/csrc/api/include/torch
copying torch/csrc/api/include/torch/cuda.h -> torch/lib/include/torch/csrc/api/include/torch
copying torch/csrc/api/include/torch/torch.h -> torch/lib/include/torch/csrc/api/include/torch
creating torch/lib/include/torch/csrc/api/include/torch/nn
copying torch/csrc/api/include/torch/nn/module.h -> torch/lib/include/torch/csrc/api/include/torch/nn
creating torch/lib/include/torch/csrc/api/include/torch/nn/modules
copying torch/csrc/api/include/torch/nn/modules/batchnorm.h -> torch/lib/include/torch/csrc/api/include/torch/nn/modules
copying torch/csrc/api/include/torch/nn/modules/conv.h -> torch/lib/include/torch/csrc/api/include/torch/nn/modules
copying torch/csrc/api/include/torch/nn/modules/linear.h -> torch/lib/include/torch/csrc/api/include/torch/nn/modules
copying torch/csrc/api/include/torch/nn/modules/any.h -> torch/lib/include/torch/csrc/api/include/torch/nn/modules
copying torch/csrc/api/include/torch/nn/modules/rnn.h -> torch/lib/include/torch/csrc/api/include/torch/nn/modules
copying torch/csrc/api/include/torch/nn/modules/dropout.h -> torch/lib/include/torch/csrc/api/include/torch/nn/modules
copying torch/csrc/api/include/torch/nn/modules/embedding.h -> torch/lib/include/torch/csrc/api/include/torch/nn/modules
copying torch/csrc/api/include/torch/nn/modules/sequential.h -> torch/lib/include/torch/csrc/api/include/torch/nn/modules
copying torch/csrc/api/include/torch/nn/modules/functional.h -> torch/lib/include/torch/csrc/api/include/torch/nn/modules
copying torch/csrc/api/include/torch/nn/cloneable.h -> torch/lib/include/torch/csrc/api/include/torch/nn
creating torch/lib/include/torch/csrc/api/include/torch/nn/parallel
copying torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> torch/lib/include/torch/csrc/api/include/torch/nn/parallel
copying torch/csrc/api/include/torch/nn/cursor.h -> torch/lib/include/torch/csrc/api/include/torch/nn
copying torch/csrc/api/include/torch/nn/pimpl.h -> torch/lib/include/torch/csrc/api/include/torch/nn
copying torch/csrc/api/include/torch/nn/modules.h -> torch/lib/include/torch/csrc/api/include/torch/nn
copying torch/csrc/api/include/torch/nn/init.h -> torch/lib/include/torch/csrc/api/include/torch/nn
copying torch/csrc/api/include/torch/utils.h -> torch/lib/include/torch/csrc/api/include/torch
copying torch/csrc/api/include/torch/serialization.h -> torch/lib/include/torch/csrc/api/include/torch
copying torch/csrc/api/include/torch/expanding_array.h -> torch/lib/include/torch/csrc/api/include/torch
creating torch/lib/include/torch/csrc/api/include/torch/detail
copying torch/csrc/api/include/torch/detail/static.h -> torch/lib/include/torch/csrc/api/include/torch/detail
copying torch/csrc/api/include/torch/detail/ordered_dict.h -> torch/lib/include/torch/csrc/api/include/torch/detail
copying torch/csrc/api/include/torch/tensor.h -> torch/lib/include/torch/csrc/api/include/torch
creating torch/lib/include/torch/csrc/api/include/torch/optim
copying torch/csrc/api/include/torch/optim/rmsprop.h -> torch/lib/include/torch/csrc/api/include/torch/optim
copying torch/csrc/api/include/torch/optim/optimizer.h -> torch/lib/include/torch/csrc/api/include/torch/optim
copying torch/csrc/api/include/torch/optim/adagrad.h -> torch/lib/include/torch/csrc/api/include/torch/optim
copying torch/csrc/api/include/torch/optim/adam.h -> torch/lib/include/torch/csrc/api/include/torch/optim
copying torch/csrc/api/include/torch/optim/lbfgs.h -> torch/lib/include/torch/csrc/api/include/torch/optim
copying torch/csrc/api/include/torch/optim/sgd.h -> torch/lib/include/torch/csrc/api/include/torch/optim
copying torch/csrc/api/include/torch/optim.h -> torch/lib/include/torch/csrc/api/include/torch
copying torch/csrc/api/include/torch/nn.h -> torch/lib/include/torch/csrc/api/include/torch
copying torch/csrc/api/README.md -> torch/lib/include/torch/csrc/api
copying torch/csrc/PythonTypes.h -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/tracer.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/type.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/autodiff.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/python_ir.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/interpreter.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/import.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/python_ir.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/source_location.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/python_interpreter.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/export.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/ir.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/variable_tensor_list.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/test_jit.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/autodiff.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/fusion_compiler.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/python_arg_flatten.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/python_tracer.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/export.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/interpreter.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/function_schema.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/interned_strings.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/generic_if.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/init.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/tracer.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/argument_spec.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/python_tracer.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/symbolic_variable.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/README.md -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/graph_executor.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/code_template.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/resource_guard.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/ir.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/pybind.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/init.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/python_arg_flatten.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/interned_strings.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/import.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/graph_executor.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/attributes.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/named_value.h -> torch/lib/include/torch/csrc/jit
creating torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/compiler.cpp -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/parser.h -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/python_tree_views.h -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/lexer.h -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/tree_views.h -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/lexer.cpp -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/init.cpp -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/module.cpp -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/python_tree_views.cpp -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/compiler.h -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/init.h -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/module.h -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/error_report.h -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/script/tree.h -> torch/lib/include/torch/csrc/jit/script
creating torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/create_autodiff_subgraphs.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/onnx.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/canonicalize.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/common_subexpression_elimination.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/shape_analysis.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/canonicalize.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/remove_expands.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/graph_fuser.h -> torch/lib/include/torch/csrc/jit/passes
creating torch/lib/include/torch/csrc/jit/passes/onnx
copying torch/csrc/jit/passes/onnx/fixup_onnx_loop.h -> torch/lib/include/torch/csrc/jit/passes/onnx
copying torch/csrc/jit/passes/onnx/peephole.cpp -> torch/lib/include/torch/csrc/jit/passes/onnx
copying torch/csrc/jit/passes/onnx/fixup_onnx_loop.cpp -> torch/lib/include/torch/csrc/jit/passes/onnx
copying torch/csrc/jit/passes/onnx/peephole.h -> torch/lib/include/torch/csrc/jit/passes/onnx
copying torch/csrc/jit/passes/onnx/README.md -> torch/lib/include/torch/csrc/jit/passes/onnx
copying torch/csrc/jit/passes/common_subexpression_elimination.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/lower_tuples.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/batch_mm.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/create_autodiff_subgraphs.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/decompose_addmm.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/lower_tuples.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/peephole.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/inplace_check.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/inplace_check.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/graph_fuser.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/peephole.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/dead_code_elimination.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/batch_mm.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/dead_code_elimination.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/remove_expands.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/shape_analysis.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/onnx.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/decompose_addmm.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/constant_propagation.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/loop_unrolling.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/erase_number_types.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/loop_unrolling.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/to_batch.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/erase_number_types.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/lower_grad_of.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/lower_grad_of.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/to_batch.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/constant_propagation.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/specialize_undef.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/specialize_undef.cpp -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/fusion_compiler.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/graph_node_list.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/type.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/custom_operator.h -> torch/lib/include/torch/csrc/jit
creating torch/lib/include/torch/csrc/jit/generated
copying torch/csrc/jit/generated/register_aten_ops.cpp -> torch/lib/include/torch/csrc/jit/generated
copying torch/csrc/jit/generated/aten_interned_strings.h -> torch/lib/include/torch/csrc/jit/generated
copying torch/csrc/jit/pybind_utils.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/operator.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/constants.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/register_prim_ops.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/interned_strings_class.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/source_range.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/serialization.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/operator.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/ivalue.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/stack.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/ivalue.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/constants.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/assertions.h -> torch/lib/include/torch/csrc/jit
creating torch/lib/include/torch/csrc/jit/batched
copying torch/csrc/jit/batched/BatchTensor.cpp -> torch/lib/include/torch/csrc/jit/batched
copying torch/csrc/jit/batched/BatchTensor.h -> torch/lib/include/torch/csrc/jit/batched
copying torch/csrc/jit/register_symbols.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/DynamicTypes.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Size.h -> torch/lib/include/torch/csrc
copying torch/csrc/Generator.h -> torch/lib/include/torch/csrc
copying torch/csrc/Dtype.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/THP_export.h -> torch/lib/include/torch/csrc
copying torch/csrc/nvrtc.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Dtype.h -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/utils.h -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/serialization.h -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/StorageMethods.cpp -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/utils.cpp -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/Storage.h -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/serialization.cpp -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/StorageSharing.cpp -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/Storage.cpp -> torch/lib/include/torch/csrc/generic
copying torch/csrc/torch.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/DynamicTypes.h -> torch/lib/include/torch/csrc
copying torch/csrc/README.md -> torch/lib/include/torch/csrc
copying torch/csrc/Storage.h -> torch/lib/include/torch/csrc
copying torch/csrc/dl.c -> torch/lib/include/torch/csrc
copying torch/csrc/Exceptions.cpp -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/distributed
copying torch/csrc/distributed/THDP.h -> torch/lib/include/torch/csrc/distributed
copying torch/csrc/distributed/copy_utils.h -> torch/lib/include/torch/csrc/distributed
copying torch/csrc/distributed/utils.h -> torch/lib/include/torch/csrc/distributed
copying torch/csrc/distributed/undef_macros.h -> torch/lib/include/torch/csrc/distributed
copying torch/csrc/distributed/Module.cpp -> torch/lib/include/torch/csrc/distributed
copying torch/csrc/distributed/override_macros.h -> torch/lib/include/torch/csrc/distributed
creating torch/lib/include/torch/csrc/distributed/c10d
copying torch/csrc/distributed/c10d/c10d.h -> torch/lib/include/torch/csrc/distributed/c10d
copying torch/csrc/distributed/c10d/init.cpp -> torch/lib/include/torch/csrc/distributed/c10d
copying torch/csrc/distributed/c10d/ddp.h -> torch/lib/include/torch/csrc/distributed/c10d
copying torch/csrc/serialization.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Device.h -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/input_buffer.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/saved_variable.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/function.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/autograd.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/variable.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/profiler.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_engine.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_variable_indexing.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/engine.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_engine.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_function.cpp -> torch/lib/include/torch/csrc/autograd
creating torch/lib/include/torch/csrc/autograd/utils
copying torch/csrc/autograd/utils/wrap_outputs.h -> torch/lib/include/torch/csrc/autograd/utils
copying torch/csrc/autograd/utils/python_error_messages.h -> torch/lib/include/torch/csrc/autograd/utils
copying torch/csrc/autograd/utils/python_arg_parsing.h -> torch/lib/include/torch/csrc/autograd/utils
copying torch/csrc/autograd/saved_variable.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_hook.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_variable.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/grad_mode.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_cpp_function.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/variable_version.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/function.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_legacy_variable.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_variable_indexing.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/edge.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/init.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/variable.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/function_hook.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/engine.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_function.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/README.md -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/profiler.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/input_buffer.cpp -> torch/lib/include/torch/csrc/autograd
creating torch/lib/include/torch/csrc/autograd/functions
copying torch/csrc/autograd/functions/accumulate_grad.h -> torch/lib/include/torch/csrc/autograd/functions
copying torch/csrc/autograd/functions/utils.h -> torch/lib/include/torch/csrc/autograd/functions
copying torch/csrc/autograd/functions/utils.cpp -> torch/lib/include/torch/csrc/autograd/functions
copying torch/csrc/autograd/functions/basic_ops.h -> torch/lib/include/torch/csrc/autograd/functions
copying torch/csrc/autograd/functions/init.cpp -> torch/lib/include/torch/csrc/autograd/functions
copying torch/csrc/autograd/functions/basic_ops.cpp -> torch/lib/include/torch/csrc/autograd/functions
copying torch/csrc/autograd/functions/pybind.h -> torch/lib/include/torch/csrc/autograd/functions
copying torch/csrc/autograd/functions/tensor.h -> torch/lib/include/torch/csrc/autograd/functions
copying torch/csrc/autograd/functions/accumulate_grad.cpp -> torch/lib/include/torch/csrc/autograd/functions
copying torch/csrc/autograd/functions/tensor.cpp -> torch/lib/include/torch/csrc/autograd/functions
copying torch/csrc/autograd/functions/comm.cpp -> torch/lib/include/torch/csrc/autograd/functions
copying torch/csrc/autograd/functions/comm.h -> torch/lib/include/torch/csrc/autograd/functions
copying torch/csrc/autograd/python_legacy_variable.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_hook.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/symbolic.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_cpp_function.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_variable.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/grad_mode.h -> torch/lib/include/torch/csrc/autograd
creating torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/python_functions.cpp -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/python_functions.h -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/python_nn_functions.cpp -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/python_variable_methods_dispatch.h -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/VariableType.cpp -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/python_nn_functions.h -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/VariableType.h -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/python_nn_functions_dispatch.h -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/python_variable_methods.cpp -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/Functions.cpp -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/python_torch_functions_dispatch.h -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/Functions.h -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/variable_factories.h -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/generated/python_torch_functions.cpp -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/input_metadata.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/type_and_shape.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/anomaly_mode.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_anomaly_mode.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_anomaly_mode.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/anomaly_mode.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/Device.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Layout.h -> torch/lib/include/torch/csrc
copying torch/csrc/byte_order.h -> torch/lib/include/torch/csrc
copying torch/csrc/Size.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Module.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/PtrWrapper.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Storage.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Module.h -> torch/lib/include/torch/csrc
copying torch/csrc/THP_API.h -> torch/lib/include/torch/csrc
copying torch/csrc/variable_tensor_functions.h -> torch/lib/include/torch/csrc
copying torch/csrc/PtrWrapper.h -> torch/lib/include/torch/csrc
copying torch/csrc/DataLoader.h -> torch/lib/include/torch/csrc
copying torch/csrc/DataLoader.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/WindowsTorchApiMacro.h -> torch/lib/include/torch/csrc
creating torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/chrono.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/cast.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/pybind11.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/embed.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/pytypes.h -> torch/lib/include/pybind11
creating torch/lib/include/pybind11/detail
copying third_party/pybind11/include/pybind11/detail/descr.h -> torch/lib/include/pybind11/detail
copying third_party/pybind11/include/pybind11/detail/internals.h -> torch/lib/include/pybind11/detail
copying third_party/pybind11/include/pybind11/detail/common.h -> torch/lib/include/pybind11/detail
copying third_party/pybind11/include/pybind11/detail/init.h -> torch/lib/include/pybind11/detail
copying third_party/pybind11/include/pybind11/detail/typeid.h -> torch/lib/include/pybind11/detail
copying third_party/pybind11/include/pybind11/detail/class.h -> torch/lib/include/pybind11/detail
copying third_party/pybind11/include/pybind11/operators.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/stl_bind.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/complex.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/common.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/eigen.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/numpy.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/options.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/eval.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/stl.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/iostream.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/buffer_info.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/attr.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/functional.h -> torch/lib/include/pybind11
copying torch/csrc/torch.h -> torch/lib/include/torch
copying torch/op.h -> torch/lib/include/torch
running build
running build_py
running create_version_file
-- Building version 0.5.0a0+6993e4a
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/caffe2
copying caffe2/__init__.py -> build/lib.linux-x86_64-3.6/caffe2
creating build/lib.linux-x86_64-3.6/torch
copying torch/_torch_docs.py -> build/lib.linux-x86_64-3.6/torch
copying torch/_six.py -> build/lib.linux-x86_64-3.6/torch
copying torch/__init__.py -> build/lib.linux-x86_64-3.6/torch
copying torch/_utils.py -> build/lib.linux-x86_64-3.6/torch
copying torch/_storage_docs.py -> build/lib.linux-x86_64-3.6/torch
copying torch/serialization.py -> build/lib.linux-x86_64-3.6/torch
copying torch/_tensor_docs.py -> build/lib.linux-x86_64-3.6/torch
copying torch/functional.py -> build/lib.linux-x86_64-3.6/torch
copying torch/_tensor_str.py -> build/lib.linux-x86_64-3.6/torch
copying torch/tensor.py -> build/lib.linux-x86_64-3.6/torch
copying torch/storage.py -> build/lib.linux-x86_64-3.6/torch
copying torch/random.py -> build/lib.linux-x86_64-3.6/torch
copying torch/version.py -> build/lib.linux-x86_64-3.6/torch
copying torch/_ops.py -> build/lib.linux-x86_64-3.6/torch
copying torch/_utils_internal.py -> build/lib.linux-x86_64-3.6/torch
creating build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/db_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/dataio_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/net_builder.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/data_workers_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/embedding_generation_benchmark.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/python_op_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/workspace_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/optimizer_test_util.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/ideep_test_util.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/model_helper.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/hypothesis_test_util.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/mkl_test_util.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/tt_core.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/core.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/regularizer_context.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/device_checker.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/data_workers.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/data_parallel_model.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/schema_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/net_drawer.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/dataio.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/caffe_translator_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/hsm_util.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/data_parallel_model_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/context_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/visualize.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/session_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/gradient_check_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/crf.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/control_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/layer_parameter_sharing_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/memonger.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/attention.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/session.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/modifier_context.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/net_printer_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/control_ops_util.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/caffe_translator.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/regularizer.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/scope.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/layers_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/scope_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/convnet_benchmarks.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/brew.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/numa_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/experiment_util.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/predictor_constants.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/parallel_workers_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/parallel_workers.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/task.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/optimizer_context.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/net_builder_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/net_printer.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/convnet_benchmarks_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/pipeline_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/cached_reader.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/context.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/text_file_reader.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/extension_loader.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/rnn_cell.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/sparse_to_dense_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/parallelize_bmuf_distributed_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/functional.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/_import_c_extension.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/gradient_checker.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/checkpoint.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/build.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/layer_test_util.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/regularizer_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/hypothesis_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/core_gradients_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/model_device_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/cnn.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/core_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/workspace.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/muji.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/gru_cell.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/schema.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/dyndep.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/muji_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/toy_regression_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/layer_model_helper.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/sparse_to_dense_mask_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/benchmark_generator.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/brew_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/optimizer_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/control_ops_grad.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/binarysize.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/control.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/db_file_reader.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/tt_core_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/dataset.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/numa_benchmark.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/timeout_guard.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/queue_util.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/memonger_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/record_queue.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/pipeline.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/observer_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/functional_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/checkpoint_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/allcompare_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/lstm_benchmark.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/transformations_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/utils.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/transformations.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/test_util.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/layer_model_instantiator.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/recurrent.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/optimizer.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/model_helper_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/normalizer.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/normalizer_test.py -> build/lib.linux-x86_64-3.6/caffe2/python
copying caffe2/python/normalizer_context.py -> build/lib.linux-x86_64-3.6/caffe2/python
creating build/lib.linux-x86_64-3.6/caffe2/contrib
copying caffe2/contrib/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/contrib
creating build/lib.linux-x86_64-3.6/caffe2/proto
copying caffe2/proto/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/proto
copying caffe2/proto/hsm_pb2.py -> build/lib.linux-x86_64-3.6/caffe2/proto
copying caffe2/proto/caffe2_pb2.py -> build/lib.linux-x86_64-3.6/caffe2/proto
copying caffe2/proto/prof_dag_pb2.py -> build/lib.linux-x86_64-3.6/caffe2/proto
copying caffe2/proto/predictor_consts_pb2.py -> build/lib.linux-x86_64-3.6/caffe2/proto
copying caffe2/proto/metanet_pb2.py -> build/lib.linux-x86_64-3.6/caffe2/proto
copying caffe2/proto/caffe2_legacy_pb2.py -> build/lib.linux-x86_64-3.6/caffe2/proto
creating build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/semi_random_features.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/fc_without_bias.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/dropout.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/reservoir_sampling.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/arc_cosine_feature_map.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/uniform_sampling.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/adaptive_weight.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/concat.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/constant_weight.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/feature_sparse_to_dense.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/homotopy_weight.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/tags.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/batch_distill_lr_loss.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/merge_id_lists.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/fc.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/conv.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/last_n_window_collector.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/functional.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/label_smooth.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/batch_softmax_loss.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/random_fourier_features.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/layers.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/select_record_by_context.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/batch_normalization.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/position_weighted.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/sparse_lookup.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/batch_lr_loss.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/add_bias.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/gather_record.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/batch_mse_loss.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/split.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/sampling_train.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/sampling_trainable_mixin.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/sparse_feature_hash.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/margin_rank_loss.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/build_index.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/pairwise_similarity.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/layer_normalization.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
copying caffe2/python/layers/blob_weighted_sum.py -> build/lib.linux-x86_64-3.6/caffe2/python/layers
creating build/lib.linux-x86_64-3.6/caffe2/python/predictor
copying caffe2/python/predictor/predictor_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/predictor
copying caffe2/python/predictor/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/python/predictor
copying caffe2/python/predictor/mobile_exporter.py -> build/lib.linux-x86_64-3.6/caffe2/python/predictor
copying caffe2/python/predictor/serde.py -> build/lib.linux-x86_64-3.6/caffe2/python/predictor
copying caffe2/python/predictor/predictor_exporter.py -> build/lib.linux-x86_64-3.6/caffe2/python/predictor
copying caffe2/python/predictor/predictor_exporter_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/predictor
copying caffe2/python/predictor/mobile_exporter_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/predictor
copying caffe2/python/predictor/predictor_py_utils.py -> build/lib.linux-x86_64-3.6/caffe2/python/predictor
creating build/lib.linux-x86_64-3.6/caffe2/python/onnx
copying caffe2/python/onnx/frontend.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx
copying caffe2/python/onnx/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx
copying caffe2/python/onnx/error.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx
copying caffe2/python/onnx/backend_cpp_rep.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx
copying caffe2/python/onnx/backend_rep.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx
copying caffe2/python/onnx/workspace.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx
copying caffe2/python/onnx/backend.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx
copying caffe2/python/onnx/helper.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx
copying caffe2/python/onnx/test_onnxifi.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx
copying caffe2/python/onnx/onnxifi.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx
creating build/lib.linux-x86_64-3.6/caffe2/python/trt
copying caffe2/python/trt/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/python/trt
copying caffe2/python/trt/test_trt.py -> build/lib.linux-x86_64-3.6/caffe2/python/trt
copying caffe2/python/trt/transform.py -> build/lib.linux-x86_64-3.6/caffe2/python/trt
creating build/lib.linux-x86_64-3.6/caffe2/python/models
copying caffe2/python/models/resnet_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/models
copying caffe2/python/models/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/python/models
copying caffe2/python/models/download.py -> build/lib.linux-x86_64-3.6/caffe2/python/models
copying caffe2/python/models/resnet.py -> build/lib.linux-x86_64-3.6/caffe2/python/models
copying caffe2/python/models/__sym_init__.py -> build/lib.linux-x86_64-3.6/caffe2/python/models
creating build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/control_ops.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/dropout.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/tools.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/elementwise_linear.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/normalization.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/array_helpers.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/fc.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/conv.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/pooling.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/algebra.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/arg_scope.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/nonlinearity.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/db_input.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
copying caffe2/python/helpers/train.py -> build/lib.linux-x86_64-3.6/caffe2/python/helpers
creating build/lib.linux-x86_64-3.6/caffe2/python/rnn
copying caffe2/python/rnn/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/python/rnn
copying caffe2/python/rnn/lstm_comparison.py -> build/lib.linux-x86_64-3.6/caffe2/python/rnn
copying caffe2/python/rnn/rnn_cell_test_util.py -> build/lib.linux-x86_64-3.6/caffe2/python/rnn
creating build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/initializers.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/compute_histogram_for_blobs_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/initializers_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/compute_norm_for_blobs_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/gradient_clipping_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/parameter_sharing_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/compute_histogram_for_blobs.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/get_entry_from_blobs_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/parameter_info.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/get_entry_from_blobs.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/compute_norm_for_blobs.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/net_modifier.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/compute_statistics_for_blobs_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/parameter_sharing.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/gradient_clipping.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
copying caffe2/python/modeling/compute_statistics_for_blobs.py -> build/lib.linux-x86_64-3.6/caffe2/python/modeling
creating build/lib.linux-x86_64-3.6/caffe2/python/onnx/tests
copying caffe2/python/onnx/tests/conversion_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx/tests
copying caffe2/python/onnx/tests/onnx_backend_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx/tests
copying caffe2/python/onnx/tests/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx/tests
copying caffe2/python/onnx/tests/test_utils.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx/tests
copying caffe2/python/onnx/tests/ssa_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx/tests
copying caffe2/python/onnx/tests/helper_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx/tests
copying caffe2/python/onnx/tests/c2_ref_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx/tests
creating build/lib.linux-x86_64-3.6/caffe2/python/onnx/bin
copying caffe2/python/onnx/bin/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx/bin
copying caffe2/python/onnx/bin/conversion.py -> build/lib.linux-x86_64-3.6/caffe2/python/onnx/bin
creating build/lib.linux-x86_64-3.6/caffe2/python/models/seq2seq
copying caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/models/seq2seq
copying caffe2/python/models/seq2seq/beam_search.py -> build/lib.linux-x86_64-3.6/caffe2/python/models/seq2seq
copying caffe2/python/models/seq2seq/seq2seq_model_helper.py -> build/lib.linux-x86_64-3.6/caffe2/python/models/seq2seq
copying caffe2/python/models/seq2seq/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/python/models/seq2seq
copying caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> build/lib.linux-x86_64-3.6/caffe2/python/models/seq2seq
copying caffe2/python/models/seq2seq/seq2seq_util.py -> build/lib.linux-x86_64-3.6/caffe2/python/models/seq2seq
copying caffe2/python/models/seq2seq/train.py -> build/lib.linux-x86_64-3.6/caffe2/python/models/seq2seq
copying caffe2/python/models/seq2seq/translate.py -> build/lib.linux-x86_64-3.6/caffe2/python/models/seq2seq
creating build/lib.linux-x86_64-3.6/caffe2/contrib/tensorboard
copying caffe2/contrib/tensorboard/tensorboard_test.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/tensorboard
copying caffe2/contrib/tensorboard/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/tensorboard
copying caffe2/contrib/tensorboard/tensorboard_exporter.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/tensorboard
copying caffe2/contrib/tensorboard/tensorboard.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/tensorboard
copying caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/tensorboard
creating build/lib.linux-x86_64-3.6/caffe2/contrib/playground
copying caffe2/contrib/playground/compute_topk_accuracy.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground
copying caffe2/contrib/playground/AnyExpOnTerm.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground
copying caffe2/contrib/playground/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground
copying caffe2/contrib/playground/ModuleRegister.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground
copying caffe2/contrib/playground/compute_loss.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground
copying caffe2/contrib/playground/meter.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground
copying caffe2/contrib/playground/checkpoint.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground
copying caffe2/contrib/playground/module_map.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground
copying caffe2/contrib/playground/output_generator.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground
copying caffe2/contrib/playground/AnyExp.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground
creating build/lib.linux-x86_64-3.6/caffe2/contrib/playground/resnetdemo
copying caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground/resnetdemo
copying caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground/resnetdemo
copying caffe2/contrib/playground/resnetdemo/__init__.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground/resnetdemo
copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground/resnetdemo
copying caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground/resnetdemo
copying caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground/resnetdemo
copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground/resnetdemo
copying caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground/resnetdemo
copying caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground/resnetdemo
copying caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> build/lib.linux-x86_64-3.6/caffe2/contrib/playground/resnetdemo
creating build/lib.linux-x86_64-3.6/torch/nn
copying torch/nn/parameter.py -> build/lib.linux-x86_64-3.6/torch/nn
copying torch/nn/__init__.py -> build/lib.linux-x86_64-3.6/torch/nn
copying torch/nn/init.py -> build/lib.linux-x86_64-3.6/torch/nn
copying torch/nn/functional.py -> build/lib.linux-x86_64-3.6/torch/nn
copying torch/nn/grad.py -> build/lib.linux-x86_64-3.6/torch/nn
creating build/lib.linux-x86_64-3.6/torch/optim
copying torch/optim/adadelta.py -> build/lib.linux-x86_64-3.6/torch/optim
copying torch/optim/asgd.py -> build/lib.linux-x86_64-3.6/torch/optim
copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-3.6/torch/optim
copying torch/optim/__init__.py -> build/lib.linux-x86_64-3.6/torch/optim
copying torch/optim/adamax.py -> build/lib.linux-x86_64-3.6/torch/optim
copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-3.6/torch/optim
copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-3.6/torch/optim
copying torch/optim/sgd.py -> build/lib.linux-x86_64-3.6/torch/optim
copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-3.6/torch/optim
copying torch/optim/adam.py -> build/lib.linux-x86_64-3.6/torch/optim
copying torch/optim/adagrad.py -> build/lib.linux-x86_64-3.6/torch/optim
copying torch/optim/rprop.py -> build/lib.linux-x86_64-3.6/torch/optim
copying torch/optim/optimizer.py -> build/lib.linux-x86_64-3.6/torch/optim
creating build/lib.linux-x86_64-3.6/torch/sparse
copying torch/sparse/__init__.py -> build/lib.linux-x86_64-3.6/torch/sparse
creating build/lib.linux-x86_64-3.6/torch/onnx
copying torch/onnx/operators.py -> build/lib.linux-x86_64-3.6/torch/onnx
copying torch/onnx/__init__.py -> build/lib.linux-x86_64-3.6/torch/onnx
copying torch/onnx/symbolic.py -> build/lib.linux-x86_64-3.6/torch/onnx
copying torch/onnx/utils.py -> build/lib.linux-x86_64-3.6/torch/onnx
creating build/lib.linux-x86_64-3.6/torch/utils
copying torch/utils/hooks.py -> build/lib.linux-x86_64-3.6/torch/utils
copying torch/utils/__init__.py -> build/lib.linux-x86_64-3.6/torch/utils
copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-3.6/torch/utils
copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-3.6/torch/utils
copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-3.6/torch/utils
copying torch/utils/dlpack.py -> build/lib.linux-x86_64-3.6/torch/utils
copying torch/utils/file_baton.py -> build/lib.linux-x86_64-3.6/torch/utils
copying torch/utils/collect_env.py -> build/lib.linux-x86_64-3.6/torch/utils
creating build/lib.linux-x86_64-3.6/torch/cuda
copying torch/cuda/streams.py -> build/lib.linux-x86_64-3.6/torch/cuda
copying torch/cuda/__init__.py -> build/lib.linux-x86_64-3.6/torch/cuda
copying torch/cuda/nccl.py -> build/lib.linux-x86_64-3.6/torch/cuda
copying torch/cuda/comm.py -> build/lib.linux-x86_64-3.6/torch/cuda
copying torch/cuda/profiler.py -> build/lib.linux-x86_64-3.6/torch/cuda
copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-3.6/torch/cuda
copying torch/cuda/error.py -> build/lib.linux-x86_64-3.6/torch/cuda
copying torch/cuda/sparse.py -> build/lib.linux-x86_64-3.6/torch/cuda
copying torch/cuda/random.py -> build/lib.linux-x86_64-3.6/torch/cuda
creating build/lib.linux-x86_64-3.6/torch/jit
copying torch/jit/frontend.py -> build/lib.linux-x86_64-3.6/torch/jit
copying torch/jit/__init__.py -> build/lib.linux-x86_64-3.6/torch/jit
copying torch/jit/annotations.py -> build/lib.linux-x86_64-3.6/torch/jit
copying torch/jit/batchop.py -> build/lib.linux-x86_64-3.6/torch/jit
creating build/lib.linux-x86_64-3.6/torch/contrib
copying torch/contrib/__init__.py -> build/lib.linux-x86_64-3.6/torch/contrib
copying torch/contrib/_graph_vis.py -> build/lib.linux-x86_64-3.6/torch/contrib
copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-3.6/torch/contrib
creating build/lib.linux-x86_64-3.6/torch/testing
copying torch/testing/__init__.py -> build/lib.linux-x86_64-3.6/torch/testing
creating build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/distribution.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/kl.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/laplace.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/independent.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/geometric.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/__init__.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/constraints.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/uniform.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/pareto.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/poisson.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/categorical.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/normal.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/transforms.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/exponential.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/binomial.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/chi2.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/gamma.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/beta.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/utils.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/studentT.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/weibull.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-3.6/torch/distributions
copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-3.6/torch/distributions
creating build/lib.linux-x86_64-3.6/torch/multiprocessing
copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-3.6/torch/multiprocessing
copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-3.6/torch/multiprocessing
copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-3.6/torch/multiprocessing
copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-3.6/torch/multiprocessing
creating build/lib.linux-x86_64-3.6/torch/distributed
copying torch/distributed/launch.py -> build/lib.linux-x86_64-3.6/torch/distributed
copying torch/distributed/__init__.py -> build/lib.linux-x86_64-3.6/torch/distributed
copying torch/distributed/remote_types.py -> build/lib.linux-x86_64-3.6/torch/distributed
creating build/lib.linux-x86_64-3.6/torch/for_onnx
copying torch/for_onnx/__init__.py -> build/lib.linux-x86_64-3.6/torch/for_onnx
creating build/lib.linux-x86_64-3.6/torch/autograd
copying torch/autograd/__init__.py -> build/lib.linux-x86_64-3.6/torch/autograd
copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-3.6/torch/autograd
copying torch/autograd/profiler.py -> build/lib.linux-x86_64-3.6/torch/autograd
copying torch/autograd/function.py -> build/lib.linux-x86_64-3.6/torch/autograd
copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-3.6/torch/autograd
copying torch/autograd/variable.py -> build/lib.linux-x86_64-3.6/torch/autograd
copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-3.6/torch/autograd
creating build/lib.linux-x86_64-3.6/torch/backends
copying torch/backends/__init__.py -> build/lib.linux-x86_64-3.6/torch/backends
creating build/lib.linux-x86_64-3.6/torch/legacy
copying torch/legacy/__init__.py -> build/lib.linux-x86_64-3.6/torch/legacy
creating build/lib.linux-x86_64-3.6/torch/_thnn
copying torch/_thnn/__init__.py -> build/lib.linux-x86_64-3.6/torch/_thnn
copying torch/_thnn/utils.py -> build/lib.linux-x86_64-3.6/torch/_thnn
creating build/lib.linux-x86_64-3.6/torch/nn/parallel
copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-3.6/torch/nn/parallel
copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-3.6/torch/nn/parallel
copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-3.6/torch/nn/parallel
copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-3.6/torch/nn/parallel
copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-3.6/torch/nn/parallel
copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-3.6/torch/nn/parallel
copying torch/nn/parallel/distributed_cpu.py -> build/lib.linux-x86_64-3.6/torch/nn/parallel
copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-3.6/torch/nn/parallel
copying torch/nn/parallel/distributed_c10d.py -> build/lib.linux-x86_64-3.6/torch/nn/parallel
creating build/lib.linux-x86_64-3.6/torch/nn/utils
copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-3.6/torch/nn/utils
copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-3.6/torch/nn/utils
copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-3.6/torch/nn/utils
copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-3.6/torch/nn/utils
copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-3.6/torch/nn/utils
copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-3.6/torch/nn/utils
creating build/lib.linux-x86_64-3.6/torch/nn/_functions
copying torch/nn/_functions/rnn.py -> build/lib.linux-x86_64-3.6/torch/nn/_functions
copying torch/nn/_functions/__init__.py -> build/lib.linux-x86_64-3.6/torch/nn/_functions
copying torch/nn/_functions/padding.py -> build/lib.linux-x86_64-3.6/torch/nn/_functions
copying torch/nn/_functions/vision.py -> build/lib.linux-x86_64-3.6/torch/nn/_functions
copying torch/nn/_functions/packing.py -> build/lib.linux-x86_64-3.6/torch/nn/_functions
creating build/lib.linux-x86_64-3.6/torch/nn/backends
copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-3.6/torch/nn/backends
copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-3.6/torch/nn/backends
copying torch/nn/backends/backend.py -> build/lib.linux-x86_64-3.6/torch/nn/backends
creating build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/container.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/module.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-3.6/torch/nn/modules
creating build/lib.linux-x86_64-3.6/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/auto_double_backwards.py -> build/lib.linux-x86_64-3.6/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/auto.py -> build/lib.linux-x86_64-3.6/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/__init__.py -> build/lib.linux-x86_64-3.6/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/normalization.py -> build/lib.linux-x86_64-3.6/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/fold.py -> build/lib.linux-x86_64-3.6/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/auto_symbolic.py -> build/lib.linux-x86_64-3.6/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/sparse.py -> build/lib.linux-x86_64-3.6/torch/nn/_functions/thnn
creating build/lib.linux-x86_64-3.6/torch/utils/serialization
copying torch/utils/serialization/__init__.py -> build/lib.linux-x86_64-3.6/torch/utils/serialization
copying torch/utils/serialization/read_lua_file.py -> build/lib.linux-x86_64-3.6/torch/utils/serialization
creating build/lib.linux-x86_64-3.6/torch/utils/ffi
copying torch/utils/ffi/__init__.py -> build/lib.linux-x86_64-3.6/torch/utils/ffi
creating build/lib.linux-x86_64-3.6/torch/utils/bottleneck
copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-3.6/torch/utils/bottleneck
copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-3.6/torch/utils/bottleneck
creating build/lib.linux-x86_64-3.6/torch/utils/backcompat
copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-3.6/torch/utils/backcompat
creating build/lib.linux-x86_64-3.6/torch/utils/data
copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-3.6/torch/utils/data
copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-3.6/torch/utils/data
copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-3.6/torch/utils/data
copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-3.6/torch/utils/data
copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-3.6/torch/utils/data
creating build/lib.linux-x86_64-3.6/torch/utils/trainer
copying torch/utils/trainer/__init__.py -> build/lib.linux-x86_64-3.6/torch/utils/trainer
copying torch/utils/trainer/trainer.py -> build/lib.linux-x86_64-3.6/torch/utils/trainer
creating build/lib.linux-x86_64-3.6/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/__init__.py -> build/lib.linux-x86_64-3.6/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/progress.py -> build/lib.linux-x86_64-3.6/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/accuracy.py -> build/lib.linux-x86_64-3.6/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/loss.py -> build/lib.linux-x86_64-3.6/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/time.py -> build/lib.linux-x86_64-3.6/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/monitor.py -> build/lib.linux-x86_64-3.6/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/logger.py -> build/lib.linux-x86_64-3.6/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/plugin.py -> build/lib.linux-x86_64-3.6/torch/utils/trainer/plugins
creating build/lib.linux-x86_64-3.6/torch/distributed/c10d
copying torch/distributed/c10d/rendezvous.py -> build/lib.linux-x86_64-3.6/torch/distributed/c10d
copying torch/distributed/c10d/__init__.py -> build/lib.linux-x86_64-3.6/torch/distributed/c10d
creating build/lib.linux-x86_64-3.6/torch/autograd/_functions
copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-3.6/torch/autograd/_functions
copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-3.6/torch/autograd/_functions
copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-3.6/torch/autograd/_functions
creating build/lib.linux-x86_64-3.6/torch/backends/cudnn
copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-3.6/torch/backends/cudnn
copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-3.6/torch/backends/cudnn
creating build/lib.linux-x86_64-3.6/torch/backends/mkl
copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-3.6/torch/backends/mkl
creating build/lib.linux-x86_64-3.6/torch/backends/cuda
copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-3.6/torch/backends/cuda
creating build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialDilatedConvolution.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Padding.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/VolumetricMaxPooling.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Dropout.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SplitTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/ParallelTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/LogSigmoid.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Transpose.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialMaxUnpooling.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Max.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/ConcatTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/CDivTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Sqrt.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/AddConstant.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/JoinTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Normalize.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Clamp.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/LookupTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/PairwiseDistance.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/TemporalMaxPooling.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/RReLU.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Square.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Module.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/VolumetricDropout.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/TemporalConvolution.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Threshold.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialConvolutionMap.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/VolumetricReplicationPadding.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialSubSampling.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/ReLU.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Tanh.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialDivisiveNormalization.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/__init__.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/VolumetricMaxUnpooling.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialConvolutionLocal.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/VolumetricFullConvolution.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/CMul.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SoftMax.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Unsqueeze.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/VolumetricConvolution.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/HingeEmbeddingCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialBatchNormalization.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Cosine.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialAdaptiveMaxPooling.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Criterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Sequential.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialClassNLLCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/VolumetricBatchNormalization.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/MultiLabelSoftMarginCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/View.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/HardTanh.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Narrow.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/ParallelCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SoftMarginCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/CSubTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Mean.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/MarginRankingCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/TanhShrink.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/VolumetricAveragePooling.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialUpSamplingNearest.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/CosineDistance.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Reshape.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/TemporalSubSampling.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Contiguous.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialSoftMax.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/BatchNormalization.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/GradientReversal.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/ReLU6.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/AbsCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/LogSoftMax.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/L1HingeEmbeddingCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Power.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Copy.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Add.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialFullConvolutionMap.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/MultiCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialConvolution.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialZeroPadding.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/NarrowTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialSubtractiveNormalization.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/WeightedMSECriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/LeakyReLU.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Exp.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/PReLU.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/FlattenTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SelectTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/HardShrink.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SoftMin.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialCrossMapLRN.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/MV.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialMaxPooling.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialContrastiveNormalization.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/ClassNLLCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/CMulTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Select.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Abs.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Squeeze.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/L1Cost.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SoftSign.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/ClassSimplexCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/MultiMarginCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/CosineEmbeddingCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/CriterionTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/L1Penalty.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/MSECriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SoftShrink.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/PartialLinear.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Replicate.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/MaskedSelect.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/MultiLabelMarginCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Identity.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialLPPooling.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialFullConvolution.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialFractionalMaxPooling.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialDropout.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Sigmoid.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/MarginCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Container.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Sum.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Min.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/ELU.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Bilinear.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SoftPlus.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/DistKLDivCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/DepthConcat.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialAveragePooling.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/MulConstant.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialReflectionPadding.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Concat.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Log.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SpatialReplicationPadding.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/WeightedEuclidean.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/CrossEntropyCriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/SmoothL1Criterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/utils.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/MixtureTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/CAddTable.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Euclidean.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Mul.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/BCECriterion.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Parallel.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/DotProduct.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Linear.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/MM.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
copying torch/legacy/nn/Index.py -> build/lib.linux-x86_64-3.6/torch/legacy/nn
creating build/lib.linux-x86_64-3.6/torch/legacy/optim
copying torch/legacy/optim/adadelta.py -> build/lib.linux-x86_64-3.6/torch/legacy/optim
copying torch/legacy/optim/asgd.py -> build/lib.linux-x86_64-3.6/torch/legacy/optim
copying torch/legacy/optim/__init__.py -> build/lib.linux-x86_64-3.6/torch/legacy/optim
copying torch/legacy/optim/cg.py -> build/lib.linux-x86_64-3.6/torch/legacy/optim
copying torch/legacy/optim/adamax.py -> build/lib.linux-x86_64-3.6/torch/legacy/optim
copying torch/legacy/optim/lbfgs.py -> build/lib.linux-x86_64-3.6/torch/legacy/optim
copying torch/legacy/optim/sgd.py -> build/lib.linux-x86_64-3.6/torch/legacy/optim
copying torch/legacy/optim/rmsprop.py -> build/lib.linux-x86_64-3.6/torch/legacy/optim
copying torch/legacy/optim/nag.py -> build/lib.linux-x86_64-3.6/torch/legacy/optim
copying torch/legacy/optim/adam.py -> build/lib.linux-x86_64-3.6/torch/legacy/optim
copying torch/legacy/optim/adagrad.py -> build/lib.linux-x86_64-3.6/torch/legacy/optim
copying torch/legacy/optim/rprop.py -> build/lib.linux-x86_64-3.6/torch/legacy/optim
creating build/lib.linux-x86_64-3.6/torch/lib
copying torch/lib/libcaffe2_detectron_ops_gpu.so -> build/lib.linux-x86_64-3.6/torch/lib
copying torch/lib/libcaffe2.so -> build/lib.linux-x86_64-3.6/torch/lib
copying torch/lib/libcaffe2_observers.so -> build/lib.linux-x86_64-3.6/torch/lib
copying torch/lib/libtorch.so -> build/lib.linux-x86_64-3.6/torch/lib
copying torch/lib/libtorch.so.1 -> build/lib.linux-x86_64-3.6/torch/lib
copying torch/lib/libshm.so -> build/lib.linux-x86_64-3.6/torch/lib
copying torch/lib/libonnxifi_dummy.so -> build/lib.linux-x86_64-3.6/torch/lib
copying torch/lib/libcaffe2_gpu.so -> build/lib.linux-x86_64-3.6/torch/lib
copying torch/lib/torch_shm_manager -> build/lib.linux-x86_64-3.6/torch/lib
copying torch/lib/THCUNN.h -> build/lib.linux-x86_64-3.6/torch/lib
copying torch/lib/THNN.h -> build/lib.linux-x86_64-3.6/torch/lib
creating build/lib.linux-x86_64-3.6/torch/lib/include
creating build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDADoubleType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAStream.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAShortType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUHalfType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorMethods.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/InferSize.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUByteType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAByteType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/div_rtn.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAGenerator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDADoubleType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Parallel.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDACharType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDALongType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/OptionsGuard.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Context.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/DimVector.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Scalar.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUDoubleType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUByteType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Formatting.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPULongType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/ATen.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAFloatType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Half.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CPULongType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Allocator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/StorageImpl.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAGuard.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/ScalarTypeUtils.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/dlpack.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseTensorRef.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Registry.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAIntType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Utils.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Generator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUFloatType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorImpl.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CheckGenerator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Backtrace.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDALongType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAIntType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAShortType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Config.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/optional.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUShortType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Retainable.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorBase.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Dispatch.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUGeneral.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Storage.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Type.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUShortType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAFloatType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUGenerator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/UndefinedType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Device.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Layout.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUCharType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAHalfType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Tensor.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUIntType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/ScalarType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SmallVector.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDACharType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAByteType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUIntType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUFloatType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/UndefinedTensor.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/RegisterCUDA.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Functions.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Error.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUDoubleType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/Backend.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUCharType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen
creating build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/ArrayRef.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/IdWrapper.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/Half.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/DeviceType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/Deprecated.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/Generator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/TensorTypeIdRegistration.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/UniqueVoidPtr.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/optional.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/C++17.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/TensorTypeId.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/ATenCoreTest.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/AlignOf.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/Layout.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/typeid.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/Half-inl.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/SmallVector.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/Error.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/Backend.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/intrusive_ptr.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
copying torch/lib/include/ATen/core/Macros.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core
creating build/lib.linux-x86_64-3.6/torch/lib/include/ATen/detail
copying torch/lib/include/ATen/detail/VariableHooksInterface.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/detail
copying torch/lib/include/ATen/detail/ScalarTypeConversions.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/detail
copying torch/lib/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/detail
copying torch/lib/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/detail
creating build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDAStream.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDAGuard.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDAConfig.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDAHalf.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda
creating build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/detail
copying torch/lib/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/detail
copying torch/lib/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/detail
creating build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/detail
copying torch/lib/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/detail
copying torch/lib/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/detail
creating build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/chrono.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/cast.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/pybind11.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/embed.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/pytypes.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/operators.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/complex.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/common.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/eigen.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/numpy.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/options.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/eval.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/stl.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/iostream.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/attr.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
copying torch/lib/include/pybind11/functional.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11
creating build/lib.linux-x86_64-3.6/torch/lib/include/pybind11/detail
copying torch/lib/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11/detail
copying torch/lib/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11/detail
copying torch/lib/include/pybind11/detail/common.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11/detail
copying torch/lib/include/pybind11/detail/init.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11/detail
copying torch/lib/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11/detail
copying torch/lib/include/pybind11/detail/class.h -> build/lib.linux-x86_64-3.6/torch/lib/include/pybind11/detail
creating build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THHalf.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THAllocator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THGeneral.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/TH.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateDoubleType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateCharType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THTensor.hpp -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateIntTypes.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THMath.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THFilePrivate.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateFloatTypes.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THStorageFunctions.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THTensorDimApply.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THVector.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THSize.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THBlas.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THStorage.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THStorageFunctions.hpp -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THMemoryFile.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THLapack.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateIntType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateShortType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THLogAdd.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateByteType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateHalfType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateAllTypes.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateFloatType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THFile.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THTypeConversion.hpp -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THDiskFile.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateLongType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THRandom.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THTensorApply.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THTensor.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
copying torch/lib/include/TH/THGenerator.hpp -> build/lib.linux-x86_64-3.6/torch/lib/include/TH
creating build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THStorageCopy.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorConv.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorLapack.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensor.hpp -> build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THVector.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THBlas.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THStorage.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THLapack.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorRandom.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorCopy.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorMath.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensor.h -> build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorFastGetSet.hpp -> build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic
creating build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCBlas.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateLongType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorCopy.hpp -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateFloatType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerator.hpp -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCCachingHostAllocator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCHalf.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorCopy.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateDoubleType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCCachingAllocator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateIntType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorMath.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THC.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCStorage.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateAllTypes.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateFloatTypes.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCStream.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCAllocator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorRandom.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCSleep.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCStorageCopy.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateShortType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCGeneral.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensor.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateHalfType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateCharType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCGenerateByteType.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCStorage.hpp -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensor.hpp -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCGeneral.hpp -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCIntegerDivider.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCDeviceTensorUtils-inl.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCDeviceUtils.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorSort.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCAtomics.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCDeviceTensorUtils.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorRandom.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorMathPointwise.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCReduceApplyUtils.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorTopK.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorMode.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorMathReduce.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCSortUtils.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCScanUtils.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCNumerics.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCDeviceTensor-inl.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorInfo.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCAsmUtils.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCDeviceTensor.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorTypeUtils.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCApply.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCReduceAll.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCTensorMathMagma.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCThrustAllocator.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
copying torch/lib/include/THC/THCReduce.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THC
creating build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathCompare.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathPairwise.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathCompareT.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathPointwise.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorCopy.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathScan.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathMagma.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMath.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCStorage.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathBlas.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorRandom.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMasked.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMode.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCStorageCopy.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorTopK.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorSort.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorMathReduce.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorScatterGather.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensorIndex.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
copying torch/lib/include/THC/generic/THCTensor.h -> build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic
creating build/lib.linux-x86_64-3.6/torch/lib/include/THCUNN
copying torch/lib/include/THCUNN/THCHalfAutoNumerics.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THCUNN
copying torch/lib/include/THCUNN/SharedMem.cuh -> build/lib.linux-x86_64-3.6/torch/lib/include/THCUNN
creating build/lib.linux-x86_64-3.6/torch/lib/include/torch
creating build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/torch.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/utils.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Types.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/THP.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Size.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/THP_export.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Device.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/byte_order.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/WindowsTorchApiMacro.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Module.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/THP_API.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/variable_tensor_functions.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/PtrWrapper.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc
creating build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/type_and_shape.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/variable_version.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd
creating build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/autodiff.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/python_ir.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/interned_strings_class.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/custom_operator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/source_range.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/import.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/serialization.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/source_location.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/export.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/variable_tensor_list.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/fusion_compiler.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/python_arg_flatten.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/interpreter.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/pybind_utils.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/function_schema.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/interned_strings.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/generic_if.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/tracer.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/argument_spec.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/python_tracer.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/symbolic_variable.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/graph_executor.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/code_template.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/ir.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/pybind.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/init.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/stack.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/operator.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/attributes.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/named_value.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/ivalue.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/constants.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/assertions.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/graph_node_list.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/type.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit
creating build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/disallow_copy.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_conversion_dispatch.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tuple_parser.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/hash.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/functional.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils
creating build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/utils.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/serialization.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/undef_macros.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/restore_macros.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/cuda_check.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/Storage.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/override_macros.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/torch.h -> build/lib.linux-x86_64-3.6/torch/lib/include/torch
running build_ext
-- Building with NumPy bindings
-- Detected cuDNN at /usr/lib/x86_64-linux-gnu/libcudnn.so.7, /usr/include/
-- Not using MIOpen
-- Detected CUDA at /usr/local/cuda
-- Not using MKLDNN
-- Using system provided NCCL library at /usr/lib/x86_64-linux-gnu/libnccl.so.2.2.13, /usr/include
-- Building with distributed package 
Skipped writing torch/csrc/nn/THNN.cpp
Skipped writing torch/csrc/nn/THCUNN.cpp
Skipped writing torch/csrc/autograd/generated/VariableType.h
Skipped writing torch/csrc/autograd/generated/VariableType.cpp
Skipped writing torch/csrc/autograd/generated/Functions.h
Skipped writing torch/csrc/autograd/generated/Functions.cpp
Skipped writing torch/csrc/autograd/generated/python_functions.h
Skipped writing torch/csrc/autograd/generated/python_functions.cpp
Skipped writing torch/csrc/autograd/generated/python_variable_methods.cpp
Skipped writing torch/csrc/autograd/generated/python_variable_methods_dispatch.h
Skipped writing torch/csrc/autograd/generated/python_torch_functions.cpp
Skipped writing torch/csrc/autograd/generated/python_torch_functions_dispatch.h
Skipped writing torch/csrc/autograd/generated/python_nn_functions.cpp
Skipped writing torch/csrc/autograd/generated/python_nn_functions.h
Skipped writing torch/csrc/autograd/generated/python_nn_functions_dispatch.h
Skipped writing torch/csrc/autograd/generated/variable_factories.h
Skipped writing torch/csrc/jit/generated/register_aten_ops.cpp
Skipped writing torch/csrc/jit/generated/aten_interned_strings.h
copying /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/caffe2_pybind11_state.cpython-36m-x86_64-linux-gnu.so -> /root/pytorch/build/lib.linux-x86_64-3.6/caffe2/python
copying /root/pytorch/torch/lib/tmp_install/lib/python3.6/site-packages/caffe2/python/caffe2_pybind11_state_gpu.cpython-36m-x86_64-linux-gnu.so -> /root/pytorch/build/lib.linux-x86_64-3.6/caffe2/python
building 'torch._C' extension
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/torch
creating build/temp.linux-x86_64-3.6/torch/csrc
creating build/temp.linux-x86_64-3.6/torch/csrc/autograd
creating build/temp.linux-x86_64-3.6/torch/csrc/autograd/functions
creating build/temp.linux-x86_64-3.6/torch/csrc/autograd/generated
creating build/temp.linux-x86_64-3.6/torch/csrc/jit
creating build/temp.linux-x86_64-3.6/torch/csrc/jit/batched
creating build/temp.linux-x86_64-3.6/torch/csrc/jit/passes
creating build/temp.linux-x86_64-3.6/torch/csrc/jit/passes/onnx
creating build/temp.linux-x86_64-3.6/torch/csrc/jit/script
creating build/temp.linux-x86_64-3.6/torch/csrc/nn
creating build/temp.linux-x86_64-3.6/torch/csrc/onnx
creating build/temp.linux-x86_64-3.6/torch/csrc/tensor
creating build/temp.linux-x86_64-3.6/torch/csrc/utils
creating build/temp.linux-x86_64-3.6/torch/csrc/distributed
creating build/temp.linux-x86_64-3.6/torch/csrc/distributed/c10d
creating build/temp.linux-x86_64-3.6/torch/csrc/cuda
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/DataLoader.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/DataLoader.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/Dtype.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Dtype.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/Exceptions.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Exceptions.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/Layout.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Layout.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/PtrWrapper.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/PtrWrapper.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/init.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/init.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/python_function.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_function.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/python_legacy_variable.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_legacy_variable.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/Storage.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Storage.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/python_cpp_function.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_cpp_function.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/generated/python_torch_functions.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/generated/python_torch_functions.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/generated/python_functions.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/generated/python_functions.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/Module.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Module.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/Device.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Device.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/Size.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Size.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/DynamicTypes.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/DynamicTypes.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/python_variable.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_variable.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/generated/python_nn_functions.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/generated/python_nn_functions.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/python_engine.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_engine.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/Generator.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/Generator.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/python_variable_indexing.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_variable_indexing.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/batched/BatchTensor.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/batched/BatchTensor.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/ivalue.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/ivalue.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/passes/onnx/fixup_onnx_loop.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/passes/onnx/fixup_onnx_loop.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/passes/onnx.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/passes/onnx.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/python_hook.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_hook.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/passes/to_batch.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/passes/to_batch.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/byte_order.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/byte_order.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/python_interpreter.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/python_interpreter.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/python_tracer.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/python_tracer.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/passes/onnx/peephole.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/passes/onnx/peephole.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/script/lexer.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/script/lexer.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/python_anomaly_mode.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_anomaly_mode.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/script/python_tree_views.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/script/python_tree_views.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/onnx/init.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/onnx/init.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/script/module.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/script/module.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/tensor/python_tensor.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/tensor/python_tensor.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/cuda_lazy_init.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/cuda_lazy_init.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/invalid_arguments.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/invalid_arguments.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/functions/init.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/functions/init.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/init.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/init.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/object_ptr.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/object_ptr.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/tensor_apply.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_apply.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/python_arg_parser.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/python_arg_parser.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/tensor_dtypes.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_dtypes.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/python_ir.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/python_ir.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/tensor_conversion_dispatch.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_conversion_dispatch.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/tensor_layouts.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_layouts.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/tensor_flatten.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_flatten.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/python_arg_flatten.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/python_arg_flatten.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/serialization.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/serialization.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/tensor_list.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_list.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/tensor_new.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_new.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/tensor_types.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_types.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/jit/script/init.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/jit/script/init.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/distributed/Module.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/distributed/Module.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/cuda/Module.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Module.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/cuda/Stream.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Stream.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/tuple_parser.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/tuple_parser.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/cuda/comm.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/comm.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/cuda/utils.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/utils.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/cuda/serialization.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/serialization.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/utils/tensor_numpy.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_numpy.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/distributed/c10d/init.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/distributed/c10d/init.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/cuda/nccl.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/nccl.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/cuda/python_comm.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/python_comm.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/nn/THCUNN.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/nn/THCUNN.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/nn/THNN.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/nn/THNN.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/cuda/python_nccl.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/python_nccl.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/cuda/Storage.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Storage.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/autograd/generated/python_variable_methods.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/autograd/generated/python_variable_methods.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
warning: no library file corresponding to '/usr/lib/x86_64-linux-gnu/libcudnn.so.7' found (skipping)
gcc -pthread -shared -L/root/.pyenv/versions/3.6.5/lib -Wl,-rpath=/root/.pyenv/versions/3.6.5/lib -L/root/.pyenv/versions/3.6.5/lib -Wl,-rpath=/root/.pyenv/versions/3.6.5/lib build/temp.linux-x86_64-3.6/torch/csrc/DataLoader.o build/temp.linux-x86_64-3.6/torch/csrc/Device.o build/temp.linux-x86_64-3.6/torch/csrc/Dtype.o build/temp.linux-x86_64-3.6/torch/csrc/DynamicTypes.o build/temp.linux-x86_64-3.6/torch/csrc/Exceptions.o build/temp.linux-x86_64-3.6/torch/csrc/Generator.o build/temp.linux-x86_64-3.6/torch/csrc/Layout.o build/temp.linux-x86_64-3.6/torch/csrc/Module.o build/temp.linux-x86_64-3.6/torch/csrc/PtrWrapper.o build/temp.linux-x86_64-3.6/torch/csrc/Size.o build/temp.linux-x86_64-3.6/torch/csrc/Storage.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/functions/init.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/generated/python_functions.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/generated/python_nn_functions.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/generated/python_torch_functions.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/generated/python_variable_methods.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/init.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_anomaly_mode.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_cpp_function.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_engine.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_function.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_hook.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_legacy_variable.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_variable.o build/temp.linux-x86_64-3.6/torch/csrc/autograd/python_variable_indexing.o build/temp.linux-x86_64-3.6/torch/csrc/byte_order.o build/temp.linux-x86_64-3.6/torch/csrc/jit/batched/BatchTensor.o build/temp.linux-x86_64-3.6/torch/csrc/jit/init.o build/temp.linux-x86_64-3.6/torch/csrc/jit/ivalue.o build/temp.linux-x86_64-3.6/torch/csrc/jit/passes/onnx.o build/temp.linux-x86_64-3.6/torch/csrc/jit/passes/onnx/fixup_onnx_loop.o build/temp.linux-x86_64-3.6/torch/csrc/jit/passes/onnx/peephole.o build/temp.linux-x86_64-3.6/torch/csrc/jit/passes/to_batch.o build/temp.linux-x86_64-3.6/torch/csrc/jit/python_arg_flatten.o build/temp.linux-x86_64-3.6/torch/csrc/jit/python_interpreter.o build/temp.linux-x86_64-3.6/torch/csrc/jit/python_ir.o build/temp.linux-x86_64-3.6/torch/csrc/jit/python_tracer.o build/temp.linux-x86_64-3.6/torch/csrc/jit/script/init.o build/temp.linux-x86_64-3.6/torch/csrc/jit/script/lexer.o build/temp.linux-x86_64-3.6/torch/csrc/jit/script/module.o build/temp.linux-x86_64-3.6/torch/csrc/jit/script/python_tree_views.o build/temp.linux-x86_64-3.6/torch/csrc/nn/THNN.o build/temp.linux-x86_64-3.6/torch/csrc/onnx/init.o build/temp.linux-x86_64-3.6/torch/csrc/serialization.o build/temp.linux-x86_64-3.6/torch/csrc/tensor/python_tensor.o build/temp.linux-x86_64-3.6/torch/csrc/utils.o build/temp.linux-x86_64-3.6/torch/csrc/utils/cuda_lazy_init.o build/temp.linux-x86_64-3.6/torch/csrc/utils/invalid_arguments.o build/temp.linux-x86_64-3.6/torch/csrc/utils/object_ptr.o build/temp.linux-x86_64-3.6/torch/csrc/utils/python_arg_parser.o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_apply.o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_conversion_dispatch.o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_dtypes.o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_flatten.o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_layouts.o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_list.o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_new.o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_numpy.o build/temp.linux-x86_64-3.6/torch/csrc/utils/tensor_types.o build/temp.linux-x86_64-3.6/torch/csrc/utils/tuple_parser.o build/temp.linux-x86_64-3.6/torch/csrc/distributed/Module.o build/temp.linux-x86_64-3.6/torch/csrc/distributed/c10d/init.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Module.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Storage.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/Stream.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/utils.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/comm.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/python_comm.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/serialization.o build/temp.linux-x86_64-3.6/torch/csrc/nn/THCUNN.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/nccl.o build/temp.linux-x86_64-3.6/torch/csrc/cuda/python_nccl.o -L/root/pytorch/torch/lib -L/usr/local/cuda/lib64 -L/root/.pyenv/versions/3.6.5/lib -lshm -lcudart -lnvToolsExt -lpython3.6m -o build/lib.linux-x86_64-3.6/torch/_C.cpython-36m-x86_64-linux-gnu.so -Wl,-rpath,/usr/lib/x86_64-linux-gnu/ -Wl,-rpath,/usr/local/cuda/lib64 /root/pytorch/torch/lib/libcaffe2.so -Wl,--no-as-needed /root/pytorch/torch/lib/libcaffe2_gpu.so -Wl,--as-needed /root/pytorch/torch/lib/libprotobuf-nanopb.a /root/pytorch/torch/lib/libprotobuf.a /root/pytorch/torch/lib/libtorch.so /root/pytorch/torch/lib/libTHD.a /root/pytorch/torch/lib/libc10d.a /usr/lib/x86_64-linux-gnu/libnccl.so.2.2.13 -Wl,-rpath,$ORIGIN/lib /root/pytorch/torch/lib/tmp_install/lib/libcaffe2.so /usr/local/lib/libmpi.so /root/pytorch/torch/lib/tmp_install/lib/libgloo_cuda.a /root/pytorch/torch/lib/tmp_install/lib/libgloo.a
building 'torch._dl' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/dl.c -o build/temp.linux-x86_64-3.6/torch/csrc/dl.o
gcc -pthread -shared -L/root/.pyenv/versions/3.6.5/lib -Wl,-rpath=/root/.pyenv/versions/3.6.5/lib -L/root/.pyenv/versions/3.6.5/lib -Wl,-rpath=/root/.pyenv/versions/3.6.5/lib build/temp.linux-x86_64-3.6/torch/csrc/dl.o -L/root/.pyenv/versions/3.6.5/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/torch/_dl.cpython-36m-x86_64-linux-gnu.so
building 'torch._nvrtc' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -O2 -fPIC -I/usr/include/ -I/root/pytorch -I/root/pytorch/torch/lib/tmp_install/include -I/root/pytorch/torch/lib/tmp_install/include/TH -I/root/pytorch/torch/lib/tmp_install/include/THNN -I/root/pytorch/torch/lib/tmp_install/include/ATen -I/root/pytorch/third_party/pybind11/include -I/root/pytorch/torch/csrc -Ibuild/third_party -I/root/.pyenv/versions/py365/lib/python3.6/site-packages/numpy/core/include -I/root/pytorch/torch/lib/tmp_install/include/THD -I/usr/local/cuda/include -I/root/pytorch/torch/lib/tmp_install/include/THCUNN -I/usr/include -I/root/.pyenv/versions/py365/include -I/root/.pyenv/versions/3.6.5/include/python3.6m -c torch/csrc/nvrtc.cpp -o build/temp.linux-x86_64-3.6/torch/csrc/nvrtc.o -D_THP_CORE -DONNX_NAMESPACE=onnx_torch -std=c++11 -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-zero-length-array -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces -Wno-stringop-overflow -DUSE_NUMPY -DUSE_DISTRIBUTED -DUSE_C10D -DUSE_CUDA -DCUDA_LIB_PATH=/usr/local/cuda/lib64 -DUSE_NCCL -DUSE_CUDNN
gcc -pthread -shared -L/root/.pyenv/versions/3.6.5/lib -Wl,-rpath=/root/.pyenv/versions/3.6.5/lib -L/root/.pyenv/versions/3.6.5/lib -Wl,-rpath=/root/.pyenv/versions/3.6.5/lib build/temp.linux-x86_64-3.6/torch/csrc/nvrtc.o -L/root/pytorch/torch/lib -L/usr/local/cuda/lib64 -L/usr/local/cuda/lib64/stubs -L/root/.pyenv/versions/3.6.5/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/torch/_nvrtc.cpython-36m-x86_64-linux-gnu.so -Wl,-rpath,/usr/lib/x86_64-linux-gnu/ -Wl,-rpath,/usr/local/cuda/lib64 -Wl,-rpath,$ORIGIN/lib -Wl,--no-as-needed -lcuda -lnvrtc
running install_lib
copying build/lib.linux-x86_64-3.6/caffe2/python/layers/tags.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/layers
copying build/lib.linux-x86_64-3.6/caffe2/python/layers/position_weighted.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/layers
copying build/lib.linux-x86_64-3.6/caffe2/python/layers/pairwise_similarity.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/layers
copying build/lib.linux-x86_64-3.6/caffe2/python/predictor/mobile_exporter.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/predictor
copying build/lib.linux-x86_64-3.6/caffe2/python/model_helper.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/core.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/schema_test.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/dataio.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/crf.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/onnx/test_onnxifi.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx
copying build/lib.linux-x86_64-3.6/caffe2/python/onnx/tests/c2_ref_test.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/tests
copying build/lib.linux-x86_64-3.6/caffe2/python/onnx/backend.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx
copying build/lib.linux-x86_64-3.6/caffe2/python/caffe2_pybind11_state_gpu.cpython-36m-x86_64-linux-gnu.so -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/extension_loader.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/caffe2_pybind11_state.cpython-36m-x86_64-linux-gnu.so -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/functional.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/_import_c_extension.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/checkpoint.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/model_helper_test.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/core_test.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/schema.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/layer_model_helper.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/modeling/parameter_info.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling
copying build/lib.linux-x86_64-3.6/caffe2/python/pipeline.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/python/transformations_test.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python
copying build/lib.linux-x86_64-3.6/caffe2/proto/hsm_pb2.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto
copying build/lib.linux-x86_64-3.6/caffe2/proto/caffe2_pb2.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto
copying build/lib.linux-x86_64-3.6/caffe2/proto/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto
copying build/lib.linux-x86_64-3.6/caffe2/proto/prof_dag_pb2.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto
copying build/lib.linux-x86_64-3.6/caffe2/proto/predictor_consts_pb2.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto
copying build/lib.linux-x86_64-3.6/caffe2/proto/metanet_pb2.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto
copying build/lib.linux-x86_64-3.6/caffe2/proto/caffe2_legacy_pb2.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto
copying build/lib.linux-x86_64-3.6/torch/nn/parallel/replicate.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/parallel
copying build/lib.linux-x86_64-3.6/torch/nn/parallel/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/parallel
copying build/lib.linux-x86_64-3.6/torch/nn/parallel/distributed.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/parallel
copying build/lib.linux-x86_64-3.6/torch/nn/parallel/distributed_c10d.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/parallel
copying build/lib.linux-x86_64-3.6/torch/nn/parallel/_functions.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/parallel
copying build/lib.linux-x86_64-3.6/torch/nn/parameter.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn
copying build/lib.linux-x86_64-3.6/torch/nn/utils/rnn.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/utils
copying build/lib.linux-x86_64-3.6/torch/nn/utils/convert_parameters.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/utils
copying build/lib.linux-x86_64-3.6/torch/nn/utils/spectral_norm.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/utils
copying build/lib.linux-x86_64-3.6/torch/nn/utils/clip_grad.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/utils
copying build/lib.linux-x86_64-3.6/torch/nn/init.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn
copying build/lib.linux-x86_64-3.6/torch/nn/functional.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn
copying build/lib.linux-x86_64-3.6/torch/nn/_functions/thnn/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/_functions/thnn
copying build/lib.linux-x86_64-3.6/torch/nn/_functions/rnn.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/_functions
copying build/lib.linux-x86_64-3.6/torch/nn/_functions/vision.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/_functions
copying build/lib.linux-x86_64-3.6/torch/nn/backends/thnn.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/backends
copying build/lib.linux-x86_64-3.6/torch/nn/modules/rnn.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/dropout.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/upsampling.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/activation.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/pixelshuffle.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/normalization.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/loss.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/padding.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/instancenorm.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/fold.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/conv.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/pooling.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/container.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/module.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/batchnorm.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/adaptive.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/linear.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/sparse.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/nn/modules/utils.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules
copying build/lib.linux-x86_64-3.6/torch/optim/lr_scheduler.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/optim
copying build/lib.linux-x86_64-3.6/torch/optim/adam.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/optim
copying build/lib.linux-x86_64-3.6/torch/_torch_docs.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/_six.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/onnx/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/onnx
copying build/lib.linux-x86_64-3.6/torch/onnx/symbolic.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/onnx
copying build/lib.linux-x86_64-3.6/torch/onnx/utils.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/onnx
copying build/lib.linux-x86_64-3.6/torch/lib/libcaffe2_detectron_ops_gpu.so -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib
copying build/lib.linux-x86_64-3.6/torch/lib/libcaffe2.so -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib
copying build/lib.linux-x86_64-3.6/torch/lib/torch_shm_manager -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib
copying build/lib.linux-x86_64-3.6/torch/lib/libcaffe2_observers.so -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib
copying build/lib.linux-x86_64-3.6/torch/lib/include/THCUNN/THCHalfAutoNumerics.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THCUNN
copying build/lib.linux-x86_64-3.6/torch/lib/include/THCUNN/SharedMem.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THCUNN
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THHalf.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THAllocator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THGeneral.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/TH.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THGenerateDoubleType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THGenerateCharType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THTensor.hpp -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THGenerateIntTypes.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THMath.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THFilePrivate.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THGenerateFloatTypes.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THStorageFunctions.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THTensorDimApply.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THVector.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THSize.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THBlas.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THStorage.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THStorageFunctions.hpp -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THMemoryFile.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THLapack.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THGenerateIntType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THGenerateShortType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THLogAdd.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THGenerateByteType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THGenerateHalfType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic/THStorageCopy.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic/THTensorConv.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic/THTensorLapack.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic/THTensor.hpp -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic/THVector.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic/THBlas.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic/THStorage.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic/THLapack.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic/THTensorRandom.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic/THTensorCopy.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic/THTensorMath.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic/THTensor.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/generic/THTensorFastGetSet.hpp -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THGenerateAllTypes.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THGenerateFloatType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THFile.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THTypeConversion.hpp -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THDiskFile.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THGenerateLongType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THRandom.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THTensorApply.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THTensor.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/TH/THGenerator.hpp -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/TH
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/torch.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/python_headers.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/Exceptions.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/Types.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/variadic.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/tensor_flatten.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/tensor_conversion_dispatch.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/tensor_apply.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/cuda_enabled.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/hash.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/memory.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/tensor_new.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/invalid_arguments.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/pybind.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/python_arg_parser.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/object_ptr.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/numpy_stub.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/utils/functional.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/utils
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda/undef_macros.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda/THCP.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda/restore_macros.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda/cuda_check.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda/comm.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/cuda/override_macros.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/THP.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/autodiff.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/interned_strings_class.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/custom_operator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/source_range.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/import.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/serialization.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/source_location.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/export.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/variable_tensor_list.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/fusion_compiler.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/python_arg_flatten.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/interpreter.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/pybind_utils.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/function_schema.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/interned_strings.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/tracer.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/argument_spec.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/python_tracer.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/symbolic_variable.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/graph_executor.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/ir.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/pybind.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/stack.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/operator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/attributes.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/named_value.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/ivalue.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/constants.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/assertions.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/graph_node_list.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/jit/type.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/jit
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/DynamicTypes.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/Device.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/input_buffer.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/input_metadata.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/saved_variable.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/function.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/python_anomaly_mode.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/variable.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/type_and_shape.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/python_engine.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/anomaly_mode.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/function_hook.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/engine.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/python_function.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/profiler.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/python_cpp_function.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/autograd/grad_mode.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc/autograd
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/Layout.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/WindowsTorchApiMacro.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/THP_API.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc
copying build/lib.linux-x86_64-3.6/torch/lib/include/torch/csrc/variable_tensor_functions.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/torch/csrc
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CUDADoubleType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CUDAStream.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/TensorOperators.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCUDAShortType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CPUHalfType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/TensorMethods.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/InferSize.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCPUByteType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCUDAByteType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/DLConvertor.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/div_rtn.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/ArrayRef.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CUDAGenerator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCUDADoubleType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Parallel.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCUDACharType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCUDALongType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/OptionsGuard.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Context.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/DimVector.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Scalar.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CPUDoubleType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CPUByteType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
creating /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/ATenGeneral.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/Reduction.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/ArrayRef.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/IdWrapper.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/Half.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/DeviceType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/Deprecated.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/Generator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/TensorTypeIdRegistration.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/UniqueVoidPtr.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/Backtrace.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/optional.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/C++17.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/TensorTypeId.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/ATenCoreTest.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/AlignOf.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/Layout.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/typeid.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/ScalarType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/Half-inl.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/SmallVector.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/Error.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/Backend.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/intrusive_ptr.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/core/Macros.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/core
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Formatting.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCPULongType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/ATen.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCUDAFloatType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Half.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CPULongType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseTensorImpl.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Allocator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/StorageImpl.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CUDAGuard.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/ScalarTypeUtils.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/WrapDimUtilsMulti.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/dlpack.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
creating /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/detail
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/detail/VariableHooksInterface.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/detail
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/detail/ScalarTypeConversions.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/detail
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/detail/CUDAHooksInterface.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/detail
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/detail/FunctionTraits.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/detail
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/CUDAStream.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/CUDATensorMethods.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/Exceptions.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/CUDAEvent.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/CUDAContext.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/CUDAGuard.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/detail/OffsetCalculator.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda/detail
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/detail/TensorInfo.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda/detail
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/detail/CUDAHooks.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda/detail
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/detail/KernelUtils.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda/detail
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/detail/IndexUtils.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda/detail
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/CUDAApplyUtils.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/PinnedMemoryAllocator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/CUDAHalf.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/ATenCUDAGeneral.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cuda/CUDAConfig.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cuda
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseTensorRef.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/TensorAccessor.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Registry.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCUDAIntType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Utils.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Generator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CPUFloatType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/TensorImpl.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CPUFixedAllocator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/WrapDimUtils.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/MatrixRef.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CheckGenerator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Backtrace.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CUDALongType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn/Exceptions.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cudnn
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn/Descriptors.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cudnn
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn/Types.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cudnn
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn/Utils.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cudnn
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn/Handles.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cudnn
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn/cudnn-wrapper.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cudnn
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/cudnn/Handle.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen/cudnn
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CUDAIntType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CUDAShortType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Config.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/optional.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CPUShortType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Retainable.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/TensorBase.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/AccumulateType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/NativeFunctions.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Dispatch.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CPUGeneral.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Storage.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/TensorOptions.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Type.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCPUShortType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/ExpandUtils.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/TensorGeometry.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CUDAFloatType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CPUGenerator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/UndefinedType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Device.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Layout.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CPUCharType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CUDAHalfType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Tensor.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/TensorUtils.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCPUIntType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/ScalarType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SmallVector.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CUDACharType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CUDAByteType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CPUIntType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCPUFloatType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/UndefinedTensor.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/RegisterCUDA.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/CPUApplyUtils.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Functions.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Error.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCPUDoubleType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/Backend.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/DeviceGuard.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/ATen/SparseCPUCharType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/ATen
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCBlas.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCIntegerDivider.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCGenerateLongType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensorCopy.hpp -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCGenerateFloatType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCDeviceTensorUtils-inl.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCDeviceUtils.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensorSort.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCAtomics.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCDeviceTensorUtils.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCGenerator.hpp -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCCachingHostAllocator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensorRandom.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensorMathPointwise.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCReduceApplyUtils.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCHalf.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensorCopy.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensorTopK.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensorMode.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCGenerateDoubleType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCCachingAllocator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensorMathReduce.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCGenerateIntType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensorMath.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THC.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCStorage.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCGenerateAllTypes.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCGenerateFloatTypes.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCStream.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCAllocator.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensorRandom.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCSleep.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCSortUtils.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCStorageCopy.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCScanUtils.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCNumerics.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCDeviceTensor-inl.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensorInfo.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCAsmUtils.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCGenerateShortType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCDeviceTensor.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensorTypeUtils.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorMathCompare.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorMathPairwise.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorMathCompareT.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorMathPointwise.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorCopy.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorMathScan.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorMathMagma.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorMath.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCStorage.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorMathBlas.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorRandom.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorMasked.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorMode.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCStorageCopy.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorTopK.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorSort.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorMathReduce.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorScatterGather.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensorIndex.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/generic/THCTensor.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC/generic
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCApply.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCGeneral.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCReduceAll.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensorMathMagma.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensor.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCGenerateHalfType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCGenerateCharType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCThrustAllocator.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCReduce.cuh -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCGenerateByteType.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCStorage.hpp -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCTensor.hpp -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/include/THC/THCGeneral.hpp -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib/include/THC
copying build/lib.linux-x86_64-3.6/torch/lib/libtorch.so -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib
copying build/lib.linux-x86_64-3.6/torch/lib/libtorch.so.1 -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib
copying build/lib.linux-x86_64-3.6/torch/lib/THCUNN.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib
copying build/lib.linux-x86_64-3.6/torch/lib/libshm.so -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib
copying build/lib.linux-x86_64-3.6/torch/lib/libonnxifi_dummy.so -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib
copying build/lib.linux-x86_64-3.6/torch/lib/libcaffe2_gpu.so -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib
copying build/lib.linux-x86_64-3.6/torch/lib/THNN.h -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/lib
copying build/lib.linux-x86_64-3.6/torch/utils/cpp_extension.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils
copying build/lib.linux-x86_64-3.6/torch/utils/model_zoo.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils
copying build/lib.linux-x86_64-3.6/torch/utils/checkpoint.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils
copying build/lib.linux-x86_64-3.6/torch/utils/dlpack.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils
copying build/lib.linux-x86_64-3.6/torch/utils/data/dataloader.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/data
copying build/lib.linux-x86_64-3.6/torch/utils/data/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/data
copying build/lib.linux-x86_64-3.6/torch/utils/data/distributed.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/data
copying build/lib.linux-x86_64-3.6/torch/utils/data/sampler.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/data
copying build/lib.linux-x86_64-3.6/torch/utils/collect_env.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils
copying build/lib.linux-x86_64-3.6/torch/utils/trainer/plugins/loss.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/trainer/plugins
copying build/lib.linux-x86_64-3.6/torch/cuda/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/cuda
copying build/lib.linux-x86_64-3.6/torch/cuda/comm.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/cuda
copying build/lib.linux-x86_64-3.6/torch/jit/batchop.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/jit
copying build/lib.linux-x86_64-3.6/torch/jit/frontend.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/jit
copying build/lib.linux-x86_64-3.6/torch/jit/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/jit
copying build/lib.linux-x86_64-3.6/torch/jit/annotations.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/jit
copying build/lib.linux-x86_64-3.6/torch/contrib/_tensorboard_vis.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/contrib
copying build/lib.linux-x86_64-3.6/torch/serialization.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/_tensor_docs.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/functional.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/_nvrtc.cpython-36m-x86_64-linux-gnu.so -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/distributions/distribution.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/kl.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/geometric.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/log_normal.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/one_hot_categorical.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/fishersnedecor.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/constraints.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/negative_binomial.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/cauchy.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/transformed_distribution.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/multinomial.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/categorical.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/lowrank_multivariate_normal.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/bernoulli.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/relaxed_categorical.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/transforms.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/constraint_registry.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/weibull.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/half_cauchy.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/half_normal.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/multivariate_normal.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/utils.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/distributions/studentT.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions
copying build/lib.linux-x86_64-3.6/torch/multiprocessing/reductions.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/multiprocessing
copying build/lib.linux-x86_64-3.6/torch/version.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/_utils_internal.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/_tensor_str.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/tensor.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/_dl.cpython-36m-x86_64-linux-gnu.so -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/distributed/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributed
creating /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributed/c10d
copying build/lib.linux-x86_64-3.6/torch/distributed/c10d/rendezvous.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributed/c10d
copying build/lib.linux-x86_64-3.6/torch/distributed/c10d/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributed/c10d
copying build/lib.linux-x86_64-3.6/torch/_C.cpython-36m-x86_64-linux-gnu.so -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/autograd/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/autograd
copying build/lib.linux-x86_64-3.6/torch/autograd/function.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/autograd
copying build/lib.linux-x86_64-3.6/torch/autograd/gradcheck.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/autograd
copying build/lib.linux-x86_64-3.6/torch/autograd/anomaly_mode.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/autograd
creating /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/backends/cuda
copying build/lib.linux-x86_64-3.6/torch/backends/cuda/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/backends/cuda
copying build/lib.linux-x86_64-3.6/torch/backends/cudnn/rnn.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/backends/cudnn
copying build/lib.linux-x86_64-3.6/torch/backends/cudnn/__init__.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/backends/cudnn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/Normalize.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/SpatialConvolutionLocal.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/VolumetricFullConvolution.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/VolumetricConvolution.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/SpatialClassNLLCriterion.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/SoftMarginCriterion.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/SpatialUpSamplingNearest.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/BatchNormalization.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/AbsCriterion.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/WeightedMSECriterion.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/ClassNLLCriterion.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/ClassSimplexCriterion.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/MultiMarginCriterion.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/MSECriterion.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/MultiLabelMarginCriterion.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/SpatialFullConvolution.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/ELU.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/DistKLDivCriterion.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/nn/SmoothL1Criterion.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn
copying build/lib.linux-x86_64-3.6/torch/legacy/optim/cg.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/optim
copying build/lib.linux-x86_64-3.6/torch/storage.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
copying build/lib.linux-x86_64-3.6/torch/_thnn/utils.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/_thnn
copying build/lib.linux-x86_64-3.6/torch/_ops.py -> /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/db_test.py to db_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/dataio_test.py to dataio_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/predictor/predictor_test.py to predictor_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/predictor/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/predictor/mobile_exporter.py to mobile_exporter.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/predictor/serde.py to serde.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/predictor/predictor_exporter.py to predictor_exporter.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/predictor/predictor_exporter_test.py to predictor_exporter_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/predictor/mobile_exporter_test.py to mobile_exporter_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/predictor/predictor_py_utils.py to predictor_py_utils.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/data_workers_test.py to data_workers_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/embedding_generation_benchmark.py to embedding_generation_benchmark.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/python_op_test.py to python_op_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/workspace_test.py to workspace_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/optimizer_test_util.py to optimizer_test_util.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/ideep_test_util.py to ideep_test_util.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/model_helper.py to model_helper.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/hypothesis_test_util.py to hypothesis_test_util.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/mkl_test_util.py to mkl_test_util.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/tt_core.py to tt_core.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/core.py to core.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/device_checker.py to device_checker.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/data_workers.py to data_workers.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/data_parallel_model.py to data_parallel_model.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/schema_test.py to schema_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/net_drawer.py to net_drawer.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/dataio.py to dataio.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/caffe_translator_test.py to caffe_translator_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/hsm_util.py to hsm_util.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/data_parallel_model_test.py to data_parallel_model_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/context_test.py to context_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/visualize.py to visualize.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/session_test.py to session_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/gradient_check_test.py to gradient_check_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/crf.py to crf.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/control_test.py to control_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/frontend.py to frontend.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/error.py to error.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/test_onnxifi.py to test_onnxifi.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/backend_cpp_rep.py to backend_cpp_rep.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/onnxifi.py to onnxifi.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/backend_rep.py to backend_rep.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/workspace.py to workspace.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/tests/conversion_test.py to conversion_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/tests/onnx_backend_test.py to onnx_backend_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/tests/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/tests/test_utils.py to test_utils.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/tests/ssa_test.py to ssa_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/tests/helper_test.py to helper_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/tests/c2_ref_test.py to c2_ref_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/backend.py to backend.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/bin/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/bin/conversion.py to conversion.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/onnx/helper.py to helper.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/layer_parameter_sharing_test.py to layer_parameter_sharing_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/memonger.py to memonger.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/attention.py to attention.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/session.py to session.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/net_printer_test.py to net_printer_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/normalizer.py to normalizer.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/caffe_translator.py to caffe_translator.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/layers_test.py to layers_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/scope_test.py to scope_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/convnet_benchmarks.py to convnet_benchmarks.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/normalizer_test.py to normalizer_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/numa_test.py to numa_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/experiment_util.py to experiment_util.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/predictor_constants.py to predictor_constants.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/parallel_workers_test.py to parallel_workers_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/parallel_workers.py to parallel_workers.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/trt/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/trt/test_trt.py to test_trt.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/trt/transform.py to transform.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/net_builder_test.py to net_builder_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/net_printer.py to net_printer.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/convnet_benchmarks_test.py to convnet_benchmarks_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/pipeline_test.py to pipeline_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/cached_reader.py to cached_reader.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/text_file_reader.py to text_file_reader.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/extension_loader.py to extension_loader.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/rnn_cell.py to rnn_cell.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/sparse_to_dense_test.py to sparse_to_dense_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/parallelize_bmuf_distributed_test.py to parallelize_bmuf_distributed_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/functional.py to functional.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/_import_c_extension.py to _import_c_extension.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/gradient_checker.py to gradient_checker.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/checkpoint.py to checkpoint.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/build.py to build.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/layer_test_util.py to layer_test_util.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/regularizer_test.py to regularizer_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/hypothesis_test.py to hypothesis_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/fused_8bit_rowwise_conversion_ops_test.py to fused_8bit_rowwise_conversion_ops_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/core_gradients_test.py to core_gradients_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/model_helper_test.py to model_helper_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/models/resnet_test.py to resnet_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/models/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/models/download.py to download.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/models/resnet.py to resnet.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/models/__sym_init__.py to __sym_init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/models/seq2seq/seq2seq_beam_search_test.py to seq2seq_beam_search_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/models/seq2seq/beam_search.py to beam_search.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/models/seq2seq/seq2seq_model_helper.py to seq2seq_model_helper.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/models/seq2seq/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/models/seq2seq/seq2seq_model_helper_test.py to seq2seq_model_helper_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/models/seq2seq/seq2seq_util.py to seq2seq_util.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/models/seq2seq/train.py to train.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/models/seq2seq/translate.py to translate.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/model_device_test.py to model_device_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/cnn.py to cnn.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/core_test.py to core_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/muji.py to muji.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/gru_cell.py to gru_cell.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/schema.py to schema.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/dyndep.py to dyndep.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/muji_test.py to muji_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/toy_regression_test.py to toy_regression_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/layer_model_helper.py to layer_model_helper.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/sparse_to_dense_mask_test.py to sparse_to_dense_mask_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/benchmark_generator.py to benchmark_generator.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/brew_test.py to brew_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/optimizer_test.py to optimizer_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/binarysize.py to binarysize.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/control.py to control.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/rnn/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/rnn/lstm_comparison.py to lstm_comparison.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/rnn/rnn_cell_test_util.py to rnn_cell_test_util.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/db_file_reader.py to db_file_reader.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/tt_core_test.py to tt_core_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/dataset.py to dataset.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/numa_benchmark.py to numa_benchmark.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/normalizer_context.py to normalizer_context.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py to lengths_reducer_rowwise_8bit_ops_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/timeout_guard.py to timeout_guard.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/compute_histogram_for_blobs_test.py to compute_histogram_for_blobs_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/initializers_test.py to initializers_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/compute_norm_for_blobs_test.py to compute_norm_for_blobs_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/gradient_clipping_test.py to gradient_clipping_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/parameter_sharing_test.py to parameter_sharing_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/compute_histogram_for_blobs.py to compute_histogram_for_blobs.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/get_entry_from_blobs_test.py to get_entry_from_blobs_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/parameter_info.py to parameter_info.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/get_entry_from_blobs.py to get_entry_from_blobs.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/compute_norm_for_blobs.py to compute_norm_for_blobs.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/net_modifier.py to net_modifier.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/compute_statistics_for_blobs_test.py to compute_statistics_for_blobs_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/gradient_clipping.py to gradient_clipping.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/modeling/compute_statistics_for_blobs.py to compute_statistics_for_blobs.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/queue_util.py to queue_util.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py to lengths_reducer_fused_8bit_rowwise_ops_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/memonger_test.py to memonger_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/record_queue.py to record_queue.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/pipeline.py to pipeline.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/observer_test.py to observer_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/functional_test.py to functional_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/checkpoint_test.py to checkpoint_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/allcompare_test.py to allcompare_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/lstm_benchmark.py to lstm_benchmark.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/transformations_test.py to transformations_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/transformations.py to transformations.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/test_util.py to test_util.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/layer_model_instantiator.py to layer_model_instantiator.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/python/recurrent.py to recurrent.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/tensorboard/tensorboard_test.py to tensorboard_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/tensorboard/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/tensorboard/tensorboard_exporter.py to tensorboard_exporter.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/tensorboard/tensorboard.py to tensorboard.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/tensorboard/tensorboard_exporter_test.py to tensorboard_exporter_test.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/compute_topk_accuracy.py to compute_topk_accuracy.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/AnyExpOnTerm.py to AnyExpOnTerm.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/ModuleRegister.py to ModuleRegister.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/compute_loss.py to compute_loss.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/meter.py to meter.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/checkpoint.py to checkpoint.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/module_map.py to module_map.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/output_generator.py to output_generator.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py to override_no_test_model_no_checkpoint.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py to rendezvous_filestore.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py to caffe2_resnet50_default_param_update.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py to IN1k_resnet_no_test_model.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/gfs_IN1k.py to gfs_IN1k.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py to caffe2_resnet50_default_forward.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/IN1k_resnet.py to IN1k_resnet.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py to explicit_resnet_forward.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py to explicit_resnet_param_update.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/contrib/playground/AnyExp.py to AnyExp.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto/hsm_pb2.py to hsm_pb2.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto/caffe2_pb2.py to caffe2_pb2.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto/prof_dag_pb2.py to prof_dag_pb2.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto/predictor_consts_pb2.py to predictor_consts_pb2.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto/metanet_pb2.py to metanet_pb2.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/caffe2/proto/caffe2_legacy_pb2.py to caffe2_legacy_pb2.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/parallel/replicate.py to replicate.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/parallel/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/parallel/distributed.py to distributed.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/parallel/distributed_c10d.py to distributed_c10d.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/parallel/_functions.py to _functions.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/parameter.py to parameter.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/utils/rnn.py to rnn.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/utils/convert_parameters.py to convert_parameters.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/utils/spectral_norm.py to spectral_norm.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/utils/clip_grad.py to clip_grad.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/init.py to init.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/functional.py to functional.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/_functions/thnn/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/_functions/rnn.py to rnn.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/_functions/vision.py to vision.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/backends/thnn.py to thnn.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/rnn.py to rnn.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/dropout.py to dropout.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/upsampling.py to upsampling.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/activation.py to activation.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/pixelshuffle.py to pixelshuffle.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/normalization.py to normalization.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/loss.py to loss.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/padding.py to padding.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/instancenorm.py to instancenorm.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/fold.py to fold.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/conv.py to conv.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/pooling.py to pooling.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/container.py to container.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/module.py to module.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/batchnorm.py to batchnorm.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/adaptive.py to adaptive.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/linear.py to linear.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/sparse.py to sparse.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/nn/modules/utils.py to utils.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/optim/lr_scheduler.py to lr_scheduler.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/optim/adam.py to adam.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/_torch_docs.py to _torch_docs.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/_six.py to _six.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/onnx/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/onnx/symbolic.py to symbolic.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/onnx/utils.py to utils.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/cpp_extension.py to cpp_extension.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/model_zoo.py to model_zoo.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/checkpoint.py to checkpoint.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/dlpack.py to dlpack.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/data/dataloader.py to dataloader.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/data/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/data/distributed.py to distributed.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/data/sampler.py to sampler.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/collect_env.py to collect_env.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/utils/trainer/plugins/loss.py to loss.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/cuda/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/cuda/comm.py to comm.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/jit/batchop.py to batchop.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/jit/frontend.py to frontend.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/jit/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/jit/annotations.py to annotations.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/contrib/_tensorboard_vis.py to _tensorboard_vis.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/serialization.py to serialization.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/_tensor_docs.py to _tensor_docs.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/functional.py to functional.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/distribution.py to distribution.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/kl.py to kl.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/geometric.py to geometric.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/log_normal.py to log_normal.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/one_hot_categorical.py to one_hot_categorical.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/fishersnedecor.py to fishersnedecor.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/constraints.py to constraints.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/negative_binomial.py to negative_binomial.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/cauchy.py to cauchy.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/transformed_distribution.py to transformed_distribution.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/multinomial.py to multinomial.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/categorical.py to categorical.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/lowrank_multivariate_normal.py to lowrank_multivariate_normal.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/bernoulli.py to bernoulli.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/relaxed_categorical.py to relaxed_categorical.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/transforms.py to transforms.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/constraint_registry.py to constraint_registry.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/weibull.py to weibull.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/half_cauchy.py to half_cauchy.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/half_normal.py to half_normal.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/multivariate_normal.py to multivariate_normal.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/utils.py to utils.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributions/studentT.py to studentT.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/multiprocessing/reductions.py to reductions.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/version.py to version.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/_utils_internal.py to _utils_internal.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/_tensor_str.py to _tensor_str.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/tensor.py to tensor.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributed/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributed/c10d/rendezvous.py to rendezvous.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/distributed/c10d/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/autograd/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/autograd/function.py to function.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/autograd/gradcheck.py to gradcheck.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/autograd/anomaly_mode.py to anomaly_mode.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/backends/cuda/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/backends/cudnn/rnn.py to rnn.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/backends/cudnn/__init__.py to __init__.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/Normalize.py to Normalize.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/SpatialConvolutionLocal.py to SpatialConvolutionLocal.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/VolumetricFullConvolution.py to VolumetricFullConvolution.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/VolumetricConvolution.py to VolumetricConvolution.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/SpatialClassNLLCriterion.py to SpatialClassNLLCriterion.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/SoftMarginCriterion.py to SoftMarginCriterion.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/SpatialUpSamplingNearest.py to SpatialUpSamplingNearest.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/BatchNormalization.py to BatchNormalization.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/AbsCriterion.py to AbsCriterion.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/WeightedMSECriterion.py to WeightedMSECriterion.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/ClassNLLCriterion.py to ClassNLLCriterion.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/ClassSimplexCriterion.py to ClassSimplexCriterion.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/MultiMarginCriterion.py to MultiMarginCriterion.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/MSECriterion.py to MSECriterion.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/MultiLabelMarginCriterion.py to MultiLabelMarginCriterion.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/SpatialFullConvolution.py to SpatialFullConvolution.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/ELU.py to ELU.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/DistKLDivCriterion.py to DistKLDivCriterion.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/nn/SmoothL1Criterion.py to SmoothL1Criterion.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/legacy/optim/cg.py to cg.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/storage.py to storage.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/_thnn/utils.py to utils.cpython-36.pyc
byte-compiling /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch/_ops.py to _ops.cpython-36.pyc
running install_egg_info
running egg_info
creating torch.egg-info
writing torch.egg-info/PKG-INFO
writing dependency_links to torch.egg-info/dependency_links.txt
writing entry points to torch.egg-info/entry_points.txt
writing requirements to torch.egg-info/requires.txt
writing top-level names to torch.egg-info/top_level.txt
writing manifest file 'torch.egg-info/SOURCES.txt'
reading manifest file 'torch.egg-info/SOURCES.txt'
writing manifest file 'torch.egg-info/SOURCES.txt'
Copying torch.egg-info to /root/.pyenv/versions/py365/lib/python3.6/site-packages/torch-0.5.0a0+6993e4a-py3.6.egg-info
running install_scripts
Installing convert-caffe2-to-onnx script to /root/.pyenv/versions/py365/bin
Installing convert-onnx-to-caffe2 script to /root/.pyenv/versions/py365/bin
import torch
torch.__version__
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-14-414144362cc5> in <module>()
----> 1 import torch
      2 torch.__version__

~/pytorch/torch/__init__.py in <module>()
     82     pass
     83 
---> 84 from torch._C import *
     85 
     86 __all__ += [name for name in dir(_C)

ModuleNotFoundError: No module named 'torch._C'
cd
/root
import torch
torch.__version__
'0.5.0a0+6993e4a'
%%bash 
python -c 'from caffe2.python import core' 2>/dev/null && echo "Success" || echo "Failure"
Success

無事にcaffe2とpytorchをインストールすることができた。

スポンサーリンク
スポンサーリンク