Advertisement
jiapei100

PyTorch_Build

Mar 15th, 2020
726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 26.54 KB | None | 0 0
  1. ➜  pytorch git:(master) ✗ python setup.py build
  2. Building wheel torch-1.5.0a0+cf8b728
  3. -- Building version 1.5.0a0+cf8b728
  4. 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
  5. -- The CXX compiler identification is GNU 7.5.0
  6. -- The C compiler identification is GNU 7.5.0
  7. -- Check for working CXX compiler: /usr/bin/c++
  8. -- Check for working CXX compiler: /usr/bin/c++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Detecting CXX compile features
  12. -- Detecting CXX compile features - done
  13. -- Check for working C compiler: /usr/bin/cc
  14. -- Check for working C compiler: /usr/bin/cc -- works
  15. -- Detecting C compiler ABI info
  16. -- Detecting C compiler ABI info - done
  17. -- Detecting C compile features
  18. -- Detecting C compile features - done
  19. -- Not forcing any particular BLAS to be found
  20. -- Performing Test COMPILER_WORKS
  21. -- Performing Test COMPILER_WORKS - Success
  22. -- Performing Test SUPPORT_GLIBCXX_USE_C99
  23. -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success
  24. -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED
  25. -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success
  26. -- std::exception_ptr is supported.
  27. -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING
  28. -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Success
  29. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS
  30. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success
  31. -- Current compiler supports avx2 extension. Will build perfkernels.
  32. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS
  33. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success
  34. -- Current compiler supports avx512f extension. Will build fbgemm.
  35. -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY
  36. -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success
  37. -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY
  38. -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success
  39. -- Performing Test COMPILER_SUPPORTS_RDYNAMIC
  40. -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success
  41. -- Building using own protobuf under third_party per request.
  42. -- Use custom protobuf build.
  43. -- Looking for pthread.h
  44. -- Looking for pthread.h - found
  45. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  46. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  47. -- Looking for pthread_create in pthreads
  48. -- Looking for pthread_create in pthreads - not found
  49. -- Looking for pthread_create in pthread
  50. -- Looking for pthread_create in pthread - found
  51. -- Found Threads: TRUE  
  52. -- Caffe2 protobuf include directory: $<BUILD_INTERFACE:....../pytorch/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
  53. -- Trying to find preferred BLAS backend of choice: MKL
  54. -- MKL_THREADING = OMP
  55. -- Looking for sys/types.h
  56. -- Looking for sys/types.h - found
  57. -- Looking for stdint.h
  58. -- Looking for stdint.h - found
  59. -- Looking for stddef.h
  60. -- Looking for stddef.h - found
  61. -- Check size of void*
  62. -- Check size of void* - done
  63. -- Looking for cblas_sgemm
  64. -- Looking for cblas_sgemm - found
  65. -- 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
  66. -- MKL include directory: /opt/intel/mkl/include
  67. -- MKL OpenMP type: GNU
  68. -- MKL OpenMP library: -fopenmp
  69. -- Check if compiler accepts -pthread
  70. -- Check if compiler accepts -pthread - yes
  71. -- The ASM compiler identification is GNU
  72. -- Found assembler: /usr/bin/cc
  73. -- Brace yourself, we are building NNPACK
  74. -- Performing Test NNPACK_ARCH_IS_X86_32
  75. -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed
  76. -- Found PythonInterp: /usr/bin/python (found version "3.6.9")
  77. -- NNPACK backend is x86-64
  78. -- Failed to find LLVM FileCheck
  79. -- Found Git: /usr/bin/git (found version "2.17.1")
  80. -- git Version: v1.4.0-505be96a
  81. -- Version: 1.4.0
  82. -- Performing Test HAVE_CXX_FLAG_STD_CXX11
  83. -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
  84. -- Performing Test HAVE_CXX_FLAG_WALL
  85. -- Performing Test HAVE_CXX_FLAG_WALL - Success
  86. -- Performing Test HAVE_CXX_FLAG_WEXTRA
  87. -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
  88. -- Performing Test HAVE_CXX_FLAG_WSHADOW
  89. -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
  90. -- Performing Test HAVE_CXX_FLAG_WERROR
  91. -- Performing Test HAVE_CXX_FLAG_WERROR - Success
  92. -- Performing Test HAVE_CXX_FLAG_PEDANTIC
  93. -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
  94. -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
  95. -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
  96. -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
  97. -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed
  98. -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
  99. -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
  100. -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
  101. -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
  102. -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
  103. -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
  104. -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
  105. -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
  106. -- Performing Test HAVE_CXX_FLAG_WD654
  107. -- Performing Test HAVE_CXX_FLAG_WD654 - Failed
  108. -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
  109. -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed
  110. -- Performing Test HAVE_CXX_FLAG_COVERAGE
  111. -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
  112. -- Performing Test HAVE_STD_REGEX
  113. -- Performing Test HAVE_STD_REGEX
  114. -- Performing Test HAVE_STD_REGEX -- success
  115. -- Performing Test HAVE_GNU_POSIX_REGEX
  116. -- Performing Test HAVE_GNU_POSIX_REGEX
  117. -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
  118. -- Performing Test HAVE_POSIX_REGEX
  119. -- Performing Test HAVE_POSIX_REGEX
  120. -- Performing Test HAVE_POSIX_REGEX -- success
  121. -- Performing Test HAVE_STEADY_CLOCK
  122. -- Performing Test HAVE_STEADY_CLOCK
  123. -- Performing Test HAVE_STEADY_CLOCK -- success
  124. -- Performing Test COMPILER_SUPPORTS_AVX512
  125. -- Performing Test COMPILER_SUPPORTS_AVX512 - Success
  126. -- Found OpenMP_C: -fopenmp (found version "4.5")
  127. -- Found OpenMP_CXX: -fopenmp (found version "4.5")
  128. -- Found OpenMP: TRUE (found version "4.5")  
  129. CMake Warning at third_party/fbgemm/CMakeLists.txt:83 (message):
  130.   OpenMP found! OpenMP_C_INCLUDE_DIRS =
  131.  
  132.  
  133. CMake Warning at third_party/fbgemm/CMakeLists.txt:195 (message):
  134.   ==========
  135.  
  136.  
  137. CMake Warning at third_party/fbgemm/CMakeLists.txt:196 (message):
  138.   CMAKE_BUILD_TYPE = Release
  139.  
  140.  
  141. CMake Warning at third_party/fbgemm/CMakeLists.txt:197 (message):
  142.   CMAKE_CXX_FLAGS_DEBUG is -g
  143.  
  144.  
  145. CMake Warning at third_party/fbgemm/CMakeLists.txt:198 (message):
  146.   CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG
  147.  
  148.  
  149. CMake Warning at third_party/fbgemm/CMakeLists.txt:199 (message):
  150.   ==========
  151.  
  152.  
  153. -- Performing Test __CxxFlag__fmerge_all_constants
  154. -- Performing Test __CxxFlag__fmerge_all_constants - Success
  155. ** AsmJit Summary **
  156.    ASMJIT_DIR=....../pytorch/pytorch/third_party/fbgemm/third_party/asmjit
  157.    ASMJIT_TEST=FALSE
  158.    ASMJIT_TARGET_TYPE=STATIC
  159.    ASMJIT_DEPS=pthread;rt
  160.    ASMJIT_LIBS=asmjit;pthread;rt
  161.    ASMJIT_CFLAGS=-DASMJIT_STATIC
  162.    ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-fno-math-errno;-fno-threadsafe-statics;-DASMJIT_STATIC
  163.    ASMJIT_PRIVATE_CFLAGS_DBG=
  164.    ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants
  165. -- Found Numa: /usr/include  
  166. -- Found Numa  (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so)
  167. -- Using third party subdirectory Eigen.
  168. Python 3.6.9
  169. -- Found PythonInterp: /usr/bin/python (found suitable version "3.6.9", minimum required is "2.7")
  170. -- Found PythonLibs: /usr/lib/libpython3.6m.so.1.0 (found suitable version "3.6.9", minimum required is "2.7")
  171. -- Could NOT find pybind11 (missing: pybind11_DIR)
  172. -- Could NOT find pybind11 (missing: pybind11_INCLUDE_DIR)
  173. -- Using third_party/pybind11.
  174. -- pybind11 include dirs: ....../pytorch/pytorch/cmake/../third_party/pybind11/include
  175. -- Found MPI_C: /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/release/libmpi.so (found version "3.1")
  176. -- Found MPI_CXX: /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/lib/libmpicxx.so (found version "3.1")
  177. -- Found MPI: TRUE (found version "3.1")  
  178. -- MPI support found
  179. -- MPI compile flags:
  180. -- MPI include path: /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
  181. -- 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
  182. -- 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
  183. CMake Warning at cmake/Dependencies.cmake:863 (message):
  184.   OpenMPI found, but it is not built with CUDA support.
  185. Call Stack (most recent call first):
  186.   CMakeLists.txt:411 (include)
  187.  
  188.  
  189. -- Adding OpenMP CXX_FLAGS: -fopenmp
  190. -- Will link against OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so
  191. -- Found CUDA: /usr/local/cuda (found version "10.2")
  192. -- Caffe2: CUDA detected: 10.2
  193. -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc
  194. -- Caffe2: CUDA toolkit directory: /usr/local/cuda
  195. -- Caffe2: Header version is: 10.2
  196. -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so  
  197. -- Found cuDNN: v7.6.5  (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so)
  198. -- Autodetected CUDA architecture(s):  5.2
  199. -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52
  200. -- Autodetected CUDA architecture(s):  5.2
  201. -- Found CUB: /usr/local/cuda/include  
  202. CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option):
  203.   Policy CMP0077 is not set: option() honors normal variables.  Run "cmake
  204.  --help-policy CMP0077" for policy details.  Use the cmake_policy command to
  205.   set the policy and suppress this warning.
  206.  
  207.   For compatibility with older versions of CMake, option is clearing the
  208.   normal variable 'BUILD_BENCHMARK'.
  209. This warning is for project developers.  Use -Wno-dev to suppress it.
  210.  
  211. -- MPI include path: /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
  212. -- 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
  213. -- Found CUDA: /usr/local/cuda (found suitable version "10.2", minimum required is "7.0")
  214. -- CUDA detected: 10.2
  215. -- Found NCCL: /usr/include  
  216. -- Determining NCCL version from the header file: /usr/include/nccl.h
  217. -- NCCL_MAJOR_VERSION: 2
  218. -- Found NCCL (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnccl.so)
  219. CMake Warning at cmake/Dependencies.cmake:1136 (message):
  220.   Metal is only used in ios builds.
  221. Call Stack (most recent call first):
  222.   CMakeLists.txt:411 (include)
  223.  
  224.  
  225. Generated: ....../pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto
  226. Generated: ....../pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto
  227. --
  228. -- ******** Summary ********
  229. --   CMake version         : 3.16.4
  230. --   CMake command         : /usr/local/bin/cmake
  231. --   System                : Linux
  232. --   C++ compiler          : /usr/bin/c++
  233. --   C++ compiler version  : 7.5.0
  234. --   CXX flags             :  -fvisibility-inlines-hidden -fopenmp -Wnon-virtual-dtor
  235. --   Build type            : Release
  236. --   Compile definitions   : TH_BLAS_MKL;ONNX_ML=1
  237. --   CMAKE_PREFIX_PATH     : /usr/lib/python3/dist-packages;/usr/local/cuda
  238. --   CMAKE_INSTALL_PREFIX  : ....../pytorch/pytorch/torch
  239. --   CMAKE_MODULE_PATH     : ....../pytorch/pytorch/cmake/Modules;....../pytorch/pytorch/cmake/public/../Modules_CUDA_fix
  240. --
  241. --   ONNX version          : 1.6.0
  242. --   ONNX NAMESPACE        : onnx_torch
  243. --   ONNX_BUILD_TESTS      : OFF
  244. --   ONNX_BUILD_BENCHMARKS : OFF
  245. --   ONNX_USE_LITE_PROTO   : OFF
  246. --   ONNXIFI_DUMMY_BACKEND : OFF
  247. --   ONNXIFI_ENABLE_EXT    : OFF
  248. --
  249. --   Protobuf compiler     :
  250. --   Protobuf includes     :
  251. --   Protobuf libraries    :
  252. --   BUILD_ONNX_PYTHON     : OFF
  253. --
  254. -- ******** Summary ********
  255. --   CMake version         : 3.16.4
  256. --   CMake command         : /usr/local/bin/cmake
  257. --   System                : Linux
  258. --   C++ compiler          : /usr/bin/c++
  259. --   C++ compiler version  : 7.5.0
  260. --   CXX flags             :  -fvisibility-inlines-hidden -fopenmp -Wnon-virtual-dtor
  261. --   Build type            : Release
  262. --   Compile definitions   : TH_BLAS_MKL;ONNX_ML=1
  263. --   CMAKE_PREFIX_PATH     : /usr/lib/python3/dist-packages;/usr/local/cuda
  264. --   CMAKE_INSTALL_PREFIX  : ....../pytorch/pytorch/torch
  265. --   CMAKE_MODULE_PATH     : ....../pytorch/pytorch/cmake/Modules;....../pytorch/pytorch/cmake/public/../Modules_CUDA_fix
  266. --
  267. --   ONNX version          : 1.4.1
  268. --   ONNX NAMESPACE        : onnx_torch
  269. --   ONNX_BUILD_TESTS      : OFF
  270. --   ONNX_BUILD_BENCHMARKS : OFF
  271. --   ONNX_USE_LITE_PROTO   : OFF
  272. --   ONNXIFI_DUMMY_BACKEND : OFF
  273. --
  274. --   Protobuf compiler     :
  275. --   Protobuf includes     :
  276. --   Protobuf libraries    :
  277. --   BUILD_ONNX_PYTHON     : OFF
  278. -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor
  279. -- Adding -DNDEBUG to compile flags
  280. -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - True
  281. -- Compiling with MAGMA support
  282. -- MAGMA INCLUDE DIRECTORIES: /usr/local/magma/include
  283. -- MAGMA LIBRARIES: /usr/local/magma/lib/libmagma.so
  284. -- MAGMA V2 check: 1
  285. -- Could not find hardware support for NEON on this machine.
  286. -- No OMAP3 processor on this machine.
  287. -- No OMAP4 processor on this machine.
  288. -- Looking for cpuid.h
  289. -- Looking for cpuid.h - found
  290. -- Performing Test HAVE_GCC_GET_CPUID
  291. -- Performing Test HAVE_GCC_GET_CPUID - Success
  292. -- Performing Test NO_GCC_EBX_FPIC_BUG
  293. -- Performing Test NO_GCC_EBX_FPIC_BUG - Success
  294. -- Performing Test C_HAS_AVX_1
  295. -- Performing Test C_HAS_AVX_1 - Failed
  296. -- Performing Test C_HAS_AVX_2
  297. -- Performing Test C_HAS_AVX_2 - Success
  298. -- Performing Test C_HAS_AVX2_1
  299. -- Performing Test C_HAS_AVX2_1 - Failed
  300. -- Performing Test C_HAS_AVX2_2
  301. -- Performing Test C_HAS_AVX2_2 - Success
  302. -- Performing Test CXX_HAS_AVX_1
  303. -- Performing Test CXX_HAS_AVX_1 - Failed
  304. -- Performing Test CXX_HAS_AVX_2
  305. -- Performing Test CXX_HAS_AVX_2 - Success
  306. -- Performing Test CXX_HAS_AVX2_1
  307. -- Performing Test CXX_HAS_AVX2_1 - Failed
  308. -- Performing Test CXX_HAS_AVX2_2
  309. -- Performing Test CXX_HAS_AVX2_2 - Success
  310. -- AVX compiler support found
  311. -- AVX2 compiler support found
  312. -- Performing Test BLAS_F2C_DOUBLE_WORKS
  313. -- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
  314. -- Performing Test BLAS_F2C_FLOAT_WORKS
  315. -- Performing Test BLAS_F2C_FLOAT_WORKS - Success
  316. -- Performing Test BLAS_USE_CBLAS_DOT
  317. -- Performing Test BLAS_USE_CBLAS_DOT - Success
  318. -- Found a library with BLAS API (mkl).
  319. -- Found a library with LAPACK API (mkl).
  320. disabling ROCM because NOT USE_ROCM is set
  321. -- MIOpen not found. Compiling without MIOpen support
  322. -- MKLDNN_THREADING = OMP:COMP
  323. CMake Warning (dev) at third_party/ideep/mkl-dnn/cmake/options.cmake:33 (option):
  324.   Policy CMP0077 is not set: option() honors normal variables.  Run "cmake
  325.  --help-policy CMP0077" for policy details.  Use the cmake_policy command to
  326.   set the policy and suppress this warning.
  327.  
  328.   For compatibility with older versions of CMake, option is clearing the
  329.   normal variable 'MKLDNN_ENABLE_CONCURRENT_EXEC'.
  330. Call Stack (most recent call first):
  331.   third_party/ideep/mkl-dnn/cmake/utils.cmake:24 (include)
  332.   third_party/ideep/mkl-dnn/CMakeLists.txt:74 (include)
  333. This warning is for project developers.  Use -Wno-dev to suppress it.
  334.  
  335. -- Found OpenMP_C: -fopenmp (found version "4.5")
  336. -- Found OpenMP_CXX: -fopenmp (found version "4.5")
  337. -- OpenMP lib: provided by compiler
  338. -- Found Doxygen: /usr/local/bin/doxygen (found version "1.8.18 (3b392af822d81ae51919feb2c2fc4c539238bb3b)") found components: doxygen dot
  339. -- VTune profiling environment is unset
  340. -- Found MKL-DNN: TRUE
  341. -- Looking for clock_gettime in rt
  342. -- Looking for clock_gettime in rt - found
  343. -- Looking for mmap
  344. -- Looking for mmap - found
  345. -- Looking for shm_open
  346. -- Looking for shm_open - found
  347. -- Looking for shm_unlink
  348. -- Looking for shm_unlink - found
  349. -- Looking for malloc_usable_size
  350. -- Looking for malloc_usable_size - found
  351. -- Performing Test C_HAS_THREAD
  352. -- Performing Test C_HAS_THREAD - Success
  353. -- GCC 7.5.0: Adding gcc and gcc_s libs to link line
  354. -- Performing Test HAS_WERROR_FORMAT
  355. -- Performing Test HAS_WERROR_FORMAT - Success
  356. -- NUMA paths:
  357. -- /usr/include
  358. -- /usr/lib/x86_64-linux-gnu/libnuma.so
  359. -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT
  360. -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success
  361. CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:20 (cmake_policy):
  362.   The OLD behavior for policy CMP0066 will be removed from a future version
  363.   of CMake.
  364.  
  365.   The cmake-policies(7) manual explains that the OLD behaviors of all
  366.   policies are deprecated and that a policy should be set to OLD only under
  367.   specific short-term circumstances.  Projects should be ported to the NEW
  368.   behavior and not rely on setting a policy to OLD.
  369.  
  370.  
  371. -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.1.1")  
  372. -- Check size of long double
  373. -- Check size of long double - done
  374. -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE
  375. -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success
  376. -- Performing Test COMPILER_SUPPORTS_FLOAT128
  377. -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success
  378. -- Performing Test COMPILER_SUPPORTS_SSE2
  379. -- Performing Test COMPILER_SUPPORTS_SSE2 - Success
  380. -- Performing Test COMPILER_SUPPORTS_SSE4
  381. -- Performing Test COMPILER_SUPPORTS_SSE4 - Success
  382. -- Performing Test COMPILER_SUPPORTS_AVX
  383. -- Performing Test COMPILER_SUPPORTS_AVX - Success
  384. -- Performing Test COMPILER_SUPPORTS_FMA4
  385. -- Performing Test COMPILER_SUPPORTS_FMA4 - Success
  386. -- Performing Test COMPILER_SUPPORTS_AVX2
  387. -- Performing Test COMPILER_SUPPORTS_AVX2 - Success
  388. -- Performing Test COMPILER_SUPPORTS_AVX512F
  389. -- Performing Test COMPILER_SUPPORTS_AVX512F - Success
  390. -- Performing Test COMPILER_SUPPORTS_OPENMP
  391. -- Performing Test COMPILER_SUPPORTS_OPENMP - Success
  392. -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES
  393. -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success
  394. -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH
  395. -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success
  396. -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM
  397. -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success
  398. -- Configuring build for SLEEF-v3.4.0
  399.    Target system: Linux-5.3.0-40-generic
  400.    Target processor: x86_64
  401.    Host system: Linux-5.3.0-40-generic
  402.    Host processor: x86_64
  403.    Detected C compiler: GNU @ /usr/bin/cc
  404. -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef
  405. -- Building shared libs : OFF
  406. -- MPFR : /usr/lib/x86_64-linux-gnu/libmpfr.so
  407. -- MPFR header file in /usr/include
  408. -- GMP : /usr/lib/x86_64-linux-gnu/libgmp.so
  409. -- RT : /usr/lib/x86_64-linux-gnu/librt.so
  410. -- FFTW3 : /usr/lib/x86_64-linux-gnu/libfftw3.so
  411. -- OPENSSL : 1.1.1
  412. -- SDE : SDE_COMMAND-NOTFOUND
  413. -- RUNNING_ON_TRAVIS : 0
  414. -- COMPILER_SUPPORTS_OPENMP : 1
  415. AT_INSTALL_INCLUDE_DIR include/ATen/core
  416. core header install: ....../pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h
  417. core header install: ....../pytorch/pytorch/build/aten/src/ATen/core/TensorMethods.h
  418. -- Include NCCL operators
  419. -- Including IDEEP operators
  420. -- Excluding image processing operators due to no opencv
  421. -- Excluding video processing operators due to no opencv
  422. -- Include Observer library
  423. -- /usr/bin/c++ ....../pytorch/pytorch/caffe2/../torch/abi-check.cpp -o ....../pytorch/pytorch/build/abi-check
  424. -- Determined _GLIBCXX_USE_CXX11_ABI=1
  425. -- MPI_INCLUDE_PATH: /opt/intel/compilers_and_libraries_2020.0.166/linux/mpi/intel64/include
  426. -- 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
  427. -- MPIEXEC: /opt/intel/mpi/intel64/bin/mpiexec
  428. -- pytorch is compiling with OpenMP.
  429. OpenMP CXX_FLAGS: -fopenmp.
  430. OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so.
  431. -- Caffe2 is compiling with OpenMP.
  432. OpenMP CXX_FLAGS: -fopenmp.
  433. OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so.
  434. -- Using ATen parallel backend: OMP
  435. -- Using lib/python3/dist-packages as python relative installation path
  436. CMake Warning at CMakeLists.txt:618 (message):
  437.   Generated cmake files are only fully tested if one builds with system glog,
  438.   gflags, and protobuf.  Other settings may generate files that are not well
  439.   tested.
  440.  
  441.  
  442. --
  443. -- ******** Summary ********
  444. -- General:
  445. --   CMake version         : 3.16.4
  446. --   CMake command         : /usr/local/bin/cmake
  447. --   System                : Linux
  448. --   C++ compiler          : /usr/bin/c++
  449. --   C++ compiler id       : GNU
  450. --   C++ compiler version  : 7.5.0
  451. --   BLAS                  : MKL
  452. --   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
  453. --   Build type            : Release
  454. --   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
  455. --   CMAKE_PREFIX_PATH     : /usr/lib/python3/dist-packages;/usr/local/cuda
  456. --   CMAKE_INSTALL_PREFIX  : ....../pytorch/pytorch/torch
  457. --
  458. --   TORCH_VERSION         : 1.5.0
  459. --   CAFFE2_VERSION        : 1.5.0
  460. --   BUILD_CAFFE2_MOBILE   : OFF
  461. --   USE_STATIC_DISPATCH   : OFF
  462. --   BUILD_BINARY          : OFF
  463. --   BUILD_CUSTOM_PROTOBUF : ON
  464. --     Link local protobuf : ON
  465. --   BUILD_DOCS            : OFF
  466. --   BUILD_PYTHON          : True
  467. --     Python version      : 3.6.9
  468. --     Python executable   : /usr/bin/python
  469. --     Pythonlibs version  : 3.6.9
  470. --     Python library      : /usr/lib/libpython3.6m.so.1.0
  471. --     Python includes     : /usr/include/python3.6m
  472. --     Python site-packages: lib/python3/dist-packages
  473. --   BUILD_CAFFE2_OPS      : ON
  474. --   BUILD_SHARED_LIBS     : ON
  475. --   BUILD_TEST            : True
  476. --   BUILD_JNI             : OFF
  477. --   INTERN_BUILD_MOBILE   :
  478. --   USE_ASAN              : OFF
  479. --   USE_CUDA              : ON
  480. --     CUDA static link    : OFF
  481. --     USE_CUDNN           : ON
  482. --     CUDA version        : 10.2
  483. --     cuDNN version       : 7.6.5
  484. --     CUDA root directory : /usr/local/cuda
  485. --     CUDA library        : /usr/local/cuda/lib64/stubs/libcuda.so
  486. --     cudart library      : /usr/local/cuda/lib64/libcudart.so
  487. --     cublas library      : /usr/lib/x86_64-linux-gnu/libcublas.so
  488. --     cufft library       : /usr/local/cuda/lib64/libcufft.so
  489. --     curand library      : /usr/local/cuda/lib64/libcurand.so
  490. --     cuDNN library       : /usr/local/cuda/lib64/libcudnn.so
  491. --     nvrtc               : /usr/local/cuda/lib64/libnvrtc.so
  492. --     CUDA include path   : /usr/local/cuda/include
  493. --     NVCC executable     : /usr/local/cuda/bin/nvcc
  494. --     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__
  495. --     CUDA host compiler  : /usr/bin/cc
  496. --     USE_TENSORRT        : OFF
  497. --   USE_ROCM              : OFF
  498. --   USE_EIGEN_FOR_BLAS    :
  499. --   USE_FBGEMM            : ON
  500. --   USE_FFMPEG            : OFF
  501. --   USE_GFLAGS            : OFF
  502. --   USE_GLOG              : OFF
  503. --   USE_LEVELDB           : OFF
  504. --   USE_LITE_PROTO        : OFF
  505. --   USE_LMDB              : OFF
  506. --   USE_METAL             : OFF
  507. --   USE_MKL               : ON
  508. --   USE_MKLDNN            : ON
  509. --   USE_MKLDNN_CBLAS      : OFF
  510. --   USE_NCCL              : ON
  511. --     USE_SYSTEM_NCCL     : OFF
  512. --   USE_NNPACK            : ON
  513. --   USE_NUMPY             : ON
  514. --   USE_OBSERVERS         : ON
  515. --   USE_OPENCL            : OFF
  516. --   USE_OPENCV            : OFF
  517. --   USE_OPENMP            : ON
  518. --   USE_TBB               : OFF
  519. --   USE_PROF              : OFF
  520. --   USE_QNNPACK           : ON
  521. --   USE_PYTORCH_QNNPACK   : ON
  522. --   USE_REDIS             : OFF
  523. --   USE_ROCKSDB           : OFF
  524. --   USE_ZMQ               : OFF
  525. --   USE_DISTRIBUTED       : ON
  526. --     USE_MPI             : ON
  527. --     USE_GLOO            : ON
  528. --   Public Dependencies  : Threads::Threads;caffe2::mkl;caffe2::mkldnn
  529. --   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
  530. -- Configuring done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement