Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ➜ pytorch git:(master) ✗ python setup.py build
- Building wheel torch-1.5.0a0+cf8b728
- -- Building version 1.5.0a0+cf8b728
- cmake -GNinja -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=....../pytorch/pytorch/torch -DCMAKE_PREFIX_PATH=/usr/lib/python3/dist-packages -DCUDA_NVCC_EXECUTABLE=/usr/local/cuda/bin/nvcc -DJAVA_HOME=/usr/lib/jvm/default-java -DNUMPY_INCLUDE_DIR=/home/longervision/.local/lib/python3.6/site-packages/numpy/core/include -DPYTHON_EXECUTABLE=/usr/bin/python -DPYTHON_INCLUDE_DIR=/usr/include/python3.6m -DPYTHON_LIBRARY=/usr/lib/libpython3.6m.so.1.0 -DTORCH_BUILD_VERSION=1.5.0a0+cf8b728 -DUSE_NUMPY=True ....../pytorch/pytorch
- -- The CXX compiler identification is GNU 7.5.0
- -- The C compiler identification is GNU 7.5.0
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Check for working C compiler: /usr/bin/cc
- -- Check for working C compiler: /usr/bin/cc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Not forcing any particular BLAS to be found
- -- Performing Test COMPILER_WORKS
- -- Performing Test COMPILER_WORKS - Success
- -- Performing Test SUPPORT_GLIBCXX_USE_C99
- -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success
- -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED
- -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success
- -- std::exception_ptr is supported.
- -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING
- -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Success
- -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS
- -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success
- -- Current compiler supports avx2 extension. Will build perfkernels.
- -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS
- -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success
- -- Current compiler supports avx512f extension. Will build fbgemm.
- -- 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
- -- Performing Test COMPILER_SUPPORTS_RDYNAMIC
- -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success
- -- Building using own protobuf under third_party per request.
- -- Use custom protobuf build.
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - found
- -- Found Threads: TRUE
- -- Caffe2 protobuf include directory: $<BUILD_INTERFACE:....../pytorch/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
- -- Trying to find preferred BLAS backend of choice: MKL
- -- MKL_THREADING = OMP
- -- 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
- -- Looking for cblas_sgemm
- -- Looking for cblas_sgemm - found
- -- MKL libraries: /opt/intel/mkl/lib/intel64/libmkl_intel_lp64.so;/opt/intel/mkl/lib/intel64/libmkl_gnu_thread.so;/opt/intel/mkl/lib/intel64/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so
- -- MKL include directory: /opt/intel/mkl/include
- -- MKL OpenMP type: GNU
- -- MKL OpenMP library: -fopenmp
- -- Check if compiler accepts -pthread
- -- Check if compiler accepts -pthread - yes
- -- The ASM compiler identification is GNU
- -- Found assembler: /usr/bin/cc
- -- Brace yourself, we are building NNPACK
- -- Performing Test NNPACK_ARCH_IS_X86_32
- -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed
- -- Found PythonInterp: /usr/bin/python (found version "3.6.9")
- -- NNPACK backend is x86-64
- -- Failed to find LLVM FileCheck
- -- Found Git: /usr/bin/git (found version "2.17.1")
- -- git Version: v1.4.0-505be96a
- -- Version: 1.4.0
- -- Performing Test HAVE_CXX_FLAG_STD_CXX11
- -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
- -- Performing Test HAVE_CXX_FLAG_WALL
- -- Performing Test HAVE_CXX_FLAG_WALL - Success
- -- Performing Test HAVE_CXX_FLAG_WEXTRA
- -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
- -- Performing Test HAVE_CXX_FLAG_WSHADOW
- -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
- -- Performing Test HAVE_CXX_FLAG_WERROR
- -- Performing Test HAVE_CXX_FLAG_WERROR - Success
- -- Performing Test HAVE_CXX_FLAG_PEDANTIC
- -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
- -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
- -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
- -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
- -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed
- -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
- -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
- -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
- -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
- -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
- -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
- -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
- -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
- -- Performing Test HAVE_CXX_FLAG_WD654
- -- Performing Test HAVE_CXX_FLAG_WD654 - Failed
- -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
- -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed
- -- Performing Test HAVE_CXX_FLAG_COVERAGE
- -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
- -- Performing Test HAVE_STD_REGEX
- -- Performing Test HAVE_STD_REGEX
- -- Performing Test HAVE_STD_REGEX -- success
- -- Performing Test HAVE_GNU_POSIX_REGEX
- -- Performing Test HAVE_GNU_POSIX_REGEX
- -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
- -- Performing Test HAVE_POSIX_REGEX
- -- Performing Test HAVE_POSIX_REGEX
- -- Performing Test HAVE_POSIX_REGEX -- success
- -- Performing Test HAVE_STEADY_CLOCK
- -- Performing Test HAVE_STEADY_CLOCK
- -- Performing Test HAVE_STEADY_CLOCK -- success
- -- Performing Test COMPILER_SUPPORTS_AVX512
- -- Performing Test COMPILER_SUPPORTS_AVX512 - Success
- -- Found OpenMP_C: -fopenmp (found version "4.5")
- -- Found OpenMP_CXX: -fopenmp (found version "4.5")
- -- Found OpenMP: TRUE (found version "4.5")
- CMake Warning at third_party/fbgemm/CMakeLists.txt:83 (message):
- OpenMP found! OpenMP_C_INCLUDE_DIRS =
- CMake Warning at third_party/fbgemm/CMakeLists.txt:195 (message):
- ==========
- CMake Warning at third_party/fbgemm/CMakeLists.txt:196 (message):
- CMAKE_BUILD_TYPE = Release
- CMake Warning at third_party/fbgemm/CMakeLists.txt:197 (message):
- CMAKE_CXX_FLAGS_DEBUG is -g
- CMake Warning at third_party/fbgemm/CMakeLists.txt:198 (message):
- CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG
- CMake Warning at third_party/fbgemm/CMakeLists.txt:199 (message):
- ==========
- -- Performing Test __CxxFlag__fmerge_all_constants
- -- Performing Test __CxxFlag__fmerge_all_constants - Success
- ** AsmJit Summary **
- ASMJIT_DIR=....../pytorch/pytorch/third_party/fbgemm/third_party/asmjit
- ASMJIT_TEST=FALSE
- ASMJIT_TARGET_TYPE=STATIC
- ASMJIT_DEPS=pthread;rt
- ASMJIT_LIBS=asmjit;pthread;rt
- ASMJIT_CFLAGS=-DASMJIT_STATIC
- ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-fno-math-errno;-fno-threadsafe-statics;-DASMJIT_STATIC
- ASMJIT_PRIVATE_CFLAGS_DBG=
- ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants
- -- Found Numa: /usr/include
- -- Found Numa (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so)
- -- Using third party subdirectory Eigen.
- Python 3.6.9
- -- Found PythonInterp: /usr/bin/python (found suitable version "3.6.9", minimum required is "2.7")
- -- Found PythonLibs: /usr/lib/libpython3.6m.so.1.0 (found suitable version "3.6.9", minimum required is "2.7")
- -- Could NOT find pybind11 (missing: pybind11_DIR)
- -- Could NOT find pybind11 (missing: pybind11_INCLUDE_DIR)
- -- Using third_party/pybind11.
- -- pybind11 include dirs: ....../pytorch/pytorch/cmake/../third_party/pybind11/include
- -- Found MPI_C: /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release/libmpi.so (found version "3.1")
- -- Found MPI_CXX: /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/libmpicxx.so (found version "3.1")
- -- Found MPI: TRUE (found version "3.1")
- -- MPI support found
- -- MPI compile flags:
- -- MPI include path: /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
- -- MPI LINK flags path: -Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release -Xlinker -rpath -Xlinker /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib -Xlinker --enable-new-dtags
- -- MPI libraries: /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/libmpicxx.so/opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release/libmpi.so/usr/lib/x86_64-linux-gnu/librt.so/usr/lib/x86_64-linux-gnu/libpthread.so/usr/lib/x86_64-linux-gnu/libdl.so
- CMake Warning at cmake/Dependencies.cmake:863 (message):
- OpenMPI found, but it is not built with CUDA support.
- Call Stack (most recent call first):
- CMakeLists.txt:411 (include)
- -- Adding OpenMP CXX_FLAGS: -fopenmp
- -- Will link against OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so
- -- Found CUDA: /usr/local/cuda (found version "10.2")
- -- Caffe2: CUDA detected: 10.2
- -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc
- -- Caffe2: CUDA toolkit directory: /usr/local/cuda
- -- Caffe2: Header version is: 10.2
- -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so
- -- Found cuDNN: v7.6.5 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so)
- -- Autodetected CUDA architecture(s): 5.2
- -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52
- -- Autodetected CUDA architecture(s): 5.2
- -- Found CUB: /usr/local/cuda/include
- CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option):
- Policy CMP0077 is not set: option() honors normal variables. Run "cmake
- --help-policy CMP0077" for policy details. Use the cmake_policy command to
- set the policy and suppress this warning.
- For compatibility with older versions of CMake, option is clearing the
- normal variable 'BUILD_BENCHMARK'.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- MPI include path: /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
- -- MPI libraries: /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/libmpicxx.so/opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release/libmpi.so/usr/lib/x86_64-linux-gnu/librt.so/usr/lib/x86_64-linux-gnu/libpthread.so/usr/lib/x86_64-linux-gnu/libdl.so
- -- Found CUDA: /usr/local/cuda (found suitable version "10.2", minimum required is "7.0")
- -- CUDA detected: 10.2
- -- Found NCCL: /usr/include
- -- Determining NCCL version from the header file: /usr/include/nccl.h
- -- NCCL_MAJOR_VERSION: 2
- -- Found NCCL (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnccl.so)
- CMake Warning at cmake/Dependencies.cmake:1136 (message):
- Metal is only used in ios builds.
- Call Stack (most recent call first):
- CMakeLists.txt:411 (include)
- Generated: ....../pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto
- Generated: ....../pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto
- --
- -- ******** Summary ********
- -- CMake version : 3.16.4
- -- CMake command : /usr/local/bin/cmake
- -- System : Linux
- -- C++ compiler : /usr/bin/c++
- -- C++ compiler version : 7.5.0
- -- CXX flags : -fvisibility-inlines-hidden -fopenmp -Wnon-virtual-dtor
- -- Build type : Release
- -- Compile definitions : TH_BLAS_MKL;ONNX_ML=1
- -- CMAKE_PREFIX_PATH : /usr/lib/python3/dist-packages;/usr/local/cuda
- -- CMAKE_INSTALL_PREFIX : ....../pytorch/pytorch/torch
- -- CMAKE_MODULE_PATH : ....../pytorch/pytorch/cmake/Modules;....../pytorch/pytorch/cmake/public/../Modules_CUDA_fix
- --
- -- ONNX version : 1.6.0
- -- ONNX NAMESPACE : onnx_torch
- -- ONNX_BUILD_TESTS : OFF
- -- ONNX_BUILD_BENCHMARKS : OFF
- -- ONNX_USE_LITE_PROTO : OFF
- -- ONNXIFI_DUMMY_BACKEND : OFF
- -- ONNXIFI_ENABLE_EXT : OFF
- --
- -- Protobuf compiler :
- -- Protobuf includes :
- -- Protobuf libraries :
- -- BUILD_ONNX_PYTHON : OFF
- --
- -- ******** Summary ********
- -- CMake version : 3.16.4
- -- CMake command : /usr/local/bin/cmake
- -- System : Linux
- -- C++ compiler : /usr/bin/c++
- -- C++ compiler version : 7.5.0
- -- CXX flags : -fvisibility-inlines-hidden -fopenmp -Wnon-virtual-dtor
- -- Build type : Release
- -- Compile definitions : TH_BLAS_MKL;ONNX_ML=1
- -- CMAKE_PREFIX_PATH : /usr/lib/python3/dist-packages;/usr/local/cuda
- -- CMAKE_INSTALL_PREFIX : ....../pytorch/pytorch/torch
- -- CMAKE_MODULE_PATH : ....../pytorch/pytorch/cmake/Modules;....../pytorch/pytorch/cmake/public/../Modules_CUDA_fix
- --
- -- ONNX version : 1.4.1
- -- ONNX NAMESPACE : onnx_torch
- -- ONNX_BUILD_TESTS : OFF
- -- ONNX_BUILD_BENCHMARKS : OFF
- -- ONNX_USE_LITE_PROTO : OFF
- -- ONNXIFI_DUMMY_BACKEND : OFF
- --
- -- Protobuf compiler :
- -- Protobuf includes :
- -- Protobuf libraries :
- -- BUILD_ONNX_PYTHON : OFF
- -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor
- -- Adding -DNDEBUG to compile flags
- -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - True
- -- Compiling with MAGMA support
- -- MAGMA INCLUDE DIRECTORIES: /usr/local/magma/include
- -- MAGMA LIBRARIES: /usr/local/magma/lib/libmagma.so
- -- MAGMA V2 check: 1
- -- Could not find hardware support for NEON on this machine.
- -- No OMAP3 processor on this machine.
- -- No OMAP4 processor on this machine.
- -- Looking for cpuid.h
- -- Looking for cpuid.h - found
- -- Performing Test HAVE_GCC_GET_CPUID
- -- Performing Test HAVE_GCC_GET_CPUID - Success
- -- Performing Test NO_GCC_EBX_FPIC_BUG
- -- Performing Test NO_GCC_EBX_FPIC_BUG - Success
- -- Performing Test C_HAS_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_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
- -- AVX compiler support found
- -- AVX2 compiler support found
- -- Performing Test BLAS_F2C_DOUBLE_WORKS
- -- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
- -- Performing Test BLAS_F2C_FLOAT_WORKS
- -- Performing Test BLAS_F2C_FLOAT_WORKS - Success
- -- Performing Test BLAS_USE_CBLAS_DOT
- -- Performing Test BLAS_USE_CBLAS_DOT - Success
- -- Found a library with BLAS API (mkl).
- -- Found a library with LAPACK API (mkl).
- disabling ROCM because NOT USE_ROCM is set
- -- MIOpen not found. Compiling without MIOpen support
- -- MKLDNN_THREADING = OMP:COMP
- CMake Warning (dev) at third_party/ideep/mkl-dnn/cmake/options.cmake:33 (option):
- Policy CMP0077 is not set: option() honors normal variables. Run "cmake
- --help-policy CMP0077" for policy details. Use the cmake_policy command to
- set the policy and suppress this warning.
- For compatibility with older versions of CMake, option is clearing the
- normal variable 'MKLDNN_ENABLE_CONCURRENT_EXEC'.
- Call Stack (most recent call first):
- third_party/ideep/mkl-dnn/cmake/utils.cmake:24 (include)
- third_party/ideep/mkl-dnn/CMakeLists.txt:74 (include)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Found OpenMP_C: -fopenmp (found version "4.5")
- -- Found OpenMP_CXX: -fopenmp (found version "4.5")
- -- OpenMP lib: provided by compiler
- -- Found Doxygen: /usr/local/bin/doxygen (found version "1.8.18 (3b392af822d81ae51919feb2c2fc4c539238bb3b)") found components: doxygen dot
- -- VTune profiling environment is unset
- -- Found MKL-DNN: TRUE
- -- Looking for clock_gettime in rt
- -- Looking for clock_gettime in rt - found
- -- Looking for mmap
- -- Looking for mmap - found
- -- Looking for shm_open
- -- Looking for shm_open - found
- -- Looking for shm_unlink
- -- Looking for shm_unlink - found
- -- Looking for malloc_usable_size
- -- Looking for malloc_usable_size - found
- -- Performing Test C_HAS_THREAD
- -- Performing Test C_HAS_THREAD - Success
- -- GCC 7.5.0: Adding gcc and gcc_s libs to link line
- -- Performing Test HAS_WERROR_FORMAT
- -- Performing Test HAS_WERROR_FORMAT - Success
- -- NUMA paths:
- -- /usr/include
- -- /usr/lib/x86_64-linux-gnu/libnuma.so
- -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT
- -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success
- CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:20 (cmake_policy):
- The OLD behavior for policy CMP0066 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.1.1")
- -- 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 - Success
- -- 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_AVX512F
- -- Performing Test COMPILER_SUPPORTS_AVX512F - Success
- -- Performing Test COMPILER_SUPPORTS_OPENMP
- -- Performing Test COMPILER_SUPPORTS_OPENMP - Success
- -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES
- -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success
- -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH
- -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success
- -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM
- -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success
- -- Configuring build for SLEEF-v3.4.0
- Target system: Linux-5.3.0-40-generic
- Target processor: x86_64
- Host system: Linux-5.3.0-40-generic
- Host processor: x86_64
- Detected C compiler: GNU @ /usr/bin/cc
- -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef
- -- Building shared libs : OFF
- -- MPFR : /usr/lib/x86_64-linux-gnu/libmpfr.so
- -- MPFR header file in /usr/include
- -- GMP : /usr/lib/x86_64-linux-gnu/libgmp.so
- -- RT : /usr/lib/x86_64-linux-gnu/librt.so
- -- FFTW3 : /usr/lib/x86_64-linux-gnu/libfftw3.so
- -- OPENSSL : 1.1.1
- -- SDE : SDE_COMMAND-NOTFOUND
- -- RUNNING_ON_TRAVIS : 0
- -- COMPILER_SUPPORTS_OPENMP : 1
- AT_INSTALL_INCLUDE_DIR include/ATen/core
- core header install: ....../pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h
- core header install: ....../pytorch/pytorch/build/aten/src/ATen/core/TensorMethods.h
- -- Include NCCL operators
- -- Including IDEEP operators
- -- Excluding image processing operators due to no opencv
- -- Excluding video processing operators due to no opencv
- -- Include Observer library
- -- /usr/bin/c++ ....../pytorch/pytorch/caffe2/../torch/abi-check.cpp -o ....../pytorch/pytorch/build/abi-check
- -- Determined _GLIBCXX_USE_CXX11_ABI=1
- -- MPI_INCLUDE_PATH: /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
- -- MPI_LIBRARIES: /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/libmpicxx.so;/opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release/libmpi.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libdl.so
- -- MPIEXEC: /opt/intel/mpi/intel64/bin/mpiexec
- -- pytorch is compiling with OpenMP.
- OpenMP CXX_FLAGS: -fopenmp.
- OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so.
- -- Caffe2 is compiling with OpenMP.
- OpenMP CXX_FLAGS: -fopenmp.
- OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so.
- -- Using ATen parallel backend: OMP
- -- Using lib/python3/dist-packages as python relative installation path
- CMake Warning at CMakeLists.txt:618 (message):
- Generated cmake files are only fully tested if one builds with system glog,
- gflags, and protobuf. Other settings may generate files that are not well
- tested.
- --
- -- ******** Summary ********
- -- General:
- -- CMake version : 3.16.4
- -- CMake command : /usr/local/bin/cmake
- -- System : Linux
- -- C++ compiler : /usr/bin/c++
- -- C++ compiler id : GNU
- -- C++ compiler version : 7.5.0
- -- BLAS : MKL
- -- CXX flags : -fvisibility-inlines-hidden -fopenmp -DNDEBUG -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -O2 -fPIC -Wno-narrowing -Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow
- -- Build type : Release
- -- Compile definitions : TH_BLAS_MKL;ONNX_ML=1;ONNX_NAMESPACE=onnx_torch;MAGMA_V2;IDEEP_USE_MKL;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS
- -- CMAKE_PREFIX_PATH : /usr/lib/python3/dist-packages;/usr/local/cuda
- -- CMAKE_INSTALL_PREFIX : ....../pytorch/pytorch/torch
- --
- -- TORCH_VERSION : 1.5.0
- -- CAFFE2_VERSION : 1.5.0
- -- BUILD_CAFFE2_MOBILE : OFF
- -- USE_STATIC_DISPATCH : OFF
- -- BUILD_BINARY : OFF
- -- BUILD_CUSTOM_PROTOBUF : ON
- -- Link local protobuf : ON
- -- BUILD_DOCS : OFF
- -- BUILD_PYTHON : True
- -- Python version : 3.6.9
- -- Python executable : /usr/bin/python
- -- Pythonlibs version : 3.6.9
- -- Python library : /usr/lib/libpython3.6m.so.1.0
- -- Python includes : /usr/include/python3.6m
- -- Python site-packages: lib/python3/dist-packages
- -- BUILD_CAFFE2_OPS : ON
- -- BUILD_SHARED_LIBS : ON
- -- BUILD_TEST : True
- -- BUILD_JNI : OFF
- -- INTERN_BUILD_MOBILE :
- -- USE_ASAN : OFF
- -- USE_CUDA : ON
- -- CUDA static link : OFF
- -- USE_CUDNN : ON
- -- CUDA version : 10.2
- -- cuDNN version : 7.6.5
- -- CUDA root directory : /usr/local/cuda
- -- CUDA library : /usr/local/cuda/lib64/stubs/libcuda.so
- -- cudart library : /usr/local/cuda/lib64/libcudart.so
- -- cublas library : /usr/lib/x86_64-linux-gnu/libcublas.so
- -- cufft library : /usr/local/cuda/lib64/libcufft.so
- -- curand library : /usr/local/cuda/lib64/libcurand.so
- -- cuDNN library : /usr/local/cuda/lib64/libcudnn.so
- -- nvrtc : /usr/local/cuda/lib64/libnvrtc.so
- -- CUDA include path : /usr/local/cuda/include
- -- NVCC executable : /usr/local/cuda/bin/nvcc
- -- NVCC flags : -DONNX_NAMESPACE=onnx_torch;-gencode;arch=compute_52,code=sm_52;-Xcudafe;--diag_suppress=cc_clobber_ignored;-Xcudafe;--diag_suppress=integer_sign_change;-Xcudafe;--diag_suppress=useless_using_declaration;-Xcudafe;--diag_suppress=set_but_not_used;-std=c++14;-Xcompiler;-fPIC;--expt-relaxed-constexpr;--expt-extended-lambda;-Wno-deprecated-gpu-targets;--expt-extended-lambda;-gencode;arch=compute_52,code=sm_52;-Xcompiler -fPIC;-DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__
- -- CUDA host compiler : /usr/bin/cc
- -- USE_TENSORRT : OFF
- -- USE_ROCM : OFF
- -- USE_EIGEN_FOR_BLAS :
- -- USE_FBGEMM : ON
- -- USE_FFMPEG : OFF
- -- USE_GFLAGS : OFF
- -- USE_GLOG : OFF
- -- USE_LEVELDB : OFF
- -- USE_LITE_PROTO : OFF
- -- USE_LMDB : OFF
- -- USE_METAL : OFF
- -- USE_MKL : ON
- -- USE_MKLDNN : ON
- -- USE_MKLDNN_CBLAS : OFF
- -- USE_NCCL : ON
- -- USE_SYSTEM_NCCL : OFF
- -- USE_NNPACK : ON
- -- USE_NUMPY : ON
- -- USE_OBSERVERS : ON
- -- USE_OPENCL : OFF
- -- USE_OPENCV : OFF
- -- USE_OPENMP : ON
- -- USE_TBB : OFF
- -- USE_PROF : OFF
- -- USE_QNNPACK : ON
- -- USE_PYTORCH_QNNPACK : ON
- -- USE_REDIS : OFF
- -- USE_ROCKSDB : OFF
- -- USE_ZMQ : OFF
- -- USE_DISTRIBUTED : ON
- -- USE_MPI : ON
- -- USE_GLOO : ON
- -- Public Dependencies : Threads::Threads;caffe2::mkl;caffe2::mkldnn
- -- Private Dependencies : cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;/usr/lib/x86_64-linux-gnu/libnuma.so;fp16;/opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/libmpicxx.so;/opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release/libmpi.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libdl.so;gloo;aten_op_header_gen;foxi_loader;rt;gcc_s;gcc;dl
- -- Configuring done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement