Skip to content

Instantly share code, notes, and snippets.

@alexskates
Last active July 25, 2018 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexskates/d0b5f7a778ab8a53deccfff4f40832d2 to your computer and use it in GitHub Desktop.
Save alexskates/d0b5f7a778ab8a53deccfff4f40832d2 to your computer and use it in GitHub Desktop.
running install
running build_deps
Building in Release mode
~/Documents/GitRepos/pytorch ~/Documents/GitRepos/pytorch
~/Documents/GitRepos/pytorch/build ~/Documents/GitRepos/pytorch ~/Documents/GitRepos/pytorch
-- The CXX compiler identification is Clang 6.0.0
-- The C compiler identification is Clang 6.0.0
-- Check for working CXX compiler: /Users/askates/anaconda3/envs/torch_gpu/bin/clang++
-- Check for working CXX compiler: /Users/askates/anaconda3/envs/torch_gpu/bin/clang++ -- 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: /Users/askates/anaconda3/envs/torch_gpu/bin/clang
-- Check for working C compiler: /Users/askates/anaconda3/envs/torch_gpu/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Not forcing any particular BLAS to be found
-- CLANG_VERSION_STRING: clang version 6.0.0 (tags/RELEASE_600/final)
Target: x86_64-apple-darwin17.7.0
Thread model: posix
InstalledDir: /Users/askates/anaconda3/envs/torch_gpu/bin
-- Performing Test CAFFE2_LONG_IS_INT32_OR_64
-- Performing Test CAFFE2_LONG_IS_INT32_OR_64 - Failed
-- Need to define long as a separate typeid.
-- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED
-- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success
-- std::exception_ptr is supported.
-- Performing Test CAFFE2_IS_NUMA_AVAILABLE
-- Performing Test CAFFE2_IS_NUMA_AVAILABLE - Failed
-- NUMA is not available
-- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING
-- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed
-- Turning off deprecation warning due to glog.
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success
-- Current compiler supports avx2 extention. Will build perfkernels.
-- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success
-- Building using own protobuf under third_party per request.
-- Use custom protobuf build.
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/Users/askates/Documents/GitRepos/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
-- The BLAS backend of choice:MKL
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_intel_lp64: /Users/askates/anaconda3/envs/torch_gpu/lib/libmkl_intel_lp64.dylib
-- Library mkl_intel_thread: /Users/askates/anaconda3/envs/torch_gpu/lib/libmkl_intel_thread.dylib
-- Library mkl_core: /Users/askates/anaconda3/envs/torch_gpu/lib/libmkl_core.dylib
-- Library iomp5: /Users/askates/anaconda3/envs/torch_gpu/lib/libiomp5.dylib
-- Library pthread: /usr/lib/libpthread.dylib
-- Library m: /usr/lib/libm.dylib
-- Looking for cblas_sgemm
-- Looking for cblas_sgemm - found
-- Brace yourself, we are building NNPACK
-- The ASM compiler identification is Clang
-- Found assembler: /Users/askates/anaconda3/envs/torch_gpu/bin/clang
-- Found PythonInterp: /Users/askates/anaconda3/envs/torch_gpu/bin/python (found version "3.5.5")
-- Did not find system Eigen. Using third party subdirectory.
-- Could NOT find pybind11 (missing: pybind11_INCLUDE_DIR)
-- Performing Test SUPPORT_GLIBCXX_USE_C99
-- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success
-- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor
-- Removing -DNDEBUG from compile flags
-- Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
-- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
-- Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND)
-- 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.
-- Performing Test COMPILER_WORKS
-- Performing Test COMPILER_WORKS - Success
-- Looking for cpuid.h
-- Looking for cpuid.h - found
-- Performing Test HAVE_GCC_GET_CPUID
-- Performing Test HAVE_GCC_GET_CPUID - Success
-- Performing Test NO_GCC_EBX_FPIC_BUG
-- Performing Test NO_GCC_EBX_FPIC_BUG - Success
-- Performing Test C_HAS_SSE1_1
-- Performing Test C_HAS_SSE1_1 - Success
-- Performing Test C_HAS_SSE2_1
-- Performing Test C_HAS_SSE2_1 - Success
-- Performing Test C_HAS_SSE3_1
-- Performing Test C_HAS_SSE3_1 - Success
-- Performing Test C_HAS_SSE4_1_1
-- Performing Test C_HAS_SSE4_1_1 - Success
-- Performing Test C_HAS_SSE4_2_1
-- Performing Test C_HAS_SSE4_2_1 - Failed
-- Performing Test C_HAS_SSE4_2_2
-- Performing Test C_HAS_SSE4_2_2 - Success
-- Performing Test C_HAS_AVX_1
-- Performing Test C_HAS_AVX_1 - Failed
-- Performing Test C_HAS_AVX_2
-- Performing Test C_HAS_AVX_2 - Success
-- Performing Test C_HAS_AVX2_1
-- Performing Test C_HAS_AVX2_1 - Failed
-- Performing Test C_HAS_AVX2_2
-- Performing Test C_HAS_AVX2_2 - Success
-- Performing Test CXX_HAS_SSE1_1
-- Performing Test CXX_HAS_SSE1_1 - Success
-- Performing Test CXX_HAS_SSE2_1
-- Performing Test CXX_HAS_SSE2_1 - Success
-- Performing Test CXX_HAS_SSE3_1
-- Performing Test CXX_HAS_SSE3_1 - Success
-- Performing Test CXX_HAS_SSE4_1_1
-- Performing Test CXX_HAS_SSE4_1_1 - Success
-- Performing Test CXX_HAS_SSE4_2_1
-- Performing Test CXX_HAS_SSE4_2_1 - Failed
-- Performing Test CXX_HAS_SSE4_2_2
-- Performing Test CXX_HAS_SSE4_2_2 - Success
-- Performing Test CXX_HAS_AVX_1
-- Performing Test CXX_HAS_AVX_1 - Failed
-- Performing Test CXX_HAS_AVX_2
-- Performing Test CXX_HAS_AVX_2 - Success
-- Performing Test CXX_HAS_AVX2_1
-- Performing Test CXX_HAS_AVX2_1 - Failed
-- Performing Test CXX_HAS_AVX2_2
-- Performing Test CXX_HAS_AVX2_2 - Success
-- SSE2 Found
-- SSE3 Found
-- AVX Found
-- AVX2 Found
-- Performing Test HAS_C11_ATOMICS
-- Performing Test HAS_C11_ATOMICS - Failed
-- Performing Test HAS_MSC_ATOMICS
-- Performing Test HAS_MSC_ATOMICS - Failed
-- Performing Test HAS_GCC_ATOMICS
-- Performing Test HAS_GCC_ATOMICS - Success
-- Atomics: using GCC intrinsics
-- Performing Test BLAS_F2C_DOUBLE_WORKS
-- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
-- Performing Test BLAS_F2C_FLOAT_WORKS
-- Performing Test BLAS_F2C_FLOAT_WORKS - Success
-- Performing Test BLAS_USE_CBLAS_DOT
-- Performing Test BLAS_USE_CBLAS_DOT - Success
-- Found a library with BLAS API (mkl).
-- Found a library with LAPACK API. (mkl)
-- CuDNN not found. Compiling without CuDNN support
-- Could NOT find MKLDNN (missing: MKLDNN_INCLUDE_DIR MKLDNN_LIBRARY)
-- MKLDNN not found. Compiling without MKLDNN support
-- Looking for mmap
-- Looking for mmap - found
-- Looking for shm_open
-- Looking for shm_open - found
-- Looking for shm_unlink
-- Looking for shm_unlink - found
-- Looking for malloc_usable_size
-- Looking for malloc_usable_size - not found
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Success
-- Using python found in /Users/askates/anaconda3/envs/torch_gpu/bin/python
-- Check size of long double
-- Check size of long double - done
-- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE
-- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success
-- Performing Test COMPILER_SUPPORTS_FLOAT128
-- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed
-- Performing Test COMPILER_SUPPORTS_SSE2
-- Performing Test COMPILER_SUPPORTS_SSE2 - Success
-- Performing Test COMPILER_SUPPORTS_SSE4
-- Performing Test COMPILER_SUPPORTS_SSE4 - Success
-- Performing Test COMPILER_SUPPORTS_AVX
-- Performing Test COMPILER_SUPPORTS_AVX - Success
-- Performing Test COMPILER_SUPPORTS_FMA4
-- Performing Test COMPILER_SUPPORTS_FMA4 - Success
-- Performing Test COMPILER_SUPPORTS_AVX2
-- Performing Test COMPILER_SUPPORTS_AVX2 - Success
-- Performing Test COMPILER_SUPPORTS_SVE
-- Performing Test COMPILER_SUPPORTS_SVE - Failed
-- Performing Test COMPILER_SUPPORTS_AVX512F
-- Performing Test COMPILER_SUPPORTS_AVX512F - Success
-- Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
-- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
-- Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND)
-- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES
-- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed
-- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH
-- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success
-- Configuring build for SLEEF-v3.2
-- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef
-- Building shared libs : OFF
-- MPFR : /usr/local/lib/libmpfr.dylib
-- MPFR header file in /usr/local/include
-- GMP : /usr/local/lib/libgmp.dylib
-- RUNNING_ON_TRAVIS : 0
-- COMPILER_SUPPORTS_OPENMP :
-- Found PythonInterp: /Users/askates/anaconda3/envs/torch_gpu/bin/python (found suitable version "3.5.5", minimum required is "2.7")
-- Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
-- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
-- Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND)
--
-- ******** Summary ********
-- General:
-- CMake version : 3.12.0
-- CMake command : /Users/askates/anaconda3/envs/torch_gpu/bin/cmake
-- Git version :
-- System : Darwin
-- C++ compiler : /Users/askates/anaconda3/envs/torch_gpu/bin/clang++
-- C++ compiler version : 6.0.0
-- BLAS : MKL
-- CXX flags : -msse4.2 --std=c++11 -Wno-deprecated -fvisibility-inlines-hidden -Wno-deprecated-declarations -DONNX_NAMESPACE=onnx_torch -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-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unknown-warning-option -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-aligned-allocation-unavailable -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces
-- Build type : Release
-- Compile definitions : USE_GCC_ATOMICS=1;TH_BLAS_MKL;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1
-- CMAKE_PREFIX_PATH : /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages
-- CMAKE_INSTALL_PREFIX : /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install
--
-- BUILD_CAFFE2 : 0
-- BUILD_ATEN : ON
-- BUILD_BINARY : OFF
-- BUILD_CUSTOM_PROTOBUF : ON
-- Link local protobuf : ON
-- BUILD_PYTHON : 0
-- BUILD_SHARED_LIBS : ON
-- BUILD_TEST : OFF
-- USE_ASAN : OFF
-- USE_ATEN : OFF
-- USE_CUDA : 0
-- USE_ROCM : OFF
-- USE_EIGEN_FOR_BLAS :
-- USE_FFMPEG : OFF
-- USE_GFLAGS : OFF
-- USE_GLOG : OFF
-- USE_GLOO : OFF
-- USE_LEVELDB : OFF
-- USE_LITE_PROTO : OFF
-- USE_LMDB : OFF
-- USE_METAL : OFF
-- USE_MKL :
-- USE_MOBILE_OPENGL : OFF
-- USE_MPI : OFF
-- USE_NCCL : OFF
-- USE_NERVANA_GPU : OFF
-- USE_NNPACK : 1
-- USE_OBSERVERS : OFF
-- USE_OPENCL : OFF
-- USE_OPENCV : OFF
-- USE_OPENMP : OFF
-- USE_PROF : OFF
-- USE_REDIS : OFF
-- USE_ROCKSDB : OFF
-- USE_ZMQ : OFF
-- USE_DISTRIBUTED : OFF
-- Public Dependencies : /Users/askates/anaconda3/envs/torch_gpu/lib/libmkl_intel_lp64.dylib;/Users/askates/anaconda3/envs/torch_gpu/lib/libmkl_intel_thread.dylib;/Users/askates/anaconda3/envs/torch_gpu/lib/libmkl_core.dylib;/Users/askates/anaconda3/envs/torch_gpu/lib/libiomp5.dylib;/usr/lib/libpthread.dylib;/usr/lib/libm.dylib
-- Private Dependencies : nnpack;cpuinfo;onnxifi_loader
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/askates/Documents/GitRepos/pytorch/build
Scanning dependencies of target js_embed
Scanning dependencies of target pthreadpool
Scanning dependencies of target onnxifi_loader
Scanning dependencies of target cpuinfo
Scanning dependencies of target mkrename
Scanning dependencies of target common
[ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/threadpool-pthreads.c.o
[ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/js_embed.dir/__/src/google/protobuf/compiler/js/embed.cc.o
[ 0%] Building C object third_party/onnx/CMakeFiles/onnxifi_loader.dir/onnx/onnxifi_loader.c.o
[ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o
[ 0%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o
[ 0%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o
Scanning dependencies of target libprotobuf-lite
[ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o
[ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o
[ 1%] Built target common
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arenastring.cc.o
[ 1%] Linking C executable ../../bin/mkrename
[ 1%] Linking C static library ../../lib/libpthreadpool.a
Scanning dependencies of target libprotobuf
[ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o
[ 1%] Built target mkrename
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o
[ 1%] Built target pthreadpool
[ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o
[ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o
[ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o
[ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o
[ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o
[ 2%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o
[ 2%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o
[ 2%] Linking C static library ../../lib/libonnxifi_loader.a
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arenastring.cc.o
[ 2%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o
[ 2%] Built target onnxifi_loader
[ 2%] Linking CXX executable ../../../bin/js_embed
[ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o
[ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o
[ 3%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o
[ 3%] Built target js_embed
[ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o
[ 4%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o
Scanning dependencies of target mkdisp
[ 5%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o
[ 5%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o
[ 5%] Linking C executable ../../bin/mkdisp
[ 5%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/mach/init.c.o
[ 5%] Built target mkdisp
[ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o
[ 6%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/mach/topology.c.o
[ 6%] Linking C static library ../../lib/libcpuinfo.a
Scanning dependencies of target renameSSE2.h_generated
[ 6%] Generating include/renamesse2.h
Generating renamesse2.h: mkrename 2 4 sse2
[ 6%] Built target renameSSE2.h_generated
[ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o
[ 6%] Built target cpuinfo
[ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o
[ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o
Scanning dependencies of target renameAVX.h_generated
[ 7%] Generating include/renameavx.h
Generating renameavx.h: mkrename 4 8 avx
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o
[ 7%] Built target renameAVX.h_generated
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
Scanning dependencies of target renameFMA4.h_generated
[ 7%] Generating include/renamefma4.h
Generating renamefma4.h: mkrename 4 8 fma4
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o
[ 7%] Built target renameFMA4.h_generated
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
Scanning dependencies of target renameSSE4.h_generated
[ 7%] Generating include/renamesse4.h
Generating renamesse4.h: mkrename 2 4 sse4
[ 7%] Built target renameSSE4.h_generated
[ 7%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o
Scanning dependencies of target renameAVX2128.h_generated
[ 7%] Generating include/renameavx2128.h
Generating renameavx2128.h: mkrename 2 4 avx2128
[ 7%] Built target renameAVX2128.h_generated
[ 8%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o
[ 8%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o
Scanning dependencies of target renameAVX2.h_generated
[ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
[ 9%] Generating include/renameavx2.h
Generating renameavx2.h: mkrename 4 8 avx2
[ 9%] Built target renameAVX2.h_generated
[ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
Scanning dependencies of target dispsse.c_generated
[ 9%] Generating dispsse.c
[ 9%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc.o
Scanning dependencies of target renamedsp128.h_generated
[ 9%] Built target dispsse.c_generated
[ 10%] Generating renamedsp128.h
[ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc.o
[ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o
[ 10%] Built target renamedsp128.h_generated
[ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o
[ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o
[ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o
Scanning dependencies of target renameAVX512F.h_generated
[ 10%] Generating include/renameavx512f.h
Generating renameavx512f.h: mkrename 8 16 avx512f
[ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o
[ 10%] Built target renameAVX512F.h_generated
[ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o
[ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/io_win32.cc.o
[ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/io_win32.cc.o
Scanning dependencies of target mkalias
[ 10%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/once.cc.o
[ 11%] Linking C executable ../../bin/mkalias
Scanning dependencies of target ATEN_CPU_FILES_GEN_TARGET
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/once.cc.o
[ 11%] Generating ../aten/src/ATen/CPUByteStorage.cpp, ../aten/src/ATen/CPUByteStorage.h, ../aten/src/ATen/CPUByteTensor.cpp, ../aten/src/ATen/CPUByteTensor.h, ../aten/src/ATen/CPUByteType.cpp, ../aten/src/ATen/CPUByteType.h, ../aten/src/ATen/CPUCharStorage.cpp, ../aten/src/ATen/CPUCharStorage.h, ../aten/src/ATen/CPUCharTensor.cpp, ../aten/src/ATen/CPUCharTensor.h, ../aten/src/ATen/CPUCharType.cpp, ../aten/src/ATen/CPUCharType.h, ../aten/src/ATen/CPUCopy.cpp, ../aten/src/ATen/CPUDoubleStorage.cpp, ../aten/src/ATen/CPUDoubleStorage.h, ../aten/src/ATen/CPUDoubleTensor.cpp, ../aten/src/ATen/CPUDoubleTensor.h, ../aten/src/ATen/CPUDoubleType.cpp, ../aten/src/ATen/CPUDoubleType.h, ../aten/src/ATen/CPUFloatStorage.cpp, ../aten/src/ATen/CPUFloatStorage.h, ../aten/src/ATen/CPUFloatTensor.cpp, ../aten/src/ATen/CPUFloatTensor.h, ../aten/src/ATen/CPUFloatType.cpp, ../aten/src/ATen/CPUFloatType.h, ../aten/src/ATen/CPUGenerator.h, ../aten/src/ATen/CPUHalfStorage.cpp, ../aten/src/ATen/CPUHalfStorage.h, ../aten/src/ATen/CPUHalfTensor.cpp, ../aten/src/ATen/CPUHalfTensor.h, ../aten/src/ATen/CPUHalfType.cpp, ../aten/src/ATen/CPUHalfType.h, ../aten/src/ATen/CPUIntStorage.cpp, ../aten/src/ATen/CPUIntStorage.h, ../aten/src/ATen/CPUIntTensor.cpp, ../aten/src/ATen/CPUIntTensor.h, ../aten/src/ATen/CPUIntType.cpp, ../aten/src/ATen/CPUIntType.h, ../aten/src/ATen/CPULongStorage.cpp, ../aten/src/ATen/CPULongStorage.h, ../aten/src/ATen/CPULongTensor.cpp, ../aten/src/ATen/CPULongTensor.h, ../aten/src/ATen/CPULongType.cpp, ../aten/src/ATen/CPULongType.h, ../aten/src/ATen/CPUShortStorage.cpp, ../aten/src/ATen/CPUShortStorage.h, ../aten/src/ATen/CPUShortTensor.cpp, ../aten/src/ATen/CPUShortTensor.h, ../aten/src/ATen/CPUShortType.cpp, ../aten/src/ATen/CPUShortType.h, ../aten/src/ATen/Declarations.yaml, ../aten/src/ATen/Functions.h, ../aten/src/ATen/NativeFunctions.h, ../aten/src/ATen/SparseCPUByteType.cpp, ../aten/src/ATen/SparseCPUByteType.h, ../aten/src/ATen/SparseCPUCharType.cpp, ../aten/src/ATen/SparseCPUCharType.h, ../aten/src/ATen/SparseCPUDoubleType.cpp, ../aten/src/ATen/SparseCPUDoubleType.h, ../aten/src/ATen/SparseCPUFloatType.cpp, ../aten/src/ATen/SparseCPUFloatType.h, ../aten/src/ATen/SparseCPUIntType.cpp, ../aten/src/ATen/SparseCPUIntType.h, ../aten/src/ATen/SparseCPULongType.cpp, ../aten/src/ATen/SparseCPULongType.h, ../aten/src/ATen/SparseCPUShortType.cpp, ../aten/src/ATen/SparseCPUShortType.h, ../aten/src/ATen/Tensor.h, ../aten/src/ATen/TensorMethods.h, ../aten/src/ATen/Type.cpp, ../aten/src/ATen/Type.h, ../aten/src/ATen/CUDAByteStorage.cpp, ../aten/src/ATen/CUDAByteStorage.h, ../aten/src/ATen/CUDAByteTensor.cpp, ../aten/src/ATen/CUDAByteTensor.h, ../aten/src/ATen/CUDAByteType.cpp, ../aten/src/ATen/CUDAByteType.h, ../aten/src/ATen/CUDACharStorage.cpp, ../aten/src/ATen/CUDACharStorage.h, ../aten/src/ATen/CUDACharTensor.cpp, ../aten/src/ATen/CUDACharTensor.h, ../aten/src/ATen/CUDACharType.cpp, ../aten/src/ATen/CUDACharType.h, ../aten/src/ATen/CUDACopy.cpp, ../aten/src/ATen/CUDADoubleStorage.cpp, ../aten/src/ATen/CUDADoubleStorage.h, ../aten/src/ATen/CUDADoubleTensor.cpp, ../aten/src/ATen/CUDADoubleTensor.h, ../aten/src/ATen/CUDADoubleType.cpp, ../aten/src/ATen/CUDADoubleType.h, ../aten/src/ATen/CUDAFloatStorage.cpp, ../aten/src/ATen/CUDAFloatStorage.h, ../aten/src/ATen/CUDAFloatTensor.cpp, ../aten/src/ATen/CUDAFloatTensor.h, ../aten/src/ATen/CUDAFloatType.cpp, ../aten/src/ATen/CUDAFloatType.h, ../aten/src/ATen/CUDAGenerator.h, ../aten/src/ATen/CUDAHalfStorage.cpp, ../aten/src/ATen/CUDAHalfStorage.h, ../aten/src/ATen/CUDAHalfTensor.cpp, ../aten/src/ATen/CUDAHalfTensor.h, ../aten/src/ATen/CUDAHalfType.cpp, ../aten/src/ATen/CUDAHalfType.h, ../aten/src/ATen/CUDAIntStorage.cpp, ../aten/src/ATen/CUDAIntStorage.h, ../aten/src/ATen/CUDAIntTensor.cpp, ../aten/src/ATen/CUDAIntTensor.h, ../aten/src/ATen/CUDAIntType.cpp, ../aten/src/ATen/CUDAIntType.h, ../aten/src/ATen/CUDALongStorage.cpp, ../aten/src/ATen/CUDALongStorage.h, ../aten/src/ATen/CUDALongTensor.cpp, ../aten/src/ATen/CUDALongTensor.h, ../aten/src/ATen/CUDALongType.cpp, ../aten/src/ATen/CUDALongType.h, ../aten/src/ATen/CUDAShortStorage.cpp, ../aten/src/ATen/CUDAShortStorage.h, ../aten/src/ATen/CUDAShortTensor.cpp, ../aten/src/ATen/CUDAShortTensor.h, ../aten/src/ATen/CUDAShortType.cpp, ../aten/src/ATen/CUDAShortType.h, ../aten/src/ATen/RegisterCUDA.cpp, ../aten/src/ATen/RegisterCUDA.h, ../aten/src/ATen/SparseCUDAByteType.cpp, ../aten/src/ATen/SparseCUDAByteType.h, ../aten/src/ATen/SparseCUDACharType.cpp, ../aten/src/ATen/SparseCUDACharType.h, ../aten/src/ATen/SparseCUDADoubleType.cpp, ../aten/src/ATen/SparseCUDADoubleType.h, ../aten/src/ATen/SparseCUDAFloatType.cpp, ../aten/src/ATen/SparseCUDAFloatType.h, ../aten/src/ATen/SparseCUDAIntType.cpp, ../aten/src/ATen/SparseCUDAIntType.h, ../aten/src/ATen/SparseCUDALongType.cpp, ../aten/src/ATen/SparseCUDALongType.h, ../aten/src/ATen/SparseCUDAShortType.cpp, ../aten/src/ATen/SparseCUDAShortType.h
[ 11%] Built target mkalias
[ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o
[ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o
Scanning dependencies of target mkmasked_gnuabi
[ 12%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o
[ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o
[ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o
Scanning dependencies of target mkrename_gnuabi
[ 12%] Linking C executable ../../bin/mkmasked_gnuabi
[ 13%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o
[ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o
[ 13%] Built target mkmasked_gnuabi
[ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o
[ 13%] Linking C executable ../../bin/mkrename_gnuabi
[ 13%] Built target mkrename_gnuabi
[ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o
[ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o
[ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o
Scanning dependencies of target arraymap
Scanning dependencies of target protobuf-nanopb
[ 13%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o
[ 13%] Building C object caffe2/torch/protobuf-nanopb/CMakeFiles/protobuf-nanopb.dir/pb_common.c.o
[ 13%] Building C object caffe2/torch/protobuf-nanopb/CMakeFiles/protobuf-nanopb.dir/pb_encode.c.o
[ 14%] Building C object caffe2/torch/protobuf-nanopb/CMakeFiles/protobuf-nanopb.dir/pb_decode.c.o
[ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o
[ 14%] Built target arraymap
[ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o
[ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o
Scanning dependencies of target nnpack_reference_layers
[ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o
[ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o
[ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o
[ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o
[ 16%] Linking C static library ../../../lib/libprotobuf-nanopb.a
[ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o
[ 16%] Built target protobuf-nanopb
[ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o
[ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o
[ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o
[ 18%] Linking C static library ../../lib/libnnpack_reference_layers.a
[ 18%] Generating src/x86_64-fma/2d-fourier-8x8.py.o
[ 18%] Built target nnpack_reference_layers
[ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o
Scanning dependencies of target headers
[ 19%] Generating ../../../include/sleef.h
Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__
Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2
Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4
Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__
Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx
Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4
Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2
Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128
Generating sleef.h: mkrename 8 16 __m512d __m512 __m256i __m512i __AVX512F__
Generating sleef.h: mkrename 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f
[ 20%] Built target headers
[ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o
Scanning dependencies of target renamedsp256.h_generated
[ 20%] Generating renamedsp256.h
[ 20%] Built target renamedsp256.h_generated
[ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o
Scanning dependencies of target dispavx.c_generated
[ 20%] Generating dispavx.c
[ 20%] Built target dispavx.c_generated
[ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o
[ 21%] Linking CXX static library ../../../lib/libprotobuf-lite.a
[ 21%] Built target libprotobuf-lite
[ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o
Scanning dependencies of target sleefsse2
[ 21%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o
Scanning dependencies of target sleefavx
[ 21%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o
[ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o
[ 21%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o
[ 22%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o
Scanning dependencies of target sleeffma4
[ 22%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o
[ 23%] Built target sleefsse2
[ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o
[ 23%] Built target sleefavx
[ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o
Scanning dependencies of target sleefsse4
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o
Scanning dependencies of target sleefavx2128
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o
[ 23%] Built target sleeffma4
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o
[ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o
[ 23%] Built target sleefavx2128
[ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o
[ 23%] Generating src/x86_64-fma/2d-fourier-16x16.py.o
[ 23%] Built target sleefsse4
[ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o
Scanning dependencies of target sleefavx2
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o
Scanning dependencies of target dispsse_obj
[ 23%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o
[ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o
[ 24%] Built target dispsse_obj
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o
[ 25%] Built target ATEN_CPU_FILES_GEN_TARGET
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o
[ 25%] Built target sleefavx2
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o
Scanning dependencies of target alias_avx512f.h_generated
[ 25%] Generating alias_avx512f.h
[ 25%] Built target alias_avx512f.h_generated
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o
Scanning dependencies of target dispavx_obj
[ 25%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o
Scanning dependencies of target sleefavx512f
[ 25%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o
[ 25%] Built target dispavx_obj
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o
[ 25%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o
[ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o
[ 26%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o
[ 27%] Built target sleefavx512f
[ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o
Scanning dependencies of target sleef
[ 28%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o
[ 28%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o
[ 28%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o
[ 28%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o
[ 29%] Linking C static library ../../lib/libsleef.a
[ 29%] Built target sleef
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/mathlimits.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o
[ 29%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o
[ 30%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o
[ 30%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o
[ 30%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o
[ 30%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o
[ 30%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o
[ 30%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o
[ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o
[ 32%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o
[ 33%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o
[ 33%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o
[ 33%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o
[ 33%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o
[ 33%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o
[ 33%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o
[ 34%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o
[ 34%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o
[ 34%] Linking CXX static library ../../../lib/libprotobuf.a
[ 34%] Built target libprotobuf
[ 34%] Generating ../../../../third_party/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.cc
Scanning dependencies of target caffe2_protos
[ 34%] Building CXX object caffe2/CMakeFiles/caffe2_protos.dir/utils/dummy.cpp.o
[ 34%] Linking CXX static library ../lib/libcaffe2_protos.a
[ 34%] Built target caffe2_protos
Scanning dependencies of target libprotoc
[ 34%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o
[ 34%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o
[ 35%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o
[ 35%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o
[ 35%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o
[ 35%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o
[ 35%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o
[ 35%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o
[ 35%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o
[ 36%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o
[ 36%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o
[ 37%] Generating src/x86_64-fma/blas/s8gemm.py.o
[ 37%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o
[ 37%] Generating src/x86_64-fma/blas/c8gemm.py.o
[ 37%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o
[ 37%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o
[ 37%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o
[ 37%] Generating src/x86_64-fma/blas/s4c6gemm.py.o
[ 38%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o
[ 38%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o
[ 38%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o
[ 38%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o
[ 38%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o
[ 38%] Generating src/x86_64-fma/blas/conv1x1.py.o
[ 38%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o
[ 39%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o
[ 39%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o
[ 39%] Generating src/x86_64-fma/blas/sgemm.py.o
[ 39%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o
[ 39%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o
[ 39%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o
[ 39%] Generating src/x86_64-fma/max-pooling.py.o
[ 39%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o
[ 39%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o
[ 40%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o
[ 41%] Generating src/x86_64-fma/relu.py.o
[ 41%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o
[ 41%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o
[ 41%] Generating src/x86_64-fma/softmax.py.o
[ 41%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o
[ 41%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o
[ 41%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o
[ 42%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o
[ 42%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o
[ 42%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o
[ 42%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o
[ 42%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o
[ 42%] Generating src/x86_64-fma/blas/sdotxf.py.o
[ 42%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o
[ 43%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o
[ 43%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o
[ 43%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o
[ 43%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o
[ 43%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o
[ 43%] Generating src/x86_64-fma/blas/shdotxf.py.o
[ 43%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_lazy_message_field.cc.o
[ 43%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc.o
[ 44%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o
[ 44%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o
[ 44%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o
[ 44%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o
[ 44%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o
[ 44%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o
[ 45%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o
[ 45%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o
[ 45%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o
[ 45%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o
[ 45%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o
[ 45%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o
[ 46%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o
[ 46%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o
[ 46%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o
[ 46%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_enum.cc.o
[ 46%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_enum_field.cc.o
[ 46%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_extension.cc.o
Scanning dependencies of target nnpack
[ 46%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o
[ 46%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o
[ 47%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_field.cc.o
[ 48%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o
[ 48%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_file.cc.o
[ 48%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o
[ 48%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_generator.cc.o
[ 48%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o
[ 48%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o
[ 48%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o
[ 48%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o
[ 48%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o
[ 49%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o
[ 49%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_helpers.cc.o
[ 49%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o
[ 49%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_map_field.cc.o
[ 49%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o
[ 49%] Linking C static library ../../lib/libnnpack.a
[ 49%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_message.cc.o
[ 49%] Built target nnpack
[ 49%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_message_field.cc.o
[ 50%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/javanano/javanano_primitive_field.cc.o
[ 50%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o
[ 50%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o
[ 50%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o
[ 50%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o
[ 50%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o
[ 51%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o
[ 51%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o
[ 51%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o
[ 51%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o
[ 51%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o
[ 51%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o
[ 52%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o
[ 52%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o
[ 52%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o
[ 52%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o
[ 52%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o
[ 52%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o
[ 52%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o
[ 53%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o
[ 53%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o
[ 53%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o
[ 53%] Linking CXX static library ../../../lib/libprotoc.a
[ 53%] Built target libprotoc
Scanning dependencies of target protoc
[ 53%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o
[ 53%] Linking CXX executable ../../../bin/protoc
[ 53%] Built target protoc
Scanning dependencies of target gen_onnx_proto
Scanning dependencies of target generate_plugin_pb2.py
Scanning dependencies of target generate_nanopb_pb2.py
[ 53%] Generating plugin_pb2.py
[ 53%] Running gen_proto.py on onnx/onnx.in.proto
[ 53%] Generating nanopb_pb2.py
[ 53%] Built target generate_plugin_pb2.py
[ 53%] Built target generate_nanopb_pb2.py
Processing /Users/askates/Documents/GitRepos/pytorch/third_party/onnx/onnx/onnx.in.proto
Writing /Users/askates/Documents/GitRepos/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch.proto
Writing /Users/askates/Documents/GitRepos/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch.proto3
Writing /Users/askates/Documents/GitRepos/pytorch/build/third_party/onnx/onnx/onnx.pb.h
generating /Users/askates/Documents/GitRepos/pytorch/build/third_party/onnx/onnx/onnx_pb.py
[ 54%] Running C++ protocol buffer compiler on /Users/askates/Documents/GitRepos/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch.proto
[ 54%] Built target gen_onnx_proto
[ 54%] Running gen_proto.py on onnx/onnx-operators.in.proto
Processing /Users/askates/Documents/GitRepos/pytorch/third_party/onnx/onnx/onnx-operators.in.proto
Writing /Users/askates/Documents/GitRepos/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch.proto
Writing /Users/askates/Documents/GitRepos/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch.proto3
Writing /Users/askates/Documents/GitRepos/pytorch/build/third_party/onnx/onnx/onnx-operators.pb.h
generating /Users/askates/Documents/GitRepos/pytorch/build/third_party/onnx/onnx/onnx_operators_pb.py
[ 54%] Running C++ protocol buffer compiler on /Users/askates/Documents/GitRepos/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch.proto
Scanning dependencies of target onnx_proto
[ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch.pb.cc.o
[ 55%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch.pb.cc.o
[ 55%] Linking CXX static library ../../lib/libonnx_proto.a
[ 55%] Built target onnx_proto
Scanning dependencies of target onnx
[ 55%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o
[ 55%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o
[ 55%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o
[ 56%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o
[ 56%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o
[ 56%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o
[ 56%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o
[ 56%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/experiments/defs.cc.o
[ 56%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o
[ 56%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o
[ 56%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o
[ 56%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o
[ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o
[ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o
[ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o
[ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o
[ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o
[ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o
[ 58%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o
[ 58%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o
[ 58%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o
[ 58%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o
[ 58%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o
[ 58%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/optimize.cc.o
[ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o
[ 59%] Linking CXX static library ../../lib/libonnx.a
[ 59%] Built target onnx
Scanning dependencies of target caffe2
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Allocator.cpp.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/proto_wrap.cc.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUGeneral.cpp.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Backtrace.cpp.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUGenerator.cpp.o
[ 59%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Context.cpp.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/DLConvertor.cpp.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CUDAStream.cpp.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Device.cpp.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Error.cpp.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/ExpandUtils.cpp.o
[ 60%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Formatting.cpp.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Half.cpp.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/OptionsGuard.cpp.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Scalar.cpp.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SmallVector.cpp.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o
[ 61%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Tensor.cpp.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TensorGeometry.cpp.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TensorImpl.cpp.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TensorOptions.cpp.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/TensorUtils.cpp.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/UndefinedTensor.cpp.o
[ 62%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/UndefinedType.cpp.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Utils.cpp.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/detail/UniqueVoidPtr.cpp.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/detail/VariableHooksInterface.cpp.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Activation.cpp.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Convolution.cpp.o
[ 63%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/DispatchStub.cpp.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Distance.cpp.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Distributions.cpp.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Embedding.cpp.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o
[ 64%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Gesv.cpp.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Indexing.cpp.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Linear.cpp.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Loss.cpp.o
[ 65%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Memory.cpp.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Normalization.cpp.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Pooling.cpp.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/ReduceOps.cpp.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/RoiPooling.cpp.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/SoftMax.cpp.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/SpectralOps.cpp.o
[ 66%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/SummaryOps.cpp.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorCompare.cpp.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorFactories.cpp.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorProperties.cpp.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorShape.cpp.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o
[ 67%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/TypeProperties.cpp.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/UnaryOps.cpp.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Unique.cpp.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/Vision.cpp.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o
[ 68%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUByteStorage.cpp.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUByteTensor.cpp.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUByteType.cpp.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUCharStorage.cpp.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUCharTensor.cpp.o
[ 69%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUCharType.cpp.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUCopy.cpp.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUDoubleStorage.cpp.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUDoubleTensor.cpp.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUDoubleType.cpp.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUFloatStorage.cpp.o
[ 70%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUFloatTensor.cpp.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUFloatType.cpp.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUHalfStorage.cpp.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUHalfTensor.cpp.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUHalfType.cpp.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUIntStorage.cpp.o
[ 71%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUIntTensor.cpp.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUIntType.cpp.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPULongStorage.cpp.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPULongTensor.cpp.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPULongType.cpp.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUShortStorage.cpp.o
[ 72%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUShortTensor.cpp.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/CPUShortType.cpp.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUByteType.cpp.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUCharType.cpp.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUDoubleType.cpp.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUFloatType.cpp.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUIntType.cpp.o
[ 73%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPULongType.cpp.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/SparseCPUShortType.cpp.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/Type.cpp.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THGeneral.cpp.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THHalf.cpp.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THAllocator.cpp.o
[ 74%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THSize.cpp.o
[ 75%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THStorageClass.cpp.o
[ 75%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THStorageFunctions.cpp.o
[ 75%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensor.cpp.o
[ 75%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorCopy.cpp.o
[ 75%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorRandom.cpp.o
[ 75%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorMath.cpp.o
[ 76%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorMoreMath.cpp.o
[ 76%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorEvenMoreMath.cpp.o
[ 76%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorConv.cpp.o
[ 76%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THTensorLapack.cpp.o
[ 76%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THBlas.cpp.o
[ 76%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THLapack.cpp.o
[ 76%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THLogAdd.cpp.o
[ 77%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THRandom.cpp.o
[ 77%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THFile.cpp.o
[ 77%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THDiskFile.cpp.o
[ 77%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THMemoryFile.cpp.o
[ 77%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/THVector.cpp.o
[ 77%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/generic/simd/convolve.cpp.o
[ 78%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/generic/simd/convolve5x5_sse.cpp.o
[ 78%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/vector/AVX.cpp.o
[ 78%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/generic/simd/convolve5x5_avx.cpp.o
[ 78%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/TH/vector/AVX2.cpp.o
[ 78%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/THNN/init.cpp.o
[ 78%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o
[ 79%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o
[ 80%] Building CXX object caffe2/CMakeFiles/caffe2.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o
[ 80%] Linking CXX shared library ../lib/libcaffe2.dylib
[ 81%] Built target caffe2
Scanning dependencies of target tbb_init_test
[ 82%] Building CXX object caffe2/CMakeFiles/tbb_init_test.dir/__/aten/src/ATen/test/tbb_init_test.cpp.o
Scanning dependencies of target scalar_test
Scanning dependencies of target half_test
Scanning dependencies of target wrapdim_test
Scanning dependencies of target scalar_tensor_test
Scanning dependencies of target test_parallel
Scanning dependencies of target undefined_tensor_test
Scanning dependencies of target broadcast_test
[ 82%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o
[ 82%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o
[ 82%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o
[ 82%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o
[ 82%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o
[ 82%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o
[ 82%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o
[ 82%] Linking CXX executable ../bin/tbb_init_test
[ 82%] Built target tbb_init_test
Scanning dependencies of target native_test
[ 82%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o
[ 82%] Linking CXX executable ../bin/test_parallel
[ 82%] Built target test_parallel
Scanning dependencies of target atest
[ 83%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o
[ 84%] Linking CXX executable ../bin/wrapdim_test
[ 84%] Built target wrapdim_test
Scanning dependencies of target basic
[ 84%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o
[ 84%] Linking CXX executable ../bin/half_test
[ 85%] Linking CXX executable ../bin/undefined_tensor_test
[ 85%] Built target half_test
Scanning dependencies of target weakref_test
[ 85%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o
[ 85%] Built target undefined_tensor_test
Scanning dependencies of target dlconvertor_test
[ 85%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o
[ 85%] Linking CXX executable ../bin/scalar_test
[ 85%] Built target scalar_test
Scanning dependencies of target verify_api_visibility
[ 85%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o
[ 85%] Linking CXX executable ../bin/broadcast_test
[ 85%] Built target broadcast_test
Scanning dependencies of target apply_utils_test
[ 85%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o
[ 85%] Linking CXX executable ../bin/scalar_tensor_test
[ 85%] Built target scalar_tensor_test
[ 85%] 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
[ 85%] Linking CXX executable ../bin/verify_api_visibility
[ 85%] Built target verify_api_visibility
[ 85%] Linking CXX executable ../bin/native_test
[ 85%] Built target native_test
Writing torch/csrc/nn/THNN.cpp
Writing torch/csrc/nn/THCUNN.cpp
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
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
Writing torch/csrc/jit/generated/register_aten_ops.cpp
Writing torch/csrc/jit/generated/aten_interned_strings.h
Scanning dependencies of target torch
[ 85%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/assertions.cpp.o
[ 85%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/anomaly_mode.cpp.o
[ 86%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/aten_variable_hooks.cpp.o
[ 86%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/engine.cpp.o
[ 86%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/function.cpp.o
[ 86%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/functions/accumulate_grad.cpp.o
[ 86%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/functions/basic_ops.cpp.o
[ 86%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/functions/comm.cpp.o
[ 86%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/functions/tensor.cpp.o
[ 87%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/functions/utils.cpp.o
[ 87%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/generated/Functions.cpp.o
[ 87%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/generated/VariableType.cpp.o
[ 87%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/grad_mode.cpp.o
[ 87%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/input_buffer.cpp.o
[ 87%] Linking CXX executable ../bin/dlconvertor_test
[ 87%] Linking CXX executable ../bin/weakref_test
[ 87%] Built target dlconvertor_test
[ 87%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/profiler.cpp.o
[ 87%] Built target weakref_test
[ 88%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/saved_variable.cpp.o
[ 88%] Linking CXX executable ../bin/atest
[ 88%] Built target atest
[ 88%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/autograd/variable.cpp.o
[ 88%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/cuda/comm.cpp.o
[ 88%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/autodiff.cpp.o
[ 88%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/export.cpp.o
[ 88%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/fusion_compiler.cpp.o
[ 88%] Linking CXX executable ../bin/basic
[ 88%] Built target basic
[ 89%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/generated/register_aten_ops.cpp.o
[ 89%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/graph_executor.cpp.o
[ 89%] Linking CXX executable ../bin/apply_utils_test
[ 89%] Built target apply_utils_test
[ 89%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/import.cpp.o
[ 89%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/interned_strings.cpp.o
[ 89%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/interpreter.cpp.o
[ 89%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/constants.cpp.o
[ 89%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/ir.cpp.o
[ 90%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/operator.cpp.o
[ 90%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/batch_mm.cpp.o
[ 90%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/canonicalize.cpp.o
[ 90%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/common_subexpression_elimination.cpp.o
[ 90%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/create_autodiff_subgraphs.cpp.o
[ 90%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/dead_code_elimination.cpp.o
[ 91%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/decompose_addmm.cpp.o
[ 91%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/erase_number_types.cpp.o
[ 91%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/graph_fuser.cpp.o
[ 91%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/inplace_check.cpp.o
[ 91%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/loop_unrolling.cpp.o
[ 91%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/lower_grad_of.cpp.o
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/lower_tuples.cpp.o
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/peephole.cpp.o
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/remove_expands.cpp.o
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/shape_analysis.cpp.o
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/passes/specialize_undef.cpp.o
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/register_prim_ops.cpp.o
[ 92%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/register_symbols.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/script/compiler.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/script/lexer.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/script/module.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/test_jit.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/tracer.cpp.o
[ 93%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/jit/type.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/onnx/onnx.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/onnx/onnx.npb.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/torch.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/utils/tensor_flatten.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/utils/variadic.cpp.o
[ 94%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/utils.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/cuda.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/cursor.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/init.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/module.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/batchnorm.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/conv.cpp.o
[ 95%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/dropout.cpp.o
[ 96%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/embedding.cpp.o
[ 96%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/functional.cpp.o
[ 96%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/linear.cpp.o
[ 96%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/nn/modules/rnn.cpp.o
[ 96%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim/optimizer.cpp.o
[ 96%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim/adam.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim/adagrad.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim/lbfgs.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim/rmsprop.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/torch.dir/csrc/api/src/optim/sgd.cpp.o
[ 97%] Linking CXX shared library ../../lib/libtorch.dylib
[ 97%] Built target torch
Scanning dependencies of target test_api
[ 97%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/integration.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/main.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/any.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/misc.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/cursor.cpp.o
[ 97%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/modules.cpp.o
[ 98%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/module.cpp.o
[ 98%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/optim.cpp.o
[ 98%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/parallel.cpp.o
[ 98%] Building CXX object caffe2/torch/CMakeFiles/test_api.dir/__/test/cpp/api/rnn.cpp.o
[ 98%] 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/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
[ 99%] 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
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/Caffe2ConfigVersion.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/Caffe2Config.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/public/cuda.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/public/glog.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/public/gflags.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/public/protobuf.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/public/threads.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/public/utils.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/README.md
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/FindCUDA.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/README.md
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindCUDA
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindCUDA.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2//Modules_CUDA_fix/upstream/FindPackageMessage.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/Caffe2Targets.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/Caffe2/Caffe2Targets-release.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf-lite.a
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf.a
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotoc.a
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/bin/protoc
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/pkgconfig/protobuf.pc
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/pkgconfig/protobuf-lite.pc
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/any.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/any.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/api.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/arena.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/arena_impl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/arenastring.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/code_generator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/command_line_interface.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/cpp/cpp_generator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/csharp/csharp_generator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/csharp/csharp_names.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/importer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/java/java_generator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/java/java_names.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/javanano/javanano_generator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/js/js_generator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/js/well_known_types_embed.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/objectivec/objectivec_generator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/objectivec/objectivec_helpers.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/parser.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/php/php_generator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/plugin.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/plugin.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/python/python_generator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/ruby/ruby_generator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/descriptor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/descriptor.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/descriptor_database.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/duration.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/dynamic_message.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/empty.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/extension_set.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/field_mask.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/generated_enum_reflection.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/generated_enum_util.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/generated_message_reflection.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/generated_message_table_driven.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/generated_message_util.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/has_bits.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/io/coded_stream.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/io/gzip_stream.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/io/printer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/io/strtod.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/io/tokenizer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/io/zero_copy_stream.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/io/zero_copy_stream_impl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/io/zero_copy_stream_impl_lite.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/map.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/map_entry.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/map_entry_lite.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/map_field.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/map_field_inl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/map_field_lite.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/map_type_handler.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/message.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/message_lite.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/metadata.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/metadata_lite.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/reflection.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/reflection_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/repeated_field.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/service.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/source_context.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/struct.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomic_sequence_num.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_arm64_gcc.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_arm_gcc.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_arm_qnx.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_generic_gcc.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_mips_gcc.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_power.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_ppc_gcc.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_solaris.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_tsan.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_x86_gcc.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/atomicops_internals_x86_msvc.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/bytestream.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/callback.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/casts.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/common.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/fastmem.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/hash.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/logging.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/macros.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/mutex.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/once.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/platform_macros.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/port.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/scoped_ptr.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/shared_ptr.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/singleton.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/status.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/stl_util.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/stringpiece.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/template_util.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/stubs/type_traits.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/text_format.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/timestamp.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/type.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/unknown_field_set.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/util/delimited_message_util.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/util/field_comparator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/util/field_mask_util.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/util/json_util.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/util/message_differencer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/util/time_util.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/util/type_resolver.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/util/type_resolver_util.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/wire_format.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/wire_format_lite.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/wire_format_lite_inl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/wrappers.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/descriptor.proto
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/any.proto
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/api.proto
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/duration.proto
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/empty.proto
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/field_mask.proto
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/source_context.proto
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/struct.proto
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/timestamp.proto
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/type.proto
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/wrappers.proto
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/google/protobuf/compiler/plugin.proto
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/protobuf-targets.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/protobuf-targets-release.cmake
-- Up-to-date: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/protobuf
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/protobuf-module.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/protobuf-options.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/protobuf-config.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/protobuf-config-version.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libnnpack.a
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/nnpack.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libcpuinfo.a
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/cpuinfo.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/pthreadpool.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libpthreadpool.a
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/fxdiv.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/psimd.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/fp16.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/bitcasts.h
-- Up-to-date: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/fp16.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/psimd.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/__init__.py
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/avx.py
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/avx2.py
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libonnx.a
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libonnx_proto.a
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/tools
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/string_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/frontend
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/test/c++
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/optimize.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/eliminate_identity.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/optimize_pass.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/extract_constant_to_initializer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/eliminate_nop_transpose.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/fuse_add_bias_into_conv.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/eliminate_unused_initializer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/fuse_bn_into_conv.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/nop.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/fuse_consecutive_squeezes.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/lift_lexical_references.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/fuse_consecutive_transposes.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/split.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/optimizer/passes/fuse_transpose_into_gemm.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/bin
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/onnx_pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/shape_inference
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/shape_inference/implementation.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/runner
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/loader
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/case
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/case/model
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/case/node
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/report
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool1d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool1d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool1d_stride
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool1d_stride/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_SELU
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_SELU/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_softmax_functional_dim3
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_softmax_functional_dim3/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_1d_multiparam
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_1d_multiparam/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad2
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad2/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Linear
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Linear/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad2size1
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad2size1/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_GLU_dim
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_GLU_dim/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_padding
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_padding/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Tanh
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Tanh/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_LeakyReLU_with_negval
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_LeakyReLU_with_negval/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PoissonNLLLLoss_no_reduce
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PoissonNLLLLoss_no_reduce/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise_padded
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise_padded/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PixelShuffle
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PixelShuffle/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool3d_stride_padding
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool3d_stride_padding/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ConstantPad2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ConstantPad2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ReLU
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ReLU/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_1d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_1d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_dilated
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_dilated/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_dilated
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_dilated/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_dilated_strided
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_dilated_strided/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_no_bias
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_no_bias/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_no_bias
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_no_bias/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool3d_stride1_pad0_gpu_input
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool3d_stride1_pad0_gpu_input/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise_strided
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise_strided/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ReplicationPad2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ReplicationPad2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool3d_stride
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool3d_stride/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_GLU
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_GLU/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ReflectionPad2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ReflectionPad2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_2d_multiparam
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_2d_multiparam/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ConvTranspose2d_no_bias
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ConvTranspose2d_no_bias/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool1d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool1d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad1
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad1/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softmax
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softmax/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm3d_momentum_eval
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm3d_momentum_eval/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_groups
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_groups/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise_with_multiplier
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise_with_multiplier/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_stride_padding
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_stride_padding/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool1d_stride
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool1d_stride/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Sigmoid
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Sigmoid/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_stride
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_stride/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_LogSoftmax
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_LogSoftmax/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ZeroPad2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ZeroPad2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool3d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool3d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Linear_no_bias
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Linear_no_bias/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Embedding_sparse
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Embedding_sparse/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_groups_thnn
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_groups_thnn/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_3d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_3d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softsign
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softsign/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_groups
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv3d_groups/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softplus
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softplus/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm3d_eval
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm3d_eval/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm2d_momentum_eval
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm2d_momentum_eval/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_LeakyReLU
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_LeakyReLU/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_strided
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv2d_strided/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm1d_3d_input_eval
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm1d_3d_input_eval/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_3d_multiparam
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_PReLU_3d_multiparam/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_log_softmax_dim3
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_log_softmax_dim3/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_groups
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_groups/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Embedding
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Embedding/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool2d_stride
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool2d_stride/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ELU
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ELU/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ConvTranspose2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_ConvTranspose2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad1size1
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_pad1size1/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_softmax_lastdim
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_softmax_lastdim/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool3d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_MaxPool3d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool3d_stride
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_AvgPool3d_stride/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softmin
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Softmin/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm2d_eval
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_BatchNorm2d_eval/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_stride
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_stride/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_log_softmax_lastdim
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_log_softmax_lastdim/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_dilated
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-converted/test_Conv1d_dilated/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_densenet121
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_bvlc_alexnet
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_inception_v1
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_resnet50
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_vgg19
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_squeezenet
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_zfnet512
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_shufflenet
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/real/test_inception_v2
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple/test_single_relu_model
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/simple/test_single_relu_model/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sqrt
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sqrt/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gru_seq_length
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gru_seq_length/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_prelu_broadcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_prelu_broadcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_top_k
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_top_k/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_default_axes_keepdim_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_default_axes_keepdim_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_large_number
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_large_number/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lrn
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lrn/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_3d_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_3d_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_do_not_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_do_not_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_default_axes_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_default_axes_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_pads
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_pads/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_conv_with_strides_and_asymmetric_padding
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_conv_with_strides_and_asymmetric_padding/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_keep_dims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_keep_dims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_same_lower
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_same_lower/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_greater
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_greater/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_DOUBLE_to_FLOAT16
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_DOUBLE_to_FLOAT16/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_log_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_log_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_selu
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_selu/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_reordered_dims
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_reordered_dims/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_axis_2
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_axis_2/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sin_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sin_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_axis_2
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_axis_2/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT_to_DOUBLE
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT_to_DOUBLE/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_pads
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_pads/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_simple_rnn_defaults
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_simple_rnn_defaults/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_constant
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_constant/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_not_4d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_not_4d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_strides
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_strides/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_conv_with_strides_padding
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_conv_with_strides_padding/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_default_max
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_default_max/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_do_not_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_do_not_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalaveragepool
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalaveragepool/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tanh
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tanh/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and3d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and3d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_default_axes_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/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: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_do_not_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_do_not_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_rnn_seq_length
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_rnn_seq_length/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_axis_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_axis_0/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast4v2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast4v2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_precomputed_same_upper
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_precomputed_same_upper/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gemm_nobroadcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gemm_nobroadcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_max_one_input
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_max_one_input/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_same_lower
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_same_lower/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_matmul_3d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_matmul_3d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_1
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_1/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_div
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_div/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_default_axes_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_default_axes_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_default_axes_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_default_axes_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_dropout_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_dropout_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_default_axes_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_default_axes_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_add_bcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_add_bcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_neg
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_neg/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_1d_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_1d_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_shape
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_shape/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_axis_1
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_axis_1/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_acos_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_acos_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or3d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or3d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_pads
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_pads/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mul
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mul/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_one_dim
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_one_dim/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_default_inbounds
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_default_inbounds/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_0/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lstm_defaults
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lstm_defaults/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_relu
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_relu/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gemm_broadcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gemm_broadcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_min_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_min_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_with_kernel
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_with_kernel/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalmaxpool
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalmaxpool/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardsigmoid
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardsigmoid/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_exp_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_exp_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_edge_pad
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_edge_pad/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_size
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_size/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_do_not_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_do_not_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_atan
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_atan/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis2
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis2/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT16_to_DOUBLE
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT16_to_DOUBLE/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_default_axis
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_default_axis/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_batchnorm_epsilon
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_batchnorm_epsilon/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardsigmoid_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardsigmoid_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mean_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mean_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_thresholdedrelu
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_thresholdedrelu/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_do_not_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_do_not_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast4v2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast4v2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_same_upper
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_same_upper/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_matmul_4d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_matmul_4d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_conv_with_strides_no_padding
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_conv_with_strides_no_padding/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_constant_pad
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_constant_pad/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis3
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis3/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_default_axes_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_default_axes_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_atan_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_atan_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_default_axes_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_default_axes_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or4d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or4d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_default_axes_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_default_axes_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_default_axis_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_default_axis_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_div_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_div_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_precomputed_strides
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_precomputed_strides/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sin
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sin/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_batchnorm_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_batchnorm_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sum_two_inputs
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sum_two_inputs/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_do_not_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_do_not_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_extended_dims
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_extended_dims/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reciprocal
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reciprocal/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_do_not_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_do_not_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reciprocal_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reciprocal_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_one_hot
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_one_hot/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reflect_pad
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reflect_pad/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_default_axes_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_default_axes_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_depthtospace_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_depthtospace_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_max_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sub_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sub_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardsigmoid_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardsigmoid_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast4v2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast4v2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_3d_axis_2
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_3d_axis_2/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_same_upper
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_same_upper/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_default_axes_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_default_axes_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_example_1
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_example_1/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_ceil_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_ceil_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_no_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_no_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sub_bcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sub_bcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_not_3d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_not_3d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_default_axis
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_default_axis/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_no_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_no_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cos
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cos/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_1d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_1d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mean_one_input
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mean_one_input/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and4d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and4d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_max_two_inputs
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_max_two_inputs/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_default_min
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_default_min/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_default_axis_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_default_axis_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalmaxpool_precomputed
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalmaxpool_precomputed/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sub
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sub/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softsign_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softsign_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_3d_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_3d_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_do_not_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_do_not_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_not_2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_not_2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_axis_1
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_axis_1/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_axis_1
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_axis_1/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_variable_parts_2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_variable_parts_2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_ceil
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_ceil/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_outbounds
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_outbounds/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_large_number
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_large_number/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_keep_dims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_keep_dims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_default_axes_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_default_axes_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_size_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_size_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast3v1d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast3v1d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sigmoid
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sigmoid/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_inbounds
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_inbounds/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_equal_parts_default_axis
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_equal_parts_default_axis/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lstm_with_peepholes
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lstm_with_peepholes/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_abs
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_abs/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_negative_dim
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_negative_dim/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_neg_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_neg_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor4d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor4d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_axis_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_axis_0/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_strides
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_strides/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_axis_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_logsoftmax_axis_0/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_add
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_add/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_equal
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_equal/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_variable_parts_1d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_variable_parts_1d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_dropout_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_dropout_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_1d_axis_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_1d_axis_0/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_elu_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_elu_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sigmoid_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sigmoid_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_3d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_3d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gru_defaults
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gru_defaults/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_do_not_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/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: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_floor_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_floor_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_asin_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_asin_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_default_axis
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_default_axis/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast4v3d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast4v3d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_selu_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_selu_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast3v2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast3v2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mean_two_inputs
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mean_two_inputs/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_variable_parts_default_axis
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_variable_parts_default_axis/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_2
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_2/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_5
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_5/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cos_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cos_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_do_not_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/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: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_basic_conv_with_padding
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_basic_conv_with_padding/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_reduced_dims
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reshape_reduced_dims/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_do_not_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_do_not_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_DOUBLE_to_FLOAT
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_DOUBLE_to_FLOAT/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softsign
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softsign/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_default_axes_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_default_axes_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_do_not_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_square_do_not_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow_bcast_scalar
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow_bcast_scalar/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_pad
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_pad/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_upsample_nearest
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_upsample_nearest/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast3v1d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast3v1d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_default_axes_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_default_axes_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_same_upper
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_same_upper/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_log
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_log/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT16_to_FLOAT
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT16_to_FLOAT/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_kernel_shape
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_kernel_shape/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lrn_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lrn_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_end_out_of_bounds
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_end_out_of_bounds/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softplus
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softplus/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_4
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_4/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_do_not_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_do_not_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_1d_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_1d_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_elu_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_elu_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_3
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_all_permutations_3/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_less
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_less/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_neg
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_neg/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast4v4d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast4v4d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_do_not_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_min_do_not_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_identity
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_identity/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_basic_conv_without_padding
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_basic_conv_without_padding/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalaveragepool_precomputed
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_globalaveragepool_precomputed/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_depthtospace
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_depthtospace/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_do_not_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_sum_do_not_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_hardmax_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_selu_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_selu_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast4v3d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast4v3d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_do_not_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_do_not_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_axis_2
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_axis_2/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast3v2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast3v2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_leakyrelu
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_leakyrelu/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_no_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_no_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast3v1d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast3v1d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_min_one_input
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_min_one_input/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT_to_FLOAT16
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_cast_FLOAT_to_FLOAT16/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_2d_axis_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_2d_axis_0/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_div_bcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_div_bcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_precomputed_pads
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_precomputed_pads/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_default_axes_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_default_axes_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tan_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tan_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_asc_axes
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_asc_axes/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_max_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_max_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_leakyrelu_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_leakyrelu_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tile_precomputed
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tile_precomputed/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_pads_count_include_pad
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_pads_count_include_pad/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gru_with_initial_bias
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gru_with_initial_bias/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_splitbounds
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_splitbounds/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis1
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis1/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_default_axes
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_default_axes/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_default_axes_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_prod_default_axes_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sum_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sum_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast3v2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast3v2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_default_axis_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmax_default_axis_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_squeeze
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_squeeze/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_acos
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_acos/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_exp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_exp/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_equal_bcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_equal_bcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast4v3d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_or_bcast4v3d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mul_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mul_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_clip_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_2d_axis_1
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_2d_axis_1/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_keep_dims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_keep_dims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_do_not_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l2_do_not_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_unsqueeze
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_unsqueeze/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_default_axes_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_default_axes_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_thresholdedrelu_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_thresholdedrelu_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_matmul_2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_matmul_2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast4v4d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor_bcast4v4d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_simple_rnn_with_initial_bias
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_simple_rnn_with_initial_bias/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_flatten_axis0/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_strides
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_precomputed_strides/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_prelu_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_prelu_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_default_axes_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/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: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_elu
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_elu/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tan
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tan/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_pads_count_include_pad
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_averagepool_2d_pads_count_include_pad/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_equal_parts_1d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_equal_parts_1d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_do_not_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_mean_do_not_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softplus_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softplus_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_instancenorm_epsilon
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_instancenorm_epsilon/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_floor
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_floor/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_3d_axis_1
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_3d_axis_1/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mul_bcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_mul_bcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_leakyrelu_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_leakyrelu_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_keep_dims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_l1_keep_dims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_shape_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_shape_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_default_axis_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_default_axis_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_pads
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_maxpool_2d_pads/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gather_1
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gather_1/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lstm_with_initial_bias
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_lstm_with_initial_bias/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_3d_axis_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_concat_3d_axis_0/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_default_axis
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_softmax_default_axis/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_default
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_transpose_default/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_equal_parts_2d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_split_equal_parts_2d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tanh_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tanh_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_instancenorm_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_instancenorm_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow_bcast_array
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_pow_bcast_array/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_greater_bcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_greater_bcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_desc_axes
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_desc_axes/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_start_out_of_bounds
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_slice_start_out_of_bounds/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor3d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_xor3d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_output_shape
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_convtranspose_output_shape/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_no_keepdims_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_argmin_no_keepdims_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sqrt_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sqrt_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sum_one_input
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_sum_one_input/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast4v4d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_and_bcast4v4d/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tile
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_tile/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gather_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_gather_0/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_min_two_inputs
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_min_two_inputs/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_thresholdedrelu_example
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_thresholdedrelu_example/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_less_bcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_less_bcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_keepdims_random
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_reduce_log_sum_exp_keepdims_random/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_asin
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/node/test_asin/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_broadcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_broadcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_sqrt
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_sqrt/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_selu
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_selu/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_sum
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_sum/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_maxpool
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_maxpool/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_chunk
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_chunk/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_permute2
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_permute2/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_mean
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_mean/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_convtranspose
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_convtranspose/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_size1_right_broadcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_size1_right_broadcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_mm
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_mm/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_view
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_view/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_max
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_max/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_rnn
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_rnn/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_mean_keepdim
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_mean_keepdim/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_addconstant
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_addconstant/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_min
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_min/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_concat2
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_concat2/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_exp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_exp/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_basic
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_basic/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_symbolic_override
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_symbolic_override/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_lstm
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_lstm/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_symbolic_override_nested
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_symbolic_override_nested/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_rnn_single_layer
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_rnn_single_layer/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_params
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_params/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_pow
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_pow/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_flatten
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_flatten/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_index
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_index/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_pad
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_pad/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_clip
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_clip/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_size1_broadcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_size1_broadcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_addmm
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_addmm/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_sum_keepdim
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_reduced_sum_keepdim/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_repeat
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_repeat/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_size1_singleton_broadcast
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_add_size1_singleton_broadcast/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_repeat_dim_overflow
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_repeat_dim_overflow/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_non_float_params
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_non_float_params/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_conv
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/backend/test/data/pytorch-operator/test_operator_conv/test_data_set_0
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/checker.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/common
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/common/status.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/common/assertions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/common/ir.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/common/graph_node_list.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/common/ir_pb_converter.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/common/interned_strings.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/common/constants.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/common/stl_backports.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/common/tensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/common/array_ref.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/py_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/examples
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/examples/resources
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/onnx-operators_pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/onnxifi_loader.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/proto_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/onnx_cpp2py_export
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/onnxifi.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/nn
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/operator_sets-ml.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/experiments
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/schema.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/math
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/generator
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/reduction
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/operator_sets.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/shape_inference.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/logical
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/traditionalml
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/data_type_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/tensor
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/function.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/controlflow
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/defs/rnn
-- Up-to-date: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/onnx.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/onnx_onnx_torch.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/onnx-operators.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/onnx/onnx-operators_onnx_torch.pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/video
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/video/optical_flow.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/video/video_decoder.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/video/video_input_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/video/video_io.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/ideep
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/ideep/operators
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/ideep/operators/operator_fallback_ideep.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/ideep/operators/conv_pool_base_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/ideep/utils
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/ideep/utils/ideep_context.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/ideep/utils/ideep_operator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/ideep/ideep_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/net_async_dag_gpu.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/plan_executor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/qtensor_serialization.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/context_gpu.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/typeid.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/observer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/blob_serializer_base.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/memonger.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/tensor_int8.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/static_tracepoint.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/net.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/net_async_gpu_thread_pool.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/numa.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/net_async_polling.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/scope_guard.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/event.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/types.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/operator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/db.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/blob.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/static_tracepoint_elfx86.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/net_async_tracing.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/TensorTypeIdRegistration.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/OpSchema.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/KernelRegistration.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/DispatchTable.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/Dispatcher.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/DeviceId.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/OpSchemaRegistration.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/LayoutId.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/LeftRight.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/DispatchKey.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/dispatch/TensorTypeId.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/flags.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/operator_schema.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/context.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/net_async_base.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/logging.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/registry.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/net_async_scheduling.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/graph.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/common_cudnn.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/net_simple.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/workspace.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/timer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/event_cpu.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/common.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/blob_stats.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/allocator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/macros.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/hip
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/hip/context_hip.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/hip/miopen_wrapper.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/hip/common_miopen.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/hip/common_hip.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/logging_is_google_glog.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/transform.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/asan.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/predictor_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/net_dag.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/common_omp.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/predictor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/predictor_config.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/Representations
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Generated
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Representations
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Graph
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Converters
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Support
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Pointer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/tests
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/nomnigraph/tests/test_util.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/logging_is_not_google_glog.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/module.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/init.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/THCCachingAllocator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/net_dag_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/stats.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/tensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/net_simple_async.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/common_gpu.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/qtensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/operator_gradient.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/cudnn_wrappers.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/blob_serialization.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mpi
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mpi/mpi_common.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mpi/mpi_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/proto
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/test/assets
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/top_k.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/channel_stats_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/gru_unit_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/half_float_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/sqr_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/mean_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/thresholded_relu_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/ctc_greedy_decoder_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_op_cache_cudnn.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/utility_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/selu_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/map_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/roi_align_rotated_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/stop_gradient.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/batch_gather_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/asin_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/cosh_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/atan_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/reverse_packed_segs_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/ensure_clipped_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_transpose_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/generate_proposals_op_util_nms.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/enforce_finite_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_transpose_unpool_op_base.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/gather_fused_8bit_rowwise_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/batch_matmul_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/batch_bucketize_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/softsign_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_logical_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/percentile_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/locally_connected_op_impl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/rmac_regions_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/ensure_cpu_output_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/batch_box_cox_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/ctc_beam_search_decoder_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/flexible_top_k.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/fully_connected_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/key_split_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/roi_align_gradient_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/group_norm_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/load_save_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/cos_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/expand_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/im2col_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/space_batch_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/relu_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/while_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/remove_data_blocks_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_mul_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/numpy_tile_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/rowmul_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/accumulate_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/tile_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/given_tensor_fill_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/accuracy_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/bbox_transform_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/boolean_unmask_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/glu_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_op_impl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/reduction_front_back_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/locally_connected_op_util.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/channel_backprop_stats_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/order_switch_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_transpose_op_impl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/op_utils_cudnn.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/prelu_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/box_with_nms_limit_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/fc_inference.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/distance_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/dataset_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/merge_id_lists_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/deform_conv_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/sqrt_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_div_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/deform_conv_op_impl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/feature_maps_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/text_file_reader_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/pool_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_transpose_op_mobile_impl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/minmax_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/lengths_tile_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/no_default_engine_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/onnx_while_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/roi_pool_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/flatten_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/normalize_l1_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/pow_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/exp_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/heatmap_max_keypoint_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/assert_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/piecewise_linear_transform_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/cbrt_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/weighted_sample_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/tanh_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/softmax_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/listwise_l2r_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/variable_length_sequence_padding.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_add_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/leaky_relu_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_linear_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/elu_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/jsd_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/reduce_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/string_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/boolean_mask_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/local_response_normalization_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/partition_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/loss_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/counter_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/h_softmax_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/moments_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/logit_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/perplexity_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/roi_align_rotated_gradient_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/ceil_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/find_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/layer_norm_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/negate_gradient_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/resize_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/lengths_reducer_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/batch_sparse_to_dense_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/replace_nan_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/max_pool_with_index_gpu.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/find_duplicate_elements_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/expand_squeeze_dims_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/sinusoid_position_encoding_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/pack_segments.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/softplus_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/sinh_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/cross_entropy_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/feed_blob_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/slice_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/rsqrt_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/free_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/square_root_divide_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_op_shared.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/apmeter_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/lstm_unit_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/index_hash_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/lengths_pad_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_ops_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/sparse_normalize_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/multi_class_accuracy_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/cast_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/transpose_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/create_scope_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/zero_gradient_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/tt_linear_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/relu_n_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/onnxifi_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/generate_proposals_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/hip
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/lpnorm_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/sequence_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/abs_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/activation_ops_cudnn.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_op_test.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/concat_split_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/reduction_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/log_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_pool_op_base.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/unique_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/elementwise_sub_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/segment_reduction_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/stump_func_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/swish_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/pack_rnn_sequence_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/softmax_with_loss_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/integral_image_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/weighted_multi_sampling_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/mod_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/clip_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/prepend_dim_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/rank_loss_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/lengths_top_k_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/summarize_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/one_hot_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/acos_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/tensor_protos_db_input.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/generate_proposals_op_util_boxes.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/conv_transpose_op_mobile.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/arg_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/negative_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/operator_fallback_gpu.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/margin_ranking_criterion_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/matmul_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/roi_align_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/pad_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/floor_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/normalize_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/cube_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/reshape_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/instance_norm_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/ngram_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/if_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/reducer_functors.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/affine_channel_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/sigmoid_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/channel_shuffle_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/locally_connected_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/conditional_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/dropout_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/gather_ranges_to_dense_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/shape_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/tan_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/scale_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/cosine_embedding_criterion_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/sparse_to_dense_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/quant_decode_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn/recurrent_op_cudnn.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn/recurrent_network_executor_incl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn/recurrent_network_executor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/rnn/recurrent_network_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/softmax_shared.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/sparse_to_dense_mask_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/sin_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/upsample_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/filler_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/spatial_softmax_with_loss_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/batch_moments_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/do_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/prefetch_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/byte_weight_dequant_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/operators/spatial_batch_norm_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/onnx
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/onnx/helper.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/onnx/device.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/onnx/onnxifi_init.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/onnx/backend.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/onnx/backend_rep.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/onnx/onnx_exporter.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/pybind_state.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/ideep
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/mint
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/mint/static
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/mint/static/css
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/mint/templates
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/layers
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/dlpack.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/onnx
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/onnx/bin
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/onnx/tests
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/trt
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/operator_test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/models
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/models/seq2seq
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/docs
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/modeling
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/pybind_state_dlpack.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/mkl
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/examples
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/predictor
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/helpers
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/python/rnn
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/distributed
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/distributed/redis_store_handler.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/distributed/file_store_handler_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/distributed/store_handler.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/distributed/store_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/distributed/file_store_handler.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/distributed/redis_store_handler_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/perfkernels
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/perfkernels/embedding_lookup.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/perfkernels/cvtsh_ss_bugfix.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/perfkernels/common.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/perfkernels/typed_axpy.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/experiments
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/fully_connected_op_decomposition.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/fully_connected_op_sparse.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/tt_contraction_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/fully_connected_op_prune.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/funhash_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/sparse_funhash_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/experiments/operators/tt_pad_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/experiments/python
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/cuda_rtc
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/cuda_rtc/common_rtc.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/filler.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/math-detail.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/signal_handler.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/cpu_neon.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/conversions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/string_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/mixed_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/mixed_utils_hip.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/simple_queue.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/TypeTraits.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/cpuid.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/IdWrapper.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/Optional.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/threadpool
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/threadpool/ThreadPool.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/threadpool/ThreadPoolCommon.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/threadpool/pthreadpool.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/threadpool/WorkersPool.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/thread_name.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/thread_pool.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/fixed_divisor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/proto_wrap.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/bench_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/math_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/TypeList.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/cast.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/hip
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/hip/mixed_utils_hip.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/Array.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/Metaprogramming.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/murmur_hash3.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/math.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/eigen_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/smart_tensor_printer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/proto_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/cblas.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/map_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/C++17.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/flat_hash_map
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/flat_hash_map/flat_hash_map.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/utils/zmq_helper.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/nnpack
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/warpctc
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/warpctc/ctc_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/nccl
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/nccl/cuda_nccl_gpu.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/ideep
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/docker-ubuntu-14.04
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/playground
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/playground/resnetdemo
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/allreduce_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/allgather_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/context.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/store_handler.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/broadcast_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/reduce_scatter_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/common.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/common_world_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/gloo/barrier_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/error_report.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/compiler.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/tree_views.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/parser.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/tree.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/examples
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/script/lexer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/opencl
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/opencl/context.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/opencl/OpenCL
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/nervana
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/nervana/nervana.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/nervana/nervana_c_api.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/prof
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/prof/htrace_conf.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/prof/prof_dag_net.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/prof/profiling_annotations.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/prof/prof_dag_stats_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/prof/profiling_info.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/tensorrt
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/tensorrt/trt_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/shm_mutex
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/shm_mutex/shm_mutex.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/tensorboard
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/aten
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/aten/aten_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/aten/docs
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/aten/aten_op_template.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/layers
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/include
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/include/sync.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/include/matrix.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/include/thread.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/include/matrix_funcs.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/include/queue.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/util/src
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/python_util
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/images
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/make-data
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/make-data/pyext
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/make-data/pyext/include
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/make-data/pyext/include/pyext.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/make-data/pyext/src
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconvnet
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconvnet/include
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconvnet/include/jpeg.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconvnet/src
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/nvmatrix
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/nvmatrix/include
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/nvmatrix/src
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconv3
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconv3/include
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/contrib/cuda-convnet2/cudaconv3/src
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/image
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/image/image_input_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/image/transform_gpu.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mkl
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mkl/operators
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mkl/operators/operator_fallback_mkl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils/mkl_context.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils/sgemm_pack.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils/mkl_memory.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils/mkl_operator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils/mkl_version_check.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mkl/utils/mkl_dnn_cppwrapper.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mkl/mkl_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/transforms
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/transforms/single_op_transform.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/transforms/common_subexpression_elimination.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/transforms/conv_to_nnpack_transform.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/transforms/pattern_net_transform.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/core
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/core/rewrite_net.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/core/operator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/core/context.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/core/net_gl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/test/gl_model_test.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/test/gl_operator_test.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/operators
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/operators/activation_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/arm-compute/models
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libopencl-stub/src
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/mpscnn
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/ios_caffe.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/snpe
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/snpe/snpe_ffi.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/nnapi
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/nnapi/nnapi.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/nnapi/dlnnapi.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ulp2
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ulp2/ulp.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/ulp2/ulp_neon.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLPlainTexture.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLFilter.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/ImageAllocator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLPBO.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/rewrite_net.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLLogging.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLContext.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/arm_neon_support.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLPredictor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GL.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/DataTransfer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLImageAllocator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLTexture.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/core/GLImage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/test/opengl_test.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/test/TestGLConvolution.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/operators
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/operators/GLConvolution.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/operators/gl_tiling_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/ios
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/ios/IOSGLImageAllocator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/ios/IOSGLContext.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/ios/IOSGLTexture.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/android
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/android/arm_neon_support.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/android/AndroidGLContext.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/opengl/android/gl3stub.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub/include
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/mobile/contrib/libvulkan-stub/src
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/fp16_momentum_sgd_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/rmsprop_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/lars_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/yellowfin_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/adagrad_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/clip_tensor_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/gftrl_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/learning_rate_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/adam_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/ftrl_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/learning_rate_adaption_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/iter_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/momentum_sgd_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/wngrad_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/learning_rate_functors.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/sgd/fp32_momentum_sgd_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/queue
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/queue/blobs_queue.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/queue/rebatching_queue_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/queue/queue_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/queue/rebatching_queue.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/queue/blobs_queue_db.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/db
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/db/create_db_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/opt
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/opt/device.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/opt/mobile.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/opt/onnxifi_transformer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/opt/converter.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/opt/fusion.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/opt/optimizer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/opt/sink.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/opt/backend_cutting.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/opt/passes.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/opt/onnx_convert.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/opt/optimize_ideep.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/observers
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/observers/operator_attaching_net_observer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/observers/time_observer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/observers/runcnt_observer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/observers/profile_observer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/share
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/share/contrib
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/share/contrib/nnpack
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/share/contrib/depthwise
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/share/contrib/zstd
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/caffe2/core/macros.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libcaffe2.dylib
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/scalar_test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/apply_utils_test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/basic
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/atest
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/half_test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/broadcast_test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/wrapdim_test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/dlconvertor_test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/native_test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/scalar_tensor_test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/test_parallel
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/undefined_tensor_test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/verify_api_visibility
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/tbb_init_test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/test/weakref_test
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/TH.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THAllocator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THMath.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THBlas.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THDiskFile.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THFile.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THFilePrivate.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THGeneral.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THGenerateAllTypes.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THGenerateDoubleType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THGenerateFloatType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THGenerateHalfType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THGenerateLongType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THGenerateIntType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THGenerateShortType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THGenerateCharType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THGenerateByteType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THGenerateFloatTypes.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THGenerateIntTypes.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THLapack.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THLogAdd.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THMemoryFile.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THRandom.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THSize.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THStorageFunctions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THTensorApply.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THTensorDimApply.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THVector.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THHalf.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THTensor.hpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THStorageClass.hpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THStorageFunctions.hpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THGenerator.hpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/THTypeConversion.hpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/vector/AVX.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/vector/AVX2.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/vector/avx_mathfun.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THBlas.cpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THBlas.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THLapack.cpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THLapack.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THStorage.cpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THStorageCopy.cpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THStorageCopy.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THTensor.cpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorConv.cpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorConv.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorCopy.cpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorCopy.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorLapack.cpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorLapack.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorMath.cpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorMath.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorRandom.cpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorRandom.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THVectorDispatch.cpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THVector.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorFastGetSet.hpp
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN/THNN.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN/Reduction.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN/generic/THNN.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/cmake/ATen/ATenConfig.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/ATen.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/ATenGeneral.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/AccumulateType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/AlignOf.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Allocator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/ArrayRef.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Backtrace.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUApplyUtils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUFixedAllocator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUGeneral.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAGuard.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAStream.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CheckGenerator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Config.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Context.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/DLConvertor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Deprecated.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Device.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/DeviceGuard.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/DimVector.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Dispatch.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Error.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/ExpandUtils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Formatting.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Generator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Half-inl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Half.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Layout.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/MatrixRef.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/OptionsGuard.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Parallel.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Registry.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Retainable.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Scalar.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/ScalarType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/ScalarTypeUtils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SmallVector.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseTensorImpl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseTensorRef.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Storage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/THLongStorageView.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/TensorAccessor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/TensorBase.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/TensorGeometry.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/TensorImpl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/TensorOperators.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/TensorOptions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/TensorUtils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/UndefinedTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/UndefinedType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/WrapDimUtils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/WrapDimUtilsMulti.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/detail/CUDAHooksInterface.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/detail/UniqueVoidPtr.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/detail/VariableHooksInterface.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/dlpack.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/optional.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cuda/ATenCUDAGeneral.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDAApplyUtils.cuh
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDAConfig.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDAContext.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDAGuard.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDAHalf.cuh
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDAStream.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cuda/CUDATensorMethods.cuh
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cuda/Exceptions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cuda/PinnedMemoryAllocator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cuda/detail/CUDAHooks.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cuda/detail/IndexUtils.cuh
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cuda/detail/TensorInfo.cuh
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cudnn/Descriptors.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cudnn/Exceptions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cudnn/Handles.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cudnn/Types.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cudnn/Utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/cudnn/cudnn-wrapper.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUByteStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUByteTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUByteType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUCharStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUCharTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUCharType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUDoubleStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUDoubleTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUDoubleType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUFloatStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUFloatTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUFloatType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUGenerator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUHalfStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUHalfTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUHalfType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUIntStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUIntTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUIntType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPULongStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPULongTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPULongType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUShortStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUShortTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CPUShortType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Functions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/NativeFunctions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUByteType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUCharType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUDoubleType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUFloatType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUIntType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCPULongType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUShortType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Tensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/TensorMethods.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/Type.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAByteStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAByteTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAByteType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDACharStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDACharTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDACharType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDADoubleStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDADoubleTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDADoubleType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAFloatStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAFloatTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAFloatType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAGenerator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAHalfStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAHalfTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAHalfType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAIntStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAIntTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAIntType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDALongStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDALongTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDALongType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAShortStorage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAShortTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/CUDAShortType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/RegisterCUDA.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAByteType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDACharType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDADoubleType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAFloatType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAIntType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDALongType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAShortType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/share/ATen/Declarations.yaml
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/sleef.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libsleef.a
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Size.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/PtrWrapper.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Device.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/nn
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/nn/type_checks.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/assertions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/onnx
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/onnx/onnx.npb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/onnx/init.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/onnx/onnx.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Types.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/undef_macros.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/copy_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/Storage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/THDP.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/override_macros.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/c10d
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/distributed/c10d/c10d.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/python_torch_functions_dispatch.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/python_functions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/VariableType.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/python_nn_functions_dispatch.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/Functions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/variable_factories.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/python_variable_methods_dispatch.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/generated/python_nn_functions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_function.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/type_and_shape.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/variable_version.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/engine.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/edge.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/saved_variable.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_engine.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_legacy_variable.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_cpp_function.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_hook.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/variable.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/utils
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/utils/wrap_outputs.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/utils/python_arg_parsing.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/utils/python_error_messages.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_variable.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/function_hook.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/grad_mode.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/symbolic.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/input_buffer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/autograd.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions/utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions/pybind.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions/comm.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions/basic_ops.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions/accumulate_grad.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/functions/tensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_anomaly_mode.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/python_variable_indexing.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/profiler.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/function.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/autograd/anomaly_mode.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/THCP.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/nccl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/python_nccl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/device_set.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/serialization.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/python_comm.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/cuda_check.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/comm.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/Stream.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/undef_macros.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/restore_macros.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/Storage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/Module.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/cuda/override_macros.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/serialization.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Exceptions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/THP_API.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/object_ptr.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_numpy.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_dtypes.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_tuples.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_numbers.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_scalars.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/pybind.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_types.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_arg_parser.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/cuda_lazy_init.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_new.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_list.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/invalid_arguments.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/functional.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/auto_gil.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_strings.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_conversion_dispatch.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tuple_parser.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/cuda_enabled.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/numpy_stub.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/memory.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_layouts.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_flatten.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/tensor_apply.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_compat.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/disallow_copy.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/hash.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/python_stub.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/utils/variadic.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/torch.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/DataLoader.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/THP.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/python_headers.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/variable_tensor_functions.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Layout.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/DynamicTypes.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/byte_order.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/copy_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/generated
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/generated/aten_interned_strings.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/type.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/named_value.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/pybind.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/interned_strings_class.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/export.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/fusion_compiler.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/generic_if.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/operator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/function_schema.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/batched
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/batched/BatchTensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/interpreter.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/ir.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/graph_node_list.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/python_ir.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/to_batch.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/remove_expands.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/specialize_undef.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/decompose_addmm.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/peephole.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/onnx
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/onnx/peephole.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/onnx/fixup_onnx_loop.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/common_subexpression_elimination.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/batch_mm.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/lower_grad_of.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/erase_number_types.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/graph_fuser.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/create_autodiff_subgraphs.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/dead_code_elimination.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/lower_tuples.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/canonicalize.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/loop_unrolling.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/shape_analysis.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/inplace_check.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/passes/onnx.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/argument_spec.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/attributes.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/error_report.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/compiler.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/tree_views.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/parser.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/tree.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/python_tree_views.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/lexer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/module.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/script/init.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/interned_strings.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/constants.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/code_template.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/tracer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/stack.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/resource_guard.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/variable_tensor_list.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/import.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/autodiff.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/python_tracer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/pybind_utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/ivalue.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/graph_executor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/init.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/symbolic_variable.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/source_location.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/jit/python_arg_flatten.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Storage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/tensor_list_view.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/parallel
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/parallel/data_parallel.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/cursor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/pimpl.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/module.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/rnn.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/batchnorm.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/linear.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/sequential.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/functional.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/dropout.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/embedding.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/conv.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/modules/any.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/init.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn/cloneable.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/serialization.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim/rmsprop.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim/lbfgs.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim/optimizer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim/adagrad.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim/sgd.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim/adam.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/torch.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/optim.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/detail
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/detail/static.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/detail/ordered_dict.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/nn.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/cuda.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/expanding_array.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/include/torch/tensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/src
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/src/nn
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/src/nn/modules
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/api/src/optim
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/generic
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/generic/utils.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/generic/serialization.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/generic/Storage.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/tensor
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/tensor/python_tensor.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/WindowsTorchApiMacro.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Dtype.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Module.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/THP_export.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/finalizer.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/Generator.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libtorch/torch/csrc/PythonTypes.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libtorch.1.dylib
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libtorch.dylib
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/python3.5/site-packages/nanopb_pb2.py
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/python3.5/site-packages/plugin_pb2.py
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf-nanopb.a
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/nanopb-targets.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/nanopb-targets-release.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/nanopb-config.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/protobuf/nanopb-config-version.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/pb.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/pb_common.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/pb_encode.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/pb_decode.h
~/Documents/GitRepos/pytorch ~/Documents/GitRepos/pytorch
~/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib ~/Documents/GitRepos/pytorch ~/Documents/GitRepos/pytorch
Updating install_name for libcaffe2.dylib
Updating install_name for libtorch.1.dylib
Updating install_name for libtorch.dylib
~/Documents/GitRepos/pytorch ~/Documents/GitRepos/pytorch
~/Documents/GitRepos/pytorch
~/Documents/GitRepos/pytorch/third_party ~/Documents/GitRepos/pytorch
~/Documents/GitRepos/pytorch/third_party/build/nanopb ~/Documents/GitRepos/pytorch/third_party ~/Documents/GitRepos/pytorch
-- The C compiler identification is Clang 6.0.0
-- Check for working C compiler: /Users/askates/anaconda3/envs/torch_gpu/bin/clang
-- Check for working C compiler: /Users/askates/anaconda3/envs/torch_gpu/bin/clang -- 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
-- Build files have been written to: /Users/askates/Documents/GitRepos/pytorch/third_party/build/nanopb
Scanning dependencies of target protobuf-nanopb
[ 75%] Building C object CMakeFiles/protobuf-nanopb.dir/pb_decode.c.o
[ 75%] Building C object CMakeFiles/protobuf-nanopb.dir/pb_common.c.o
[ 75%] Building C object CMakeFiles/protobuf-nanopb.dir/pb_encode.c.o
[100%] Linking C static library libprotobuf-nanopb.a
[100%] Built target protobuf-nanopb
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf-nanopb.a
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets-release.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config.cmake
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config-version.cmake
-- Up-to-date: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/pb.h
-- Up-to-date: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/pb_common.h
-- Up-to-date: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/pb_encode.h
-- Up-to-date: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/pb_decode.h
~/Documents/GitRepos/pytorch/third_party ~/Documents/GitRepos/pytorch
~/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib ~/Documents/GitRepos/pytorch/third_party ~/Documents/GitRepos/pytorch
Updating install_name for libcaffe2.dylib
Updating install_name for libtorch.1.dylib
Updating install_name for libtorch.dylib
~/Documents/GitRepos/pytorch/third_party ~/Documents/GitRepos/pytorch
~/Documents/GitRepos/pytorch
~/Documents/GitRepos/pytorch/torch/lib ~/Documents/GitRepos/pytorch
~/Documents/GitRepos/pytorch/torch/lib/build/libshm ~/Documents/GitRepos/pytorch/torch/lib ~/Documents/GitRepos/pytorch
-- The C compiler identification is Clang 6.0.0
-- The CXX compiler identification is Clang 6.0.0
-- Check for working C compiler: /Users/askates/anaconda3/envs/torch_gpu/bin/clang
-- Check for working C compiler: /Users/askates/anaconda3/envs/torch_gpu/bin/clang -- 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: /Users/askates/anaconda3/envs/torch_gpu/bin/clang++
-- Check for working CXX compiler: /Users/askates/anaconda3/envs/torch_gpu/bin/clang++ -- 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 - found
-- Found Threads: TRUE
-- Caffe2: Found protobuf with new-style protobuf targets.
-- Caffe2: Protobuf version 3.5.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/askates/Documents/GitRepos/pytorch/torch/lib/build/libshm
Scanning dependencies of target shm
Scanning dependencies of target torch_shm_manager
[ 50%] 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
[100%] Linking CXX shared library libshm.dylib
[100%] Built target torch_shm_manager
[100%] Built target shm
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libshm.dylib
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/libshm.h
-- Installing: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/bin/torch_shm_manager
~/Documents/GitRepos/pytorch/torch/lib ~/Documents/GitRepos/pytorch
~/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib ~/Documents/GitRepos/pytorch/torch/lib ~/Documents/GitRepos/pytorch
Updating install_name for libcaffe2.dylib
Updating install_name for libshm.dylib
Updating install_name for libtorch.1.dylib
Updating install_name for libtorch.dylib
~/Documents/GitRepos/pytorch/torch/lib ~/Documents/GitRepos/pytorch
~/Documents/GitRepos/pytorch
~/Documents/GitRepos/pytorch/torch/lib ~/Documents/GitRepos/pytorch
~/Documents/GitRepos/pytorch
creating torch/lib/include/torch
creating torch/lib/include/torch/csrc
copying torch/csrc/Exceptions.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Generator.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Size.h -> torch/lib/include/torch/csrc
copying torch/csrc/utils.h -> torch/lib/include/torch/csrc
copying torch/csrc/PtrWrapper.h -> torch/lib/include/torch/csrc
copying torch/csrc/PtrWrapper.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/utils.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Device.h -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/nn
copying torch/csrc/nn/THCUNN.cpp -> torch/lib/include/torch/csrc/nn
copying torch/csrc/nn/.gitkeep -> torch/lib/include/torch/csrc/nn
copying torch/csrc/nn/THNN.cpp -> torch/lib/include/torch/csrc/nn
copying torch/csrc/nn/type_checks.h -> 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/assertions.h -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/onnx
copying torch/csrc/onnx/onnx.cpp -> torch/lib/include/torch/csrc/onnx
copying torch/csrc/onnx/onnx.options -> torch/lib/include/torch/csrc/onnx
copying torch/csrc/onnx/onnx.npb.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/onnx/onnx.npb.cpp -> torch/lib/include/torch/csrc/onnx
copying torch/csrc/onnx/onnx.h -> torch/lib/include/torch/csrc/onnx
copying torch/csrc/Types.h -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/distributed
copying torch/csrc/distributed/utils.h -> torch/lib/include/torch/csrc/distributed
copying torch/csrc/distributed/Module.cpp -> torch/lib/include/torch/csrc/distributed
copying torch/csrc/distributed/Storage.cpp -> torch/lib/include/torch/csrc/distributed
copying torch/csrc/distributed/undef_macros.h -> torch/lib/include/torch/csrc/distributed
copying torch/csrc/distributed/copy_utils.h -> torch/lib/include/torch/csrc/distributed
copying torch/csrc/distributed/Storage.h -> torch/lib/include/torch/csrc/distributed
copying torch/csrc/distributed/THDP.h -> 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
creating torch/lib/include/torch/csrc/autograd
creating 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_functions.cpp -> 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/python_torch_functions_dispatch.h -> 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/VariableType.cpp -> 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/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/generated/python_variable_methods_dispatch.h -> 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/Functions.cpp -> torch/lib/include/torch/csrc/autograd/generated
copying torch/csrc/autograd/python_function.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/variable_version.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/engine.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/aten_variable_hooks.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/edge.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_engine.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/profiler.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/saved_variable.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/saved_variable.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_engine.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_legacy_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_anomaly_mode.cpp -> 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_hook.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/variable.h -> 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_arg_parsing.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/anomaly_mode.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_variable.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/function.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/README.md -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_variable.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/input_buffer.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/function_hook.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/grad_mode.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/symbolic.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/input_buffer.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/autograd.h -> torch/lib/include/torch/csrc/autograd
creating 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/pybind.h -> 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/functions/basic_ops.h -> 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/basic_ops.cpp -> 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/comm.cpp -> 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/tensor.cpp -> 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/variable.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_function.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_legacy_variable.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/engine.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/python_variable_indexing.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/python_hook.cpp -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/init.cpp -> 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_variable_indexing.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/profiler.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/function.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/autograd/anomaly_mode.h -> torch/lib/include/torch/csrc/autograd
copying torch/csrc/Module.cpp -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/nccl.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/utils.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/utils.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/THCP.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/nccl.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/python_nccl.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/device_set.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Module.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/serialization.h -> 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/cuda_check.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/comm.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Stream.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Storage.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/undef_macros.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/restore_macros.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/serialization.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Stream.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Storage.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/comm.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Tensor.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/Module.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/override_macros.h -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/cuda/python_comm.cpp -> torch/lib/include/torch/csrc/cuda
copying torch/csrc/serialization.h -> torch/lib/include/torch/csrc
copying torch/csrc/Exceptions.h -> torch/lib/include/torch/csrc
copying torch/csrc/THP_API.h -> torch/lib/include/torch/csrc
copying torch/csrc/Layout.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/assertions.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Device.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/finalizer.cpp -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/object_ptr.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_numpy.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_dtypes.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_tuples.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/object_ptr.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_numbers.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_scalars.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/pybind.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_types.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/python_arg_parser.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/tensor_layouts.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_new.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_apply.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_list.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_flatten.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/variadic.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/functional.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/auto_gil.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_new.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_strings.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_numpy.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_conversion_dispatch.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_list.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tuple_parser.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/cuda_enabled.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/numpy_stub.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/memory.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_layouts.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_flatten.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_dtypes.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/tensor_types.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_compat.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/disallow_copy.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/hash.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_stub.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/python_arg_parser.cpp -> torch/lib/include/torch/csrc/utils
copying torch/csrc/utils/variadic.h -> torch/lib/include/torch/csrc/utils
copying torch/csrc/byte_order.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Storage.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/torch.h -> torch/lib/include/torch/csrc
copying torch/csrc/DataLoader.h -> torch/lib/include/torch/csrc
copying torch/csrc/THP.h -> torch/lib/include/torch/csrc
copying torch/csrc/python_headers.h -> torch/lib/include/torch/csrc
copying torch/csrc/README.md -> torch/lib/include/torch/csrc
copying torch/csrc/variable_tensor_functions.h -> torch/lib/include/torch/csrc
copying torch/csrc/Layout.h -> torch/lib/include/torch/csrc
copying torch/csrc/DynamicTypes.h -> torch/lib/include/torch/csrc
copying torch/csrc/byte_order.h -> torch/lib/include/torch/csrc
copying torch/csrc/torch.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/serialization.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/copy_utils.h -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/jit
creating 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/generated/register_aten_ops.cpp -> torch/lib/include/torch/csrc/jit/generated
copying torch/csrc/jit/type.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/register_symbols.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/named_value.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/pybind.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/interned_strings_class.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/export.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/fusion_compiler.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/interpreter.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/generic_if.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/python_tracer.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/ir.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/operator.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/python_interpreter.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/python_ir.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/function_schema.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/interpreter.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/graph_executor.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/operator.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/fusion_compiler.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/ir.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/graph_node_list.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/constants.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/python_ir.h -> torch/lib/include/torch/csrc/jit
creating 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/graph_fuser.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/onnx.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/common_subexpression_elimination.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/specialize_undef.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/decompose_addmm.h -> torch/lib/include/torch/csrc/jit/passes
copying torch/csrc/jit/passes/peephole.h -> torch/lib/include/torch/csrc/jit/passes
creating 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/onnx/peephole.cpp -> 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/fixup_onnx_loop.cpp -> 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/batch_mm.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/dead_code_elimination.cpp -> 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/lower_grad_of.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/graph_fuser.h -> 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/specialize_undef.cpp -> 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/to_batch.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/dead_code_elimination.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/batch_mm.cpp -> 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/create_autodiff_subgraphs.cpp -> 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/canonicalize.h -> 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/shape_analysis.h -> 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/lower_tuples.cpp -> 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/argument_spec.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/test_jit.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/attributes.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/interned_strings.cpp -> torch/lib/include/torch/csrc/jit
creating 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/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/compiler.cpp -> 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/module.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/tree.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/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/init.cpp -> 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/init.h -> torch/lib/include/torch/csrc/jit/script
copying torch/csrc/jit/interned_strings.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/README.md -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/export.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/constants.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/code_template.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/tracer.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/stack.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/resource_guard.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/variable_tensor_list.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/import.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/autodiff.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/python_tracer.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/init.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/pybind_utils.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/tracer.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/ivalue.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/graph_executor.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/init.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/autodiff.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/symbolic_variable.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/register_prim_ops.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_arg_flatten.h -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/type.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/jit/import.cpp -> torch/lib/include/torch/csrc/jit
copying torch/csrc/Storage.h -> torch/lib/include/torch/csrc
copying torch/csrc/nvrtc.cpp -> torch/lib/include/torch/csrc
creating torch/lib/include/torch/csrc/api
creating torch/lib/include/torch/csrc/api/include
creating torch/lib/include/torch/csrc/api/include/torch
copying torch/csrc/api/include/torch/tensor_list_view.h -> torch/lib/include/torch/csrc/api/include/torch
copying torch/csrc/api/include/torch/utils.h -> torch/lib/include/torch/csrc/api/include/torch
creating 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/modules.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/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/rnn.h -> 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/linear.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/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/conv.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/init.h -> torch/lib/include/torch/csrc/api/include/torch/nn
copying torch/csrc/api/include/torch/nn/cloneable.h -> torch/lib/include/torch/csrc/api/include/torch/nn
copying torch/csrc/api/include/torch/serialization.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/lbfgs.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/sgd.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/torch.h -> torch/lib/include/torch/csrc/api/include/torch
copying torch/csrc/api/include/torch/optim.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/nn.h -> 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/expanding_array.h -> torch/lib/include/torch/csrc/api/include/torch
copying torch/csrc/api/include/torch/tensor.h -> torch/lib/include/torch/csrc/api/include/torch
copying torch/csrc/api/README.md -> torch/lib/include/torch/csrc/api
creating torch/lib/include/torch/csrc/api/src
copying torch/csrc/api/src/utils.cpp -> 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
copying torch/csrc/api/src/nn/init.cpp -> torch/lib/include/torch/csrc/api/src/nn
copying torch/csrc/api/src/nn/cursor.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/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/linear.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/modules/rnn.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/functional.cpp -> torch/lib/include/torch/csrc/api/src/nn/modules
creating 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/lbfgs.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
copying torch/csrc/api/src/optim/adam.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/sgd.cpp -> torch/lib/include/torch/csrc/api/src/optim
copying torch/csrc/api/src/cuda.cpp -> torch/lib/include/torch/csrc/api/src
creating torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/utils.h -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/utils.cpp -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/serialization.h -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/Storage.cpp -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/serialization.cpp -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/Storage.h -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/StorageSharing.cpp -> torch/lib/include/torch/csrc/generic
copying torch/csrc/generic/StorageMethods.cpp -> torch/lib/include/torch/csrc/generic
copying torch/csrc/dl.c -> torch/lib/include/torch/csrc
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
copying torch/csrc/DataLoader.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/WindowsTorchApiMacro.h -> torch/lib/include/torch/csrc
copying torch/csrc/Dtype.h -> torch/lib/include/torch/csrc
copying torch/csrc/Module.h -> torch/lib/include/torch/csrc
copying torch/csrc/THP_export.h -> torch/lib/include/torch/csrc
copying torch/csrc/finalizer.h -> torch/lib/include/torch/csrc
copying torch/csrc/Dtype.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/DynamicTypes.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/Generator.h -> torch/lib/include/torch/csrc
copying torch/csrc/Size.cpp -> torch/lib/include/torch/csrc
copying torch/csrc/PythonTypes.h -> torch/lib/include/torch/csrc
creating torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/attr.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/embed.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/numpy.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/pybind11.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/operators.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/iostream.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/chrono.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/stl_bind.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/buffer_info.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/options.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/functional.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/stl.h -> torch/lib/include/pybind11
creating 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/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/class.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/common.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/eval.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/cast.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/eigen.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/pytypes.h -> torch/lib/include/pybind11
copying third_party/pybind11/include/pybind11/complex.h -> torch/lib/include/pybind11
copying torch/csrc/torch.h -> torch/lib/include/torch
running build
running build_py
running create_version_file
-- Building version 0.5.0a0+ba634c1
creating build/lib.macosx-10.9-x86_64-3.5
creating build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/_storage_docs.py -> build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/version.py -> build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/_torch_docs.py -> build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/_utils_internal.py -> build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/_tensor_docs.py -> build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/_six.py -> build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/random.py -> build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/_tensor_str.py -> build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/tensor.py -> build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/functional.py -> build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/storage.py -> build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/serialization.py -> build/lib.macosx-10.9-x86_64-3.5/torch
copying torch/_utils.py -> build/lib.macosx-10.9-x86_64-3.5/torch
creating build/lib.macosx-10.9-x86_64-3.5/torch/nn
copying torch/nn/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn
copying torch/nn/functional.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn
copying torch/nn/init.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn
copying torch/nn/grad.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn
copying torch/nn/parameter.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn
creating build/lib.macosx-10.9-x86_64-3.5/torch/onnx
copying torch/onnx/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/onnx
copying torch/onnx/symbolic.py -> build/lib.macosx-10.9-x86_64-3.5/torch/onnx
copying torch/onnx/utils.py -> build/lib.macosx-10.9-x86_64-3.5/torch/onnx
copying torch/onnx/operators.py -> build/lib.macosx-10.9-x86_64-3.5/torch/onnx
creating build/lib.macosx-10.9-x86_64-3.5/torch/distributed
copying torch/distributed/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributed
copying torch/distributed/launch.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributed
copying torch/distributed/remote_types.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributed
creating build/lib.macosx-10.9-x86_64-3.5/torch/autograd
copying torch/autograd/anomaly_mode.py -> build/lib.macosx-10.9-x86_64-3.5/torch/autograd
copying torch/autograd/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/autograd
copying torch/autograd/variable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/autograd
copying torch/autograd/grad_mode.py -> build/lib.macosx-10.9-x86_64-3.5/torch/autograd
copying torch/autograd/gradcheck.py -> build/lib.macosx-10.9-x86_64-3.5/torch/autograd
copying torch/autograd/profiler.py -> build/lib.macosx-10.9-x86_64-3.5/torch/autograd
copying torch/autograd/function.py -> build/lib.macosx-10.9-x86_64-3.5/torch/autograd
creating build/lib.macosx-10.9-x86_64-3.5/torch/multiprocessing
copying torch/multiprocessing/queue.py -> build/lib.macosx-10.9-x86_64-3.5/torch/multiprocessing
copying torch/multiprocessing/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/multiprocessing
copying torch/multiprocessing/reductions.py -> build/lib.macosx-10.9-x86_64-3.5/torch/multiprocessing
copying torch/multiprocessing/pool.py -> build/lib.macosx-10.9-x86_64-3.5/torch/multiprocessing
creating build/lib.macosx-10.9-x86_64-3.5/torch/cuda
copying torch/cuda/streams.py -> build/lib.macosx-10.9-x86_64-3.5/torch/cuda
copying torch/cuda/error.py -> build/lib.macosx-10.9-x86_64-3.5/torch/cuda
copying torch/cuda/comm.py -> build/lib.macosx-10.9-x86_64-3.5/torch/cuda
copying torch/cuda/nccl.py -> build/lib.macosx-10.9-x86_64-3.5/torch/cuda
copying torch/cuda/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/cuda
copying torch/cuda/random.py -> build/lib.macosx-10.9-x86_64-3.5/torch/cuda
copying torch/cuda/sparse.py -> build/lib.macosx-10.9-x86_64-3.5/torch/cuda
copying torch/cuda/nvtx.py -> build/lib.macosx-10.9-x86_64-3.5/torch/cuda
copying torch/cuda/profiler.py -> build/lib.macosx-10.9-x86_64-3.5/torch/cuda
creating build/lib.macosx-10.9-x86_64-3.5/torch/backends
copying torch/backends/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/backends
creating build/lib.macosx-10.9-x86_64-3.5/torch/optim
copying torch/optim/lr_scheduler.py -> build/lib.macosx-10.9-x86_64-3.5/torch/optim
copying torch/optim/rmsprop.py -> build/lib.macosx-10.9-x86_64-3.5/torch/optim
copying torch/optim/sparse_adam.py -> build/lib.macosx-10.9-x86_64-3.5/torch/optim
copying torch/optim/rprop.py -> build/lib.macosx-10.9-x86_64-3.5/torch/optim
copying torch/optim/sgd.py -> build/lib.macosx-10.9-x86_64-3.5/torch/optim
copying torch/optim/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/optim
copying torch/optim/adamax.py -> build/lib.macosx-10.9-x86_64-3.5/torch/optim
copying torch/optim/adagrad.py -> build/lib.macosx-10.9-x86_64-3.5/torch/optim
copying torch/optim/lbfgs.py -> build/lib.macosx-10.9-x86_64-3.5/torch/optim
copying torch/optim/adam.py -> build/lib.macosx-10.9-x86_64-3.5/torch/optim
copying torch/optim/optimizer.py -> build/lib.macosx-10.9-x86_64-3.5/torch/optim
copying torch/optim/asgd.py -> build/lib.macosx-10.9-x86_64-3.5/torch/optim
copying torch/optim/adadelta.py -> build/lib.macosx-10.9-x86_64-3.5/torch/optim
creating build/lib.macosx-10.9-x86_64-3.5/torch/legacy
copying torch/legacy/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy
creating build/lib.macosx-10.9-x86_64-3.5/torch/utils
copying torch/utils/hooks.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils
copying torch/utils/checkpoint.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils
copying torch/utils/file_baton.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils
copying torch/utils/model_zoo.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils
copying torch/utils/collect_env.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils
copying torch/utils/dlpack.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils
copying torch/utils/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils
copying torch/utils/cpp_extension.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils
creating build/lib.macosx-10.9-x86_64-3.5/torch/contrib
copying torch/contrib/_graph_vis.py -> build/lib.macosx-10.9-x86_64-3.5/torch/contrib
copying torch/contrib/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/contrib
copying torch/contrib/_tensorboard_vis.py -> build/lib.macosx-10.9-x86_64-3.5/torch/contrib
creating build/lib.macosx-10.9-x86_64-3.5/torch/testing
copying torch/testing/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/testing
creating build/lib.macosx-10.9-x86_64-3.5/torch/jit
copying torch/jit/frontend.py -> build/lib.macosx-10.9-x86_64-3.5/torch/jit
copying torch/jit/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/jit
copying torch/jit/annotations.py -> build/lib.macosx-10.9-x86_64-3.5/torch/jit
copying torch/jit/batchop.py -> build/lib.macosx-10.9-x86_64-3.5/torch/jit
creating build/lib.macosx-10.9-x86_64-3.5/torch/sparse
copying torch/sparse/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/sparse
creating build/lib.macosx-10.9-x86_64-3.5/torch/for_onnx
copying torch/for_onnx/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/for_onnx
creating build/lib.macosx-10.9-x86_64-3.5/torch/_thnn
copying torch/_thnn/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/_thnn
copying torch/_thnn/utils.py -> build/lib.macosx-10.9-x86_64-3.5/torch/_thnn
creating build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/laplace.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/relaxed_bernoulli.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/categorical.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/transforms.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/dirichlet.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/log_normal.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/transformed_distribution.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/geometric.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/studentT.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/multivariate_normal.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/normal.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/poisson.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/beta.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/half_normal.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/relaxed_categorical.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/half_cauchy.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/independent.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/multinomial.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/exponential.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/pareto.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/cauchy.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/distribution.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/gumbel.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/constraint_registry.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/utils.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/kl.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/fishersnedecor.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/constraints.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/uniform.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/bernoulli.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/exp_family.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/logistic_normal.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/one_hot_categorical.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/gamma.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/chi2.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
copying torch/distributions/binomial.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributions
creating build/lib.macosx-10.9-x86_64-3.5/torch/nn/parallel
copying torch/nn/parallel/parallel_apply.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/parallel
copying torch/nn/parallel/scatter_gather.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/parallel
copying torch/nn/parallel/distributed_c10d.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/parallel
copying torch/nn/parallel/replicate.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/parallel
copying torch/nn/parallel/_functions.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/parallel
copying torch/nn/parallel/data_parallel.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/parallel
copying torch/nn/parallel/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/parallel
copying torch/nn/parallel/distributed_cpu.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/parallel
copying torch/nn/parallel/distributed.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/parallel
creating build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions
copying torch/nn/_functions/vision.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions
copying torch/nn/_functions/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions
copying torch/nn/_functions/packing.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions
copying torch/nn/_functions/dropout.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions
copying torch/nn/_functions/rnn.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions
copying torch/nn/_functions/padding.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions
creating build/lib.macosx-10.9-x86_64-3.5/torch/nn/backends
copying torch/nn/backends/backend.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/backends
copying torch/nn/backends/thnn.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/backends
copying torch/nn/backends/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/backends
creating build/lib.macosx-10.9-x86_64-3.5/torch/nn/utils
copying torch/nn/utils/spectral_norm.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/utils
copying torch/nn/utils/convert_parameters.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/utils
copying torch/nn/utils/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/utils
copying torch/nn/utils/weight_norm.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/utils
copying torch/nn/utils/rnn.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/utils
copying torch/nn/utils/clip_grad.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/utils
creating build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/upsampling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/instancenorm.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/batchnorm.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/linear.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/pooling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/distance.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/container.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/pixelshuffle.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/adaptive.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/loss.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/activation.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/utils.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/sparse.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/module.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/dropout.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/conv.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/normalization.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/rnn.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/padding.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
copying torch/nn/modules/fold.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/modules
creating build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/rnnFusedPointwise.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/auto_symbolic.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/sparse.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/normalization.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/fold.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/auto.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions/thnn
copying torch/nn/_functions/thnn/auto_double_backwards.py -> build/lib.macosx-10.9-x86_64-3.5/torch/nn/_functions/thnn
creating build/lib.macosx-10.9-x86_64-3.5/torch/distributed/c10d
copying torch/distributed/c10d/rendezvous.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributed/c10d
copying torch/distributed/c10d/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/distributed/c10d
creating build/lib.macosx-10.9-x86_64-3.5/torch/autograd/_functions
copying torch/autograd/_functions/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/autograd/_functions
copying torch/autograd/_functions/tensor.py -> build/lib.macosx-10.9-x86_64-3.5/torch/autograd/_functions
copying torch/autograd/_functions/utils.py -> build/lib.macosx-10.9-x86_64-3.5/torch/autograd/_functions
creating build/lib.macosx-10.9-x86_64-3.5/torch/backends/cuda
copying torch/backends/cuda/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/backends/cuda
creating build/lib.macosx-10.9-x86_64-3.5/torch/backends/mkl
copying torch/backends/mkl/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/backends/mkl
creating build/lib.macosx-10.9-x86_64-3.5/torch/backends/cudnn
copying torch/backends/cudnn/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/backends/cudnn
copying torch/backends/cudnn/rnn.py -> build/lib.macosx-10.9-x86_64-3.5/torch/backends/cudnn
creating build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/FlattenTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/VolumetricDropout.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialContrastiveNormalization.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/VolumetricMaxUnpooling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/CrossEntropyCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/DepthConcat.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/PartialLinear.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialAveragePooling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SplitTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/TemporalMaxPooling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Max.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/L1Cost.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Cosine.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/AddConstant.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/VolumetricMaxPooling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/PairwiseDistance.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/CosineEmbeddingCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SoftMarginCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Tanh.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialUpSamplingNearest.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/CMul.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/MaskedSelect.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/TanhShrink.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialConvolutionLocal.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/DistKLDivCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SoftSign.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Add.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialSubtractiveNormalization.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/MarginRankingCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Contiguous.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/CosineDistance.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Index.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/VolumetricAveragePooling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/JoinTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Sqrt.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Concat.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Log.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Narrow.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/L1HingeEmbeddingCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/LogSigmoid.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialBatchNormalization.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/MSECriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Linear.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialReflectionPadding.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialFullConvolution.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/MultiLabelSoftMarginCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/CDivTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/BCECriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Normalize.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/AbsCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/ConcatTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Replicate.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Bilinear.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Reshape.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialReplicationPadding.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/L1Penalty.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/ParallelTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/MV.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/CAddTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/MultiMarginCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SoftShrink.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/LeakyReLU.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Abs.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SelectTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/CSubTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Copy.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/VolumetricFullConvolution.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/HingeEmbeddingCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/LogSoftMax.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/BatchNormalization.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/LookupTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/MultiLabelMarginCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SoftMin.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/CriterionTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialMaxUnpooling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Threshold.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Container.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/VolumetricConvolution.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Min.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Mean.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/TemporalSubSampling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/TemporalConvolution.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/VolumetricReplicationPadding.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Clamp.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Mul.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/ReLU6.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Sequential.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/MulConstant.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialFractionalMaxPooling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/HardTanh.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/HardShrink.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/VolumetricBatchNormalization.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/View.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Transpose.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/MixtureTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialDropout.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/utils.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/PReLU.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SmoothL1Criterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/ClassSimplexCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/GradientReversal.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/MultiCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/RReLU.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/ReLU.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/ParallelCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialMaxPooling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/DotProduct.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialConvolutionMap.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/MM.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/NarrowTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialSoftMax.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Unsqueeze.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialSubSampling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialConvolution.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/MarginCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialDivisiveNormalization.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Module.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Dropout.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Sum.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialCrossMapLRN.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialZeroPadding.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Select.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/ClassNLLCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Square.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Criterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/WeightedMSECriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialLPPooling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/CMulTable.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Parallel.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/ELU.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialDilatedConvolution.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SoftPlus.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Sigmoid.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Squeeze.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialAdaptiveMaxPooling.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Identity.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialFullConvolutionMap.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Exp.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Padding.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SpatialClassNLLCriterion.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/SoftMax.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Power.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/WeightedEuclidean.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
copying torch/legacy/nn/Euclidean.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/nn
creating build/lib.macosx-10.9-x86_64-3.5/torch/legacy/optim
copying torch/legacy/optim/rmsprop.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/optim
copying torch/legacy/optim/cg.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/optim
copying torch/legacy/optim/nag.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/optim
copying torch/legacy/optim/rprop.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/optim
copying torch/legacy/optim/sgd.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/optim
copying torch/legacy/optim/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/optim
copying torch/legacy/optim/adamax.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/optim
copying torch/legacy/optim/adagrad.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/optim
copying torch/legacy/optim/lbfgs.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/optim
copying torch/legacy/optim/adam.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/optim
copying torch/legacy/optim/asgd.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/optim
copying torch/legacy/optim/adadelta.py -> build/lib.macosx-10.9-x86_64-3.5/torch/legacy/optim
creating build/lib.macosx-10.9-x86_64-3.5/torch/utils/serialization
copying torch/utils/serialization/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/serialization
copying torch/utils/serialization/read_lua_file.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/serialization
creating build/lib.macosx-10.9-x86_64-3.5/torch/utils/backcompat
copying torch/utils/backcompat/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/backcompat
creating build/lib.macosx-10.9-x86_64-3.5/torch/utils/bottleneck
copying torch/utils/bottleneck/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/bottleneck
copying torch/utils/bottleneck/__main__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/bottleneck
creating build/lib.macosx-10.9-x86_64-3.5/torch/utils/ffi
copying torch/utils/ffi/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/ffi
creating build/lib.macosx-10.9-x86_64-3.5/torch/utils/data
copying torch/utils/data/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/data
copying torch/utils/data/dataset.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/data
copying torch/utils/data/distributed.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/data
copying torch/utils/data/dataloader.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/data
copying torch/utils/data/sampler.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/data
creating build/lib.macosx-10.9-x86_64-3.5/torch/utils/trainer
copying torch/utils/trainer/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/trainer
copying torch/utils/trainer/trainer.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/trainer
creating build/lib.macosx-10.9-x86_64-3.5/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/time.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/monitor.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/__init__.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/logger.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/loss.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/plugin.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/progress.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/trainer/plugins
copying torch/utils/trainer/plugins/accuracy.py -> build/lib.macosx-10.9-x86_64-3.5/torch/utils/trainer/plugins
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib
copying torch/lib/libtorch.dylib -> build/lib.macosx-10.9-x86_64-3.5/torch/lib
copying torch/lib/libcaffe2.dylib -> build/lib.macosx-10.9-x86_64-3.5/torch/lib
copying torch/lib/libtorch.1.dylib -> build/lib.macosx-10.9-x86_64-3.5/torch/lib
copying torch/lib/libshm.dylib -> build/lib.macosx-10.9-x86_64-3.5/torch/lib
copying torch/lib/torch_shm_manager -> build/lib.macosx-10.9-x86_64-3.5/torch/lib
copying torch/lib/THNN.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib
copying torch/lib/THCUNN.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Type.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Formatting.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUHalfTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Error.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Half.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUShortTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Utils.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorOptions.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUDoubleTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorUtils.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUShortStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Retainable.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/DLConvertor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/AlignOf.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Device.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUIntType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDALongType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUIntType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUFloatType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUCharStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/dlpack.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Half-inl.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Config.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUCharTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDACharType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Backtrace.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUShortType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPULongType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDALongStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAStream.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUHalfStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAFloatTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUGenerator.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDALongType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUFloatType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUCharType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAIntTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUByteStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/WrapDimUtils.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAGuard.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUIntStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/ScalarTypeUtils.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUHalfType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDACharType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Context.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUShortType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDADoubleStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDADoubleType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/ExpandUtils.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPULongType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDALongTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUFixedAllocator.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAHalfType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUCharType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Registry.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/optional.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Scalar.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseTensorRef.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUByteTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CheckGenerator.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/ArrayRef.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAFloatStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/MatrixRef.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/ATen.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDADoubleTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAFloatType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Layout.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseTensorImpl.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUDoubleType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/UndefinedTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/RegisterCUDA.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAByteType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUGeneral.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/WrapDimUtilsMulti.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Allocator.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDACharTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/OptionsGuard.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorImpl.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorMethods.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAShortType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAHalfTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorOperators.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/ScalarType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Storage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/DeviceGuard.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDADoubleType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAByteStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/ATenGeneral.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUFloatTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Deprecated.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Dispatch.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPULongStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Functions.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorBase.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAShortStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAHalfStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAIntType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUDoubleType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUApplyUtils.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/NativeFunctions.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPULongTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorGeometry.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAShortType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUByteType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDACharStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/THLongStorageView.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCUDAFloatType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAByteTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAIntType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUFloatStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Parallel.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/DimVector.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAGenerator.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SmallVector.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Tensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/UndefinedType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/SparseCPUByteType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAIntStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/Generator.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUIntTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAShortTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/AccumulateType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CPUDoubleStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/CUDAByteType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
copying torch/lib/include/ATen/TensorAccessor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/detail
copying torch/lib/include/ATen/detail/CUDAHooksInterface.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/detail
copying torch/lib/include/ATen/detail/VariableHooksInterface.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/detail
copying torch/lib/include/ATen/detail/UniqueVoidPtr.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/detail
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDAConfig.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDAStream.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDAContext.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDAGuard.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/Exceptions.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDAHalf.cuh -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda
copying torch/lib/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/detail
copying torch/lib/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/detail
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cudnn/Handles.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cudnn/Utils.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cudnn/Types.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cudnn/Descriptors.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cudnn/Exceptions.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cudnn
copying torch/lib/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/detail
copying torch/lib/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/detail
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/attr.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/embed.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/numpy.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/pybind11.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/operators.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/iostream.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/chrono.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/stl_bind.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/buffer_info.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/options.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/functional.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/stl.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/common.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/eval.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/cast.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/eigen.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/pytypes.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
copying torch/lib/include/pybind11/complex.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11/detail
copying torch/lib/include/pybind11/detail/typeid.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11/detail
copying torch/lib/include/pybind11/detail/descr.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11/detail
copying torch/lib/include/pybind11/detail/internals.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11/detail
copying torch/lib/include/pybind11/detail/common.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11/detail
copying torch/lib/include/pybind11/detail/class.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11/detail
copying torch/lib/include/pybind11/detail/init.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/pybind11/detail
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THTypeConversion.hpp -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THTensorDimApply.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THBlas.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THFilePrivate.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateFloatType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THFile.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateDoubleType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateShortType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateIntTypes.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateLongType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THAllocator.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateCharType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THSize.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THMemoryFile.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THHalf.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateHalfType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateIntType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THVector.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THGeneral.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THStorageClass.hpp -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THLapack.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THRandom.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THLogAdd.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateFloatTypes.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THMath.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THDiskFile.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/TH.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THTensorApply.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THStorageFunctions.hpp -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateAllTypes.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THTensor.hpp -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THGenerateByteType.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THStorageFunctions.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
copying torch/lib/include/TH/THGenerator.hpp -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THBlas.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorMath.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorFastGetSet.hpp -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorConv.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THStorage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorCopy.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorLapack.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensorRandom.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THVector.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THStorageCopy.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THLapack.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic
copying torch/lib/include/TH/generic/THTensor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/THNN
copying torch/lib/include/THNN/THNN.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/THNN
copying torch/lib/include/THNN/Reduction.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/THNN
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Size.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/utils.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/PtrWrapper.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Device.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/assertions.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Types.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/serialization.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Exceptions.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/THP_API.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/torch.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/DataLoader.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/THP.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/python_headers.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/variable_tensor_functions.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Layout.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/DynamicTypes.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/byte_order.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/copy_utils.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Storage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/WindowsTorchApiMacro.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Dtype.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Module.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/THP_export.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/finalizer.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/Generator.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
copying torch/lib/include/torch/csrc/PythonTypes.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_function.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/type_and_shape.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/variable_version.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/engine.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/edge.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/saved_variable.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_engine.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_hook.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/variable.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_variable.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/function_hook.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/grad_mode.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/symbolic.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/input_buffer.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/autograd.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/profiler.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/function.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
copying torch/lib/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/autograd
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/type.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/named_value.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/pybind.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/interned_strings_class.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/export.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/fusion_compiler.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/generic_if.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/operator.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/function_schema.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/interpreter.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/ir.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/graph_node_list.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/python_ir.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/argument_spec.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/attributes.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/interned_strings.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/constants.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/code_template.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/tracer.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/stack.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/resource_guard.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/variable_tensor_list.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/import.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/autodiff.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/python_tracer.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/pybind_utils.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/ivalue.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/graph_executor.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/init.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/symbolic_variable.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/source_location.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
copying torch/lib/include/torch/csrc/jit/python_arg_flatten.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/jit
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/object_ptr.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_numpy.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_tuples.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_numbers.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_scalars.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/pybind.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_types.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_arg_parser.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_new.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_list.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/invalid_arguments.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/functional.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/auto_gil.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_strings.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_conversion_dispatch.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tuple_parser.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/cuda_enabled.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/numpy_stub.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/memory.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_layouts.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_flatten.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/tensor_apply.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_compat.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/disallow_copy.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/hash.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/python_stub.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
copying torch/lib/include/torch/csrc/utils/variadic.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/utils
creating build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/utils.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/THCP.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/nccl.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/python_nccl.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/device_set.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/serialization.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/python_comm.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/cuda_check.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/comm.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/Stream.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/undef_macros.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/restore_macros.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/Storage.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/Module.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/csrc/cuda/override_macros.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch/csrc/cuda
copying torch/lib/include/torch/torch.h -> build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/torch
running build_ext
-- Building with NumPy bindings
-- Not using cuDNN
-- Not using CUDA
-- Not using MKLDNN
-- Not using NCCL
-- Building without 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
building 'torch._C' extension
creating build/temp.macosx-10.9-x86_64-3.5
creating build/temp.macosx-10.9-x86_64-3.5/torch
creating build/temp.macosx-10.9-x86_64-3.5/torch/csrc
creating build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd
creating build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/functions
creating build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/generated
creating build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit
creating build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/batched
creating build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/passes
creating build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/passes/onnx
creating build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/script
creating build/temp.macosx-10.9-x86_64-3.5/torch/csrc/nn
creating build/temp.macosx-10.9-x86_64-3.5/torch/csrc/onnx
creating build/temp.macosx-10.9-x86_64-3.5/torch/csrc/tensor
creating build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/DataLoader.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/Dtype.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/Exceptions.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/Layout.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/PtrWrapper.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/Storage.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/generated/python_functions.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/generated/python_torch_functions.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/Size.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/Module.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/Device.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/DynamicTypes.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/generated/python_nn_functions.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/Generator.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/init.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/python_cpp_function.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/python_function.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/python_engine.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/python_legacy_variable.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/python_variable_indexing.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/finalizer.cpp -o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/finalizer.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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/batched/BatchTensor.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/python_variable.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/byte_order.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/python_anomaly_mode.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/init.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/passes/onnx/fixup_onnx_loop.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/python_hook.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/passes/to_batch.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/python_interpreter.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/python_tracer.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/passes/onnx/peephole.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/functions/init.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/script/lexer.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/script/python_tree_views.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/script/module.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/python_ir.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/onnx/init.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/python_arg_flatten.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/passes/onnx.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/jit/script/init.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/tensor/python_tensor.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/cuda_lazy_init.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/invalid_arguments.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/object_ptr.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/python_arg_parser.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/serialization.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/tensor_apply.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/tensor_dtypes.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/tensor_layouts.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/tensor_list.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/tensor_conversion_dispatch.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/tensor_flatten.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/nn/THNN.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/tensor_new.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/tensor_types.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/tuple_parser.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/utils/tensor_numpy.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/Documents/GitRepos/pytorch -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/TH -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN -I/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/ATen -I/Users/askates/Documents/GitRepos/pytorch/third_party/pybind11/include -I/Users/askates/Documents/GitRepos/pytorch/torch/csrc -Ibuild/third_party -I/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/numpy/core/include -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/autograd/generated/python_variable_methods.cpp -o build/temp.macosx-10.9-x86_64-3.5/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 -DUSE_NUMPY
clang -bundle -undefined dynamic_lookup -Wl,-rpath,/Users/askates/anaconda3/envs/torch_gpu/lib -L/Users/askates/anaconda3/envs/torch_gpu/lib -headerpad_max_install_names -headerpad_max_install_names -mmacosx-version-min=10.9 -lc++ -Wl,-rpath,/Users/askates/anaconda3/envs/torch_gpu/lib -L/Users/askates/anaconda3/envs/torch_gpu/lib -arch x86_64 build/temp.macosx-10.9-x86_64-3.5/torch/csrc/DataLoader.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/Device.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/Dtype.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/DynamicTypes.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/Exceptions.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/Generator.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/Layout.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/Module.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/PtrWrapper.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/Size.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/Storage.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/functions/init.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/generated/python_functions.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/generated/python_nn_functions.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/generated/python_torch_functions.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/generated/python_variable_methods.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/init.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/python_anomaly_mode.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/python_cpp_function.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/python_engine.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/python_function.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/python_hook.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/python_legacy_variable.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/python_variable.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/autograd/python_variable_indexing.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/byte_order.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/finalizer.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/batched/BatchTensor.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/init.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/passes/onnx.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/passes/onnx/fixup_onnx_loop.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/passes/onnx/peephole.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/passes/to_batch.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/python_arg_flatten.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/python_interpreter.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/python_ir.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/python_tracer.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/script/init.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/script/lexer.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/script/module.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/jit/script/python_tree_views.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/nn/THNN.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/onnx/init.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/serialization.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/tensor/python_tensor.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/cuda_lazy_init.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/invalid_arguments.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/object_ptr.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/python_arg_parser.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/tensor_apply.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/tensor_conversion_dispatch.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/tensor_dtypes.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/tensor_flatten.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/tensor_layouts.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/tensor_list.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/tensor_new.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/tensor_numpy.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/tensor_types.o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/utils/tuple_parser.o -L/Users/askates/Documents/GitRepos/pytorch/torch/lib -L/Users/askates/anaconda3/envs/torch_gpu/lib -lshm -o build/lib.macosx-10.9-x86_64-3.5/torch/_C.cpython-35m-darwin.so /Users/askates/Documents/GitRepos/pytorch/torch/lib/libcaffe2.dylib /Users/askates/Documents/GitRepos/pytorch/torch/lib/libprotobuf-nanopb.a /Users/askates/Documents/GitRepos/pytorch/torch/lib/libprotobuf.a /Users/askates/Documents/GitRepos/pytorch/torch/lib/libtorch.dylib -Wl,-rpath,@loader_path/lib
building 'torch._dl' extension
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/askates/anaconda3/envs/torch_gpu/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/askates/anaconda3/envs/torch_gpu/include/python3.5m -c torch/csrc/dl.c -o build/temp.macosx-10.9-x86_64-3.5/torch/csrc/dl.o
clang -bundle -undefined dynamic_lookup -Wl,-rpath,/Users/askates/anaconda3/envs/torch_gpu/lib -L/Users/askates/anaconda3/envs/torch_gpu/lib -headerpad_max_install_names -headerpad_max_install_names -mmacosx-version-min=10.9 -lc++ -Wl,-rpath,/Users/askates/anaconda3/envs/torch_gpu/lib -L/Users/askates/anaconda3/envs/torch_gpu/lib -arch x86_64 build/temp.macosx-10.9-x86_64-3.5/torch/csrc/dl.o -L/Users/askates/anaconda3/envs/torch_gpu/lib -o build/lib.macosx-10.9-x86_64-3.5/torch/_dl.cpython-35m-darwin.so
running install_lib
copying build/lib.macosx-10.9-x86_64-3.5/torch/version.py -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch
copying build/lib.macosx-10.9-x86_64-3.5/torch/_dl.cpython-35m-darwin.so -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/libtorch.dylib -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/THNN.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/libcaffe2.dylib -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/torch_shm_manager -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/THCUNN.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Type.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Formatting.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUHalfTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Error.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Half.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUShortTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Utils.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/TensorOptions.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUDoubleTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/TensorUtils.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUShortStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Retainable.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/DLConvertor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/AlignOf.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Device.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCPUIntType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCUDALongType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUIntType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUFloatType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUCharStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/dlpack.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Half-inl.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Config.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUCharTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCUDACharType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Backtrace.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUShortType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCPULongType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDALongStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAStream.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUHalfStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAFloatTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUGenerator.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDALongType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCPUFloatType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/CUDAConfig.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cuda
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/PinnedMemoryAllocator.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cuda
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/CUDAStream.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cuda
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/CUDAContext.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cuda
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/CUDAGuard.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cuda
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/Exceptions.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cuda
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/CUDAHalf.cuh -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cuda
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/CUDATensorMethods.cuh -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cuda
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/CUDAApplyUtils.cuh -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cuda
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/detail/TensorInfo.cuh -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cuda/detail
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/detail/CUDAHooks.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cuda/detail
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/detail/IndexUtils.cuh -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cuda/detail
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cuda/ATenCUDAGeneral.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cuda
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCPUCharType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAIntTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUByteStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/WrapDimUtils.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAGuard.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUIntStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/ScalarTypeUtils.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUHalfType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDACharType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Context.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCPUShortType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDADoubleStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDADoubleType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/ExpandUtils.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPULongType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDALongTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUFixedAllocator.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAHalfType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUCharType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Registry.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/optional.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Scalar.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseTensorRef.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUByteTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CheckGenerator.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/ArrayRef.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAFloatStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/MatrixRef.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/ATen.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDADoubleTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAFloatType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Layout.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseTensorImpl.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/detail/CUDAHooksInterface.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/detail
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/detail/VariableHooksInterface.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/detail
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/detail/UniqueVoidPtr.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/detail
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCPUDoubleType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/UndefinedTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/RegisterCUDA.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCUDAByteType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUGeneral.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/WrapDimUtilsMulti.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Allocator.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDACharTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/OptionsGuard.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/TensorImpl.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/TensorMethods.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAShortType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAHalfTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/TensorOperators.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/ScalarType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Storage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/DeviceGuard.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCUDADoubleType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAByteStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/ATenGeneral.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUFloatTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Deprecated.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Dispatch.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPULongStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Functions.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/TensorBase.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAShortStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAHalfStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCUDAIntType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUDoubleType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUApplyUtils.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/NativeFunctions.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPULongTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/TensorGeometry.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCUDAShortType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUByteType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDACharStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/THLongStorageView.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCUDAFloatType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAByteTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAIntType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUFloatStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Parallel.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/DimVector.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAGenerator.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SmallVector.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Tensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/UndefinedType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/SparseCPUByteType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAIntStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/Generator.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUIntTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAShortTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/AccumulateType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CPUDoubleStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/CUDAByteType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/TensorAccessor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cudnn/Handles.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cudnn
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cudnn/Utils.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cudnn
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cudnn/Types.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cudnn
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cudnn/Descriptors.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cudnn
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cudnn/Exceptions.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cudnn
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/ATen/cudnn/cudnn-wrapper.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/ATen/cudnn
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/THNN/THNN.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/THNN
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/THNN/Reduction.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/THNN
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THTypeConversion.hpp -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THTensorDimApply.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THBlas.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THFilePrivate.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THGenerateFloatType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THFile.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THGenerateDoubleType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THGenerateShortType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THGenerateIntTypes.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THGenerateLongType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THAllocator.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THGenerateCharType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THSize.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THMemoryFile.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THHalf.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THGenerateHalfType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THGenerateIntType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THVector.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THGeneral.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THStorageClass.hpp -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THLapack.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THRandom.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THLogAdd.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THGenerateFloatTypes.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic/THBlas.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH/generic
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic/THTensorMath.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH/generic
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic/THTensorFastGetSet.hpp -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH/generic
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic/THTensorConv.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH/generic
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic/THStorage.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH/generic
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic/THTensorCopy.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH/generic
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic/THTensorLapack.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH/generic
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic/THTensorRandom.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH/generic
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic/THVector.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH/generic
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic/THStorageCopy.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH/generic
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic/THLapack.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH/generic
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/generic/THTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH/generic
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THTensor.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THMath.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THDiskFile.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/TH.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THTensorApply.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THStorageFunctions.hpp -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THGenerateAllTypes.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THTensor.hpp -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THGenerateByteType.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THStorageFunctions.h -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/include/TH/THGenerator.hpp -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib/include/TH
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/libtorch.1.dylib -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib
copying build/lib.macosx-10.9-x86_64-3.5/torch/lib/libshm.dylib -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/lib
copying build/lib.macosx-10.9-x86_64-3.5/torch/_C.cpython-35m-darwin.so -> /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch
byte-compiling /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch/version.py to version.cpython-35.pyc
running install_egg_info
running egg_info
creating torch.egg-info
writing torch.egg-info/PKG-INFO
writing top-level names to torch.egg-info/top_level.txt
writing dependency_links to torch.egg-info/dependency_links.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'
removing '/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch-0.5.0a0+ba634c1-py3.5.egg-info' (and everything under it)
Copying torch.egg-info to /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages/torch-0.5.0a0+ba634c1-py3.5.egg-info
running install_scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment