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/d85aa9738358a524513152750387a41f to your computer and use it in GitHub Desktop.
Save alexskates/d85aa9738358a524513152750387a41f to your computer and use it in GitHub Desktop.
(torch_gpu) Alexs-Macbook-2:pytorch askates$ MACOSX_DEPLOYMENT_TARGET=10.13 CC=clang CXX=clang++ NO_CUDA=1 NO_DISTRIBUTED=1 python setup.py install > ../install_log.txt
+ USE_CUDA=0
+ USE_ROCM=0
+ USE_NNPACK=0
+ USE_MKLDNN=0
+ USE_GLOO_IBVERBS=0
+ USE_DISTRIBUTED_MW=0
+ FULL_CAFFE2=0
+ [[ 4 -gt 0 ]]
+ case "$1" in
+ USE_NNPACK=1
+ shift
+ [[ 3 -gt 0 ]]
+ case "$1" in
+ break
+ CMAKE_INSTALL='make install'
+ USER_CFLAGS=
+ USER_LDFLAGS=
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
++ uname
+ '[' Darwin == Darwin ']'
+ '[' -d /usr/local/opt/ccache/libexec ']'
++ dirname tools/build_pytorch_libs.sh
+ cd tools/..
+++ pwd
++ printf '%q\n' /Users/askates/Documents/GitRepos/pytorch
+ PWD=/Users/askates/Documents/GitRepos/pytorch
+ BASE_DIR=/Users/askates/Documents/GitRepos/pytorch
+ TORCH_LIB_DIR=/Users/askates/Documents/GitRepos/pytorch/torch/lib
+ INSTALL_DIR=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install
+ THIRD_PARTY_DIR=/Users/askates/Documents/GitRepos/pytorch/third_party
+ CMAKE_VERSION=cmake
+ C_FLAGS=' -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/THC" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCUNN"'
+ C_FLAGS=' -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/THC" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1'
+ LDFLAGS='-L"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib" '
+ LD_POSTFIX=.so
++ uname
+ [[ Darwin == \D\a\r\w\i\n ]]
+ LDFLAGS='-L"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib" -Wl,-rpath,@loader_path'
+ LD_POSTFIX=.dylib
+ CPP_FLAGS=' -std=c++11 '
+ GLOO_FLAGS=
+ THD_FLAGS=
+ NCCL_ROOT_DIR=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install
+ [[ 0 -eq 1 ]]
+ [[ 0 -eq 1 ]]
+ [[ 0 -eq 1 ]]
+ CWRAP_FILES='/Users/askates/Documents/GitRepos/pytorch/torch/lib/ATen/Declarations.cwrap;/Users/askates/Documents/GitRepos/pytorch/torch/lib/THNN/generic/THNN.h;/Users/askates/Documents/GitRepos/pytorch/torch/lib/THCUNN/generic/THCUNN.h;/Users/askates/Documents/GitRepos/pytorch/torch/lib/ATen/nn.yaml'
+ CUDA_NVCC_FLAGS=' -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/THC" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1'
+ [[ -z '' ]]
+ CUDA_DEVICE_DEBUG=0
+ '[' -z 8 ']'
+ BUILD_TYPE=Release
+ [[ -n '' ]]
+ [[ -n '' ]]
+ echo 'Building in Release mode'
+ mkdir -p torch/lib/tmp_install
+ for arg in '"$@"'
+ [[ caffe2 == \n\c\c\l ]]
+ [[ caffe2 == \g\l\o\o ]]
+ [[ caffe2 == \c\a\f\f\e\2 ]]
+ pushd /Users/askates/Documents/GitRepos/pytorch
+ build_caffe2
+ [[ -z '' ]]
+ EXTRA_CAFFE2_CMAKE_FLAGS=()
+ [[ -n '' ]]
+ [[ -n /Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages ]]
+ EXTRA_CAFFE2_CMAKE_FLAGS+=("-DCMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH")
+ mkdir -p build
+ pushd build
+ cmake .. -DBUILDING_WITH_TORCH_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_CAFFE2=0 -DBUILD_TORCH=ON -DBUILD_ATEN=ON -DBUILD_PYTHON=0 -DBUILD_BINARY=OFF -DBUILD_SHARED_LIBS=ON -DONNX_NAMESPACE=onnx_torch -DUSE_CUDA=0 -DUSE_ROCM=0 -DUSE_NNPACK=1 -DCUDNN_INCLUDE_DIR= -DCUDNN_LIB_DIR= -DCUDNN_LIBRARY= -DUSE_MKLDNN=0 -DMKLDNN_INCLUDE_DIR= -DMKLDNN_LIB_DIR= -DMKLDNN_LIBRARY= -DCMAKE_INSTALL_PREFIX=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_C_FLAGS= -DCMAKE_CXX_FLAGS= '-DCMAKE_EXE_LINKER_FLAGS=-L"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib" -Wl,-rpath,@loader_path ' '-DCMAKE_SHARED_LINKER_FLAGS=-L"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib" -Wl,-rpath,@loader_path ' -DCMAKE_PREFIX_PATH=/Users/askates/anaconda3/envs/torch_gpu/lib/python3.5/site-packages
CMake Warning at cmake/Dependencies.cmake:257 (message):
NUMA is currently only supported under Linux.
Call Stack (most recent call first):
CMakeLists.txt:183 (include)
CMake Warning at cmake/Dependencies.cmake:330 (find_package):
By not providing "FindEigen3.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Eigen3", but
CMake did not find one.
Could not find a package configuration file provided by "Eigen3" with any
of the following names:
Eigen3Config.cmake
eigen3-config.cmake
Add the installation prefix of "Eigen3" to CMAKE_PREFIX_PATH or set
"Eigen3_DIR" to a directory containing one of the above files. If "Eigen3"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
CMakeLists.txt:183 (include)
CMake Warning at cmake/Dependencies.cmake:576 (message):
Not using CUDA, so disabling NCCL. Suppress this warning with
-DUSE_NCCL=OFF.
Call Stack (most recent call first):
CMakeLists.txt:183 (include)
disabling CUDA because NOT USE_CUDA is set
disabling CUDA because USE_CUDA is set false
Target system: Darwin-17.7.0
Target processor: x86_64
Host system: Darwin-17.7.0
Host processor: x86_64
Detected C compiler: Clang @ /Users/askates/anaconda3/envs/torch_gpu/bin/clang
CMake Warning at CMakeLists.txt:347 (message):
Generated cmake files are only fully tested if one builds with system glog,
gflags, and protobuf. Other settings may generate files that are not well
tested.
CMake Warning:
Manually-specified variables were not used by the project:
CUDNN_INCLUDE_DIR
CUDNN_LIBRARY
CUDNN_LIB_DIR
+ make install -j8
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf-lite.a(arenastring.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf-lite.a(atomicops_internals_x86_msvc.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf-lite.a(io_win32.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf-lite.a(arenastring.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf-lite.a(atomicops_internals_x86_msvc.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf-lite.a(io_win32.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf.a(arenastring.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf.a(atomicops_internals_x86_msvc.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf.a(io_win32.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf.a(gzip_stream.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf.a(error_listener.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf.a(arenastring.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf.a(atomicops_internals_x86_msvc.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf.a(io_win32.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf.a(gzip_stream.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../lib/libprotobuf.a(error_listener.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../lib/libcaffe2_protos.a(dummy.cpp.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../lib/libcaffe2_protos.a(dummy.cpp.o) has no symbols
warning: /Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: ../lib/libcaffe2_protos.a the table of contents is empty (no object file members in the library define global symbols)
/Users/askates/Documents/GitRepos/pytorch/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:125:10: warning: comparison of two values
with different enumeration types in switch statement ('FieldDescriptor::CppType' and 'google::protobuf::internal::WireFormatLite::CppType')
[-Wenum-compare-switch]
case internal::WireFormatLite::CPPTYPE_STRING:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/askates/Documents/GitRepos/pytorch/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:123:10: warning: comparison of two values
with different enumeration types in switch statement ('FieldDescriptor::CppType' and 'google::protobuf::internal::WireFormatLite::CppType')
[-Wenum-compare-switch]
case internal::WireFormatLite::CPPTYPE_BOOL:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/askates/Documents/GitRepos/pytorch/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:122:10: warning: comparison of two values
with different enumeration types in switch statement ('FieldDescriptor::CppType' and 'google::protobuf::internal::WireFormatLite::CppType')
[-Wenum-compare-switch]
case internal::WireFormatLite::CPPTYPE_DOUBLE:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/askates/Documents/GitRepos/pytorch/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:121:10: warning: comparison of two values
with different enumeration types in switch statement ('FieldDescriptor::CppType' and 'google::protobuf::internal::WireFormatLite::CppType')
[-Wenum-compare-switch]
case internal::WireFormatLite::CPPTYPE_FLOAT:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/askates/Documents/GitRepos/pytorch/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:120:10: warning: comparison of two values
with different enumeration types in switch statement ('FieldDescriptor::CppType' and 'google::protobuf::internal::WireFormatLite::CppType')
[-Wenum-compare-switch]
case internal::WireFormatLite::CPPTYPE_UINT64:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/askates/Documents/GitRepos/pytorch/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:119:10: warning: comparison of two values
with different enumeration types in switch statement ('FieldDescriptor::CppType' and 'google::protobuf::internal::WireFormatLite::CppType')
[-Wenum-compare-switch]
case internal::WireFormatLite::CPPTYPE_UINT32:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/askates/Documents/GitRepos/pytorch/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:118:10: warning: comparison of two values
with different enumeration types in switch statement ('FieldDescriptor::CppType' and 'google::protobuf::internal::WireFormatLite::CppType')
[-Wenum-compare-switch]
case internal::WireFormatLite::CPPTYPE_INT64:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/askates/Documents/GitRepos/pytorch/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:117:10: warning: comparison of two values
with different enumeration types in switch statement ('FieldDescriptor::CppType' and 'google::protobuf::internal::WireFormatLite::CppType')
[-Wenum-compare-switch]
case internal::WireFormatLite::CPPTYPE_INT32:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/askates/Documents/GitRepos/pytorch/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:116:10: warning: comparison of two values
with different enumeration types in switch statement ('FieldDescriptor::CppType' and 'google::protobuf::internal::WireFormatLite::CppType')
[-Wenum-compare-switch]
case internal::WireFormatLite::CPPTYPE_ENUM:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 warnings generated.
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../lib/libonnx.a(defs.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../lib/libonnx.a(defs.cc.o) has no symbols
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<unsigned char, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<signed char, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<double, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<float, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<int, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<long long, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<short, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<unsigned char, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<signed char, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<double, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<float, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<int, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<long long, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<short, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
28 warnings generated.
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<unsigned char, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<signed char, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<double, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<float, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<int, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<long long, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<short, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<unsigned char, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<signed char, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<double, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<float, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<int, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<long long, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<short, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp:98:48: warning: lambda capture 'cols_rounded' is not
used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
28 warnings generated.
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<unsigned char, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<signed char, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<double, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<float, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<int, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<long long, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:176:40: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<short, std::plus, 0>::apply' requested here
Reduction<scalar_t, std::plus, 0>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<unsigned char, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<signed char, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<double, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<float, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<int, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<long long, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:42: warning: lambda capture 'cols' is not used
[-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:182:46: note: in instantiation of member function
'at::native::(anonymous namespace)::Reduction<short, std::multiplies, 1>::apply' requested here
Reduction<scalar_t, std::multiplies, 1>::apply(result, self, dim);
^
/Users/askates/Documents/GitRepos/pytorch/build/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:98:48: warning: lambda capture 'cols_rounded' is
not used [-Wunused-lambda-capture]
[out_, data_, n, stride, rows, cols, cols_rounded, size](
^
28 warnings generated.
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: direct access in function 'google::protobuf::internal::ExtensionSet::MutableString(int, unsigned char, google::protobuf::FieldDescriptor const*)' from file '../lib/libprotobuf.a(extension_set.cc.o)' to global weak symbol 'void google::protobuf::internal::arena_destruct_object<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(void*)' from file '/Users/askates/Documents/GitRepos/pytorch/build/lib/libonnx.a(ir_pb_converter.cc.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void google::protobuf::internal::RepeatedPtrFieldBase::MergeFrom<google::protobuf::internal::GenericTypeHandler<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >(google::protobuf::internal::RepeatedPtrFieldBase const&)' from file '../lib/libprotobuf.a(generated_message_reflection.cc.o)' to global weak symbol 'void google::protobuf::internal::arena_destruct_object<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(void*)' from file '/Users/askates/Documents/GitRepos/pytorch/build/lib/libonnx.a(ir_pb_converter.cc.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void google::protobuf::Arena::Own<google::protobuf::Message>(google::protobuf::Message*)' from file '../lib/libprotobuf.a(message.cc.o)' to global weak symbol 'void google::protobuf::internal::arena_delete_object<google::protobuf::Message>(void*)' from file '../lib/libonnx_proto.a(onnx_onnx_torch.pb.cc.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void google::protobuf::internal::RepeatedPtrFieldBase::AddAllocatedSlowWithCopy<google::protobuf::RepeatedPtrField<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::TypeHandler>(google::protobuf::RepeatedPtrField<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::TypeHandler::Type*, google::protobuf::Arena*, google::protobuf::Arena*)' from file '../lib/libprotobuf.a(message.cc.o)' to global weak symbol 'void google::protobuf::internal::arena_destruct_object<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(void*)' from file '/Users/askates/Documents/GitRepos/pytorch/build/lib/libonnx.a(ir_pb_converter.cc.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
/Users/askates/Documents/GitRepos/pytorch/torch/csrc/jit/tracer.cpp:47:25: warning: lambda capture 'info' is not used [-Wunused-lambda-capture]
auto assignOutput = [&info](const Variable & output, Value * value) {
^
1 warning generated.
ld: warning: directory not found for option '-L/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib'
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf-lite.a(arenastring.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf-lite.a(atomicops_internals_x86_msvc.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf-lite.a(io_win32.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf.a(arenastring.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf.a(atomicops_internals_x86_msvc.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf.a(io_win32.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf.a(gzip_stream.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf.a(error_listener.cc.o) has no symbols
/Applications/Xcode9.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libonnx.a(defs.cc.o) has no symbols
+ [[ 0 -ne 0 ]]
+ popd
++ uname
+ [[ Darwin == \D\a\r\w\i\n ]]
+ pushd /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib
+ for lib in '*.dylib'
+ echo 'Updating install_name for libcaffe2.dylib'
+ install_name_tool -id @rpath/libcaffe2.dylib libcaffe2.dylib
+ for lib in '*.dylib'
+ echo 'Updating install_name for libtorch.1.dylib'
+ install_name_tool -id @rpath/libtorch.1.dylib libtorch.1.dylib
+ for lib in '*.dylib'
+ echo 'Updating install_name for libtorch.dylib'
+ install_name_tool -id @rpath/libtorch.dylib libtorch.dylib
+ popd
+ popd
+ for arg in '"$@"'
+ [[ nanopb == \n\c\c\l ]]
+ [[ nanopb == \g\l\o\o ]]
+ [[ nanopb == \c\a\f\f\e\2 ]]
+ [[ nanopb == \T\H\D ]]
+ [[ nanopb == \l\i\b\s\h\m ]]
+ [[ nanopb == \l\i\b\s\h\m\_\w\i\n\d\o\w\s ]]
+ [[ nanopb == \c\1\0\d ]]
+ pushd /Users/askates/Documents/GitRepos/pytorch/third_party
+ build nanopb
+ mkdir -p build/nanopb
+ pushd build/nanopb
+ BUILD_C_FLAGS=
+ case $1 in
+ BUILD_C_FLAGS=' -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/THC" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fPIC -fexceptions'
+ cmake ../../nanopb -DCMAKE_MODULE_PATH=/Users/askates/Documents/GitRepos/pytorch/cmake/Modules_CUDA_fix -DTorch_FOUND=1 -DCMAKE_INSTALL_PREFIX=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install '-DCMAKE_C_FLAGS= -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/THC" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fPIC -fexceptions ' '-DCMAKE_CXX_FLAGS= -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/THC" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fPIC -fexceptions -std=c++11 ' '-DCMAKE_EXE_LINKER_FLAGS=-L"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib" -Wl,-rpath,@loader_path ' '-DCMAKE_SHARED_LINKER_FLAGS=-L"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib" -Wl,-rpath,@loader_path ' -DCMAKE_INSTALL_LIBDIR=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib '-DCUDA_NVCC_FLAGS= -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/THC" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1' -DCUDA_DEVICE_DEBUG=0 -DCMAKE_PREFIX_PATH=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install '-Dcwrap_files=/Users/askates/Documents/GitRepos/pytorch/torch/lib/ATen/Declarations.cwrap;/Users/askates/Documents/GitRepos/pytorch/torch/lib/THNN/generic/THNN.h;/Users/askates/Documents/GitRepos/pytorch/torch/lib/THCUNN/generic/THCUNN.h;/Users/askates/Documents/GitRepos/pytorch/torch/lib/ATen/nn.yaml' -DTH_INCLUDE_PATH=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -DTH_LIB_PATH=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib -DTH_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libTH.dylib -DCAFFE2_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libcaffe2.dylib -DTHNN_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libTHNN.dylib -DTHCUNN_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libTHCUNN.dylib -DTHS_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libTHS.dylib -DTHC_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libTHC.dylib -DTHCS_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libTHCS.dylib -DTH_SO_VERSION=1 -DTHC_SO_VERSION=1 -DTHNN_SO_VERSION=1 -DTHCUNN_SO_VERSION=1 -DTHD_SO_VERSION=1 -DUSE_CUDA=0 -DNO_NNPACK=0 -DNCCL_EXTERNAL=1 -Dnanopb_BUILD_GENERATOR=0 -DCMAKE_DEBUG_POSTFIX= -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1
CMake Warning:
Manually-specified variables were not used by the project:
CAFFE2_LIBRARIES
CMAKE_CXX_FLAGS
CMAKE_DEBUG_POSTFIX
CUDA_DEVICE_DEBUG
CUDA_NVCC_FLAGS
NCCL_EXTERNAL
NO_NNPACK
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIBRARIES
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
USE_CUDA
cwrap_files
+ make install -j8
+ popd
++ uname
+ [[ Darwin == \D\a\r\w\i\n ]]
+ pushd /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib
+ for lib in '*.dylib'
+ echo 'Updating install_name for libcaffe2.dylib'
+ install_name_tool -id @rpath/libcaffe2.dylib libcaffe2.dylib
+ for lib in '*.dylib'
+ echo 'Updating install_name for libtorch.1.dylib'
+ install_name_tool -id @rpath/libtorch.1.dylib libtorch.1.dylib
+ for lib in '*.dylib'
+ echo 'Updating install_name for libtorch.dylib'
+ install_name_tool -id @rpath/libtorch.dylib libtorch.dylib
+ popd
+ popd
+ for arg in '"$@"'
+ [[ libshm == \n\c\c\l ]]
+ [[ libshm == \g\l\o\o ]]
+ [[ libshm == \c\a\f\f\e\2 ]]
+ [[ libshm == \T\H\D ]]
+ [[ libshm == \l\i\b\s\h\m ]]
+ pushd /Users/askates/Documents/GitRepos/pytorch/torch/lib
+ build libshm
+ mkdir -p build/libshm
+ pushd build/libshm
+ BUILD_C_FLAGS=
+ case $1 in
+ BUILD_C_FLAGS=' -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/THC" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions'
+ cmake ../../libshm -DCMAKE_MODULE_PATH=/Users/askates/Documents/GitRepos/pytorch/cmake/Modules_CUDA_fix -DTorch_FOUND=1 -DCMAKE_INSTALL_PREFIX=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install '-DCMAKE_C_FLAGS= -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/THC" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions ' '-DCMAKE_CXX_FLAGS= -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/THC" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1 -fexceptions -std=c++11 ' '-DCMAKE_EXE_LINKER_FLAGS=-L"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib" -Wl,-rpath,@loader_path ' '-DCMAKE_SHARED_LINKER_FLAGS=-L"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib" -Wl,-rpath,@loader_path ' -DCMAKE_INSTALL_LIBDIR=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib '-DCUDA_NVCC_FLAGS= -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/THC" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCS" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THNN" -I"/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include/THCUNN" -DOMPI_SKIP_MPICXX=1' -DCUDA_DEVICE_DEBUG=0 -DCMAKE_PREFIX_PATH=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install '-Dcwrap_files=/Users/askates/Documents/GitRepos/pytorch/torch/lib/ATen/Declarations.cwrap;/Users/askates/Documents/GitRepos/pytorch/torch/lib/THNN/generic/THNN.h;/Users/askates/Documents/GitRepos/pytorch/torch/lib/THCUNN/generic/THCUNN.h;/Users/askates/Documents/GitRepos/pytorch/torch/lib/ATen/nn.yaml' -DTH_INCLUDE_PATH=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include -DTH_LIB_PATH=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib -DTH_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libTH.dylib -DCAFFE2_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libcaffe2.dylib -DTHNN_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libTHNN.dylib -DTHCUNN_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libTHCUNN.dylib -DTHS_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libTHS.dylib -DTHC_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libTHC.dylib -DTHCS_LIBRARIES=/Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libTHCS.dylib -DTH_SO_VERSION=1 -DTHC_SO_VERSION=1 -DTHNN_SO_VERSION=1 -DTHCUNN_SO_VERSION=1 -DTHD_SO_VERSION=1 -DUSE_CUDA=0 -DNO_NNPACK=0 -DNCCL_EXTERNAL=1 -Dnanopb_BUILD_GENERATOR=0 -DCMAKE_DEBUG_POSTFIX= -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1
CMake Warning (dev):
Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
--help-policy CMP0042" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
MACOSX_RPATH is not specified for the following targets:
shm
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_DEBUG_POSTFIX
CMAKE_INSTALL_LIBDIR
CUDA_DEVICE_DEBUG
CUDA_NVCC_FLAGS
NCCL_EXTERNAL
NO_NNPACK
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THD_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIBRARIES
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
USE_CUDA
cwrap_files
nanopb_BUILD_GENERATOR
+ make install -j8
/Users/askates/Documents/GitRepos/pytorch/torch/lib/libshm/manager.cpp:88:14: warning: 'tmpnam' is deprecated: This function is provided for compatibility
reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead.
[-Wdeprecated-declarations]
if (std::tmpnam(tmpfile) == NULL)
^
/Applications/Xcode9.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/stdio.h:275:1: note: 'tmpnam' has been
explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is h...
^
/Applications/Xcode9.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/sys/cdefs.h:180:48: note: expanded from
macro '__deprecated_msg'
#define __deprecated_msg(_msg) __attribute__((deprecated(_msg)))
^
1 warning generated.
+ popd
++ uname
+ [[ Darwin == \D\a\r\w\i\n ]]
+ pushd /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib
+ for lib in '*.dylib'
+ echo 'Updating install_name for libcaffe2.dylib'
+ install_name_tool -id @rpath/libcaffe2.dylib libcaffe2.dylib
+ for lib in '*.dylib'
+ echo 'Updating install_name for libshm.dylib'
+ install_name_tool -id @rpath/libshm.dylib libshm.dylib
+ for lib in '*.dylib'
+ echo 'Updating install_name for libtorch.1.dylib'
+ install_name_tool -id @rpath/libtorch.1.dylib libtorch.1.dylib
+ for lib in '*.dylib'
+ echo 'Updating install_name for libtorch.dylib'
+ install_name_tool -id @rpath/libtorch.dylib libtorch.dylib
+ popd
+ popd
+ pushd torch/lib
+ rm -rf /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/cmake
+ rm -rf /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/python
+ cp -r /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libcaffe2.dylib /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libcpuinfo.a /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libnnpack.a /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libonnx.a /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libonnx_proto.a /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf-lite.a /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf-nanopb.a /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotobuf.a /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libprotoc.a /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libpthreadpool.a /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libshm.dylib /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libsleef.a /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libtorch.1.dylib /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/libtorch.dylib /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/pkgconfig /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib/python3.5 .
+ '[' -d /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/lib64/ ']'
+ cp ../../aten/src/THNN/generic/THNN.h .
+ cp ../../aten/src/THCUNN/generic/THCUNN.h .
+ cp -r /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/include .
+ '[' -d /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/bin/ ']'
+ cp -r /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/bin//protoc /Users/askates/Documents/GitRepos/pytorch/torch/lib/tmp_install/bin//torch_shm_manager .
+ popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment