Advertisement
Guest User

python-pytorch build log

a guest
Sep 7th, 2020
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 22.06 KB | None | 0 0
  1. -- The CXX compiler identification is GNU 10.2.0
  2. -- The C compiler identification is GNU 10.2.0
  3. -- Detecting CXX compiler ABI info
  4. -- Detecting CXX compiler ABI info - done
  5. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  6. -- Detecting CXX compile features
  7. -- Detecting CXX compile features - done
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- Check for working C compiler: /usr/bin/cc - skipped
  11. -- Detecting C compile features
  12. -- Detecting C compile features - done
  13. -- Not forcing any particular BLAS to be found
  14. -- Build type not set - defaulting to Release
  15. -- Performing Test COMPILER_WORKS
  16. -- Performing Test COMPILER_WORKS - Success
  17. -- Performing Test SUPPORT_GLIBCXX_USE_C99
  18. -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success
  19. -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED
  20. -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success
  21. -- std::exception_ptr is supported.
  22. -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING
  23. -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Success
  24. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS
  25. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success
  26. -- Current compiler supports avx2 extension. Will build perfkernels.
  27. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS
  28. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success
  29. -- Current compiler supports avx512f extension. Will build fbgemm.
  30. -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY
  31. -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success
  32. -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY
  33. -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success
  34. -- Performing Test COMPILER_SUPPORTS_RDYNAMIC
  35. -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success
  36. -- Building using own protobuf under third_party per request.
  37. -- Use custom protobuf build.
  38. --
  39. -- 3.11.4.0
  40. -- Looking for pthread.h
  41. -- Looking for pthread.h - found
  42. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  43. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  44. -- Check if compiler accepts -pthread
  45. -- Check if compiler accepts -pthread - yes
  46. -- Found Threads: TRUE  
  47. -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS
  48. -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success
  49. -- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/home/maxim/git/torch/src/pytorch-1.6.0/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
  50. -- Trying to find preferred BLAS backend of choice: MKL
  51. -- MKL_THREADING = OMP
  52. -- Looking for sys/types.h
  53. -- Looking for sys/types.h - found
  54. -- Looking for stdint.h
  55. -- Looking for stdint.h - found
  56. -- Looking for stddef.h
  57. -- Looking for stddef.h - found
  58. -- Check size of void*
  59. -- Check size of void* - done
  60. CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  61.   The package name passed to `find_package_handle_standard_args` (OpenMP_C)
  62.   does not match the name of the calling package (OpenMP).  This can lead to
  63.   problems in calling code that expects `find_package` result variables
  64.   (e.g., `_FOUND`) to follow a certain pattern.
  65. Call Stack (most recent call first):
  66.   cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
  67.   cmake/Modules/FindMKL.cmake:213 (FIND_PACKAGE)
  68.   cmake/Modules/FindMKL.cmake:307 (CHECK_ALL_LIBRARIES)
  69.   cmake/Dependencies.cmake:136 (find_package)
  70.   CMakeLists.txt:469 (include)
  71. This warning is for project developers.  Use -Wno-dev to suppress it.
  72.  
  73. CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  74.   The package name passed to `find_package_handle_standard_args` (OpenMP_CXX)
  75.   does not match the name of the calling package (OpenMP).  This can lead to
  76.   problems in calling code that expects `find_package` result variables
  77.   (e.g., `_FOUND`) to follow a certain pattern.
  78. Call Stack (most recent call first):
  79.   cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
  80.   cmake/Modules/FindMKL.cmake:213 (FIND_PACKAGE)
  81.   cmake/Modules/FindMKL.cmake:307 (CHECK_ALL_LIBRARIES)
  82.   cmake/Dependencies.cmake:136 (find_package)
  83.   CMakeLists.txt:469 (include)
  84. This warning is for project developers.  Use -Wno-dev to suppress it.
  85.  
  86. -- Looking for cblas_sgemm
  87. -- Looking for cblas_sgemm - found
  88. -- 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/libpthread.so;/usr/lib/libm.so;/usr/lib/libdl.so
  89. -- MKL include directory: /opt/intel/mkl/include
  90. -- MKL OpenMP type: GNU
  91. -- MKL OpenMP library: -fopenmp
  92. -- The ASM compiler identification is GNU
  93. -- Found assembler: /usr/bin/cc
  94. -- Brace yourself, we are building NNPACK
  95. -- Performing Test NNPACK_ARCH_IS_X86_32
  96. -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed
  97. -- Found PythonInterp: /usr/bin/python (found version "3.8.5")
  98. -- NNPACK backend is x86-64
  99. -- Performing Test COMPILER_SUPPORTS_AVX512
  100. -- Performing Test COMPILER_SUPPORTS_AVX512 - Success
  101. CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  102.   The package name passed to `find_package_handle_standard_args` (OpenMP_C)
  103.   does not match the name of the calling package (OpenMP).  This can lead to
  104.   problems in calling code that expects `find_package` result variables
  105.   (e.g., `_FOUND`) to follow a certain pattern.
  106. Call Stack (most recent call first):
  107.   cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
  108.   third_party/fbgemm/CMakeLists.txt:59 (find_package)
  109. This warning is for project developers.  Use -Wno-dev to suppress it.
  110.  
  111. -- Found OpenMP_C: -fopenmp (found version "4.5")
  112. CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  113.   The package name passed to `find_package_handle_standard_args` (OpenMP_CXX)
  114.   does not match the name of the calling package (OpenMP).  This can lead to
  115.   problems in calling code that expects `find_package` result variables
  116.   (e.g., `_FOUND`) to follow a certain pattern.
  117. Call Stack (most recent call first):
  118.   cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
  119.   third_party/fbgemm/CMakeLists.txt:59 (find_package)
  120. This warning is for project developers.  Use -Wno-dev to suppress it.
  121.  
  122. -- Found OpenMP_CXX: -fopenmp (found version "4.5")
  123. -- Found OpenMP: TRUE (found version "4.5")  
  124. CMake Warning at third_party/fbgemm/CMakeLists.txt:61 (message):
  125.   OpenMP found! OpenMP_C_INCLUDE_DIRS =
  126.  
  127.  
  128. CMake Warning at third_party/fbgemm/CMakeLists.txt:130 (message):
  129.   ==========
  130.  
  131.  
  132. CMake Warning at third_party/fbgemm/CMakeLists.txt:131 (message):
  133.   CMAKE_BUILD_TYPE = Release
  134.  
  135.  
  136. CMake Warning at third_party/fbgemm/CMakeLists.txt:132 (message):
  137.   CMAKE_CXX_FLAGS_DEBUG is -g
  138.  
  139.  
  140. CMake Warning at third_party/fbgemm/CMakeLists.txt:133 (message):
  141.   CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG
  142.  
  143.  
  144. CMake Warning at third_party/fbgemm/CMakeLists.txt:134 (message):
  145.   ==========
  146.  
  147.  
  148. -- Performing Test __CxxFlag__fno_threadsafe_statics
  149. -- Performing Test __CxxFlag__fno_threadsafe_statics - Success
  150. -- Performing Test __CxxFlag__fno_semantic_interposition
  151. -- Performing Test __CxxFlag__fno_semantic_interposition - Success
  152. -- Performing Test __CxxFlag__fmerge_all_constants
  153. -- Performing Test __CxxFlag__fmerge_all_constants - Success
  154. ** AsmJit Summary **
  155.    ASMJIT_DIR=/home/maxim/git/torch/src/pytorch-1.6.0/third_party/fbgemm/third_party/asmjit
  156.    ASMJIT_TEST=FALSE
  157.    ASMJIT_TARGET_TYPE=STATIC
  158.    ASMJIT_DEPS=pthread;rt
  159.    ASMJIT_LIBS=asmjit;pthread;rt
  160.    ASMJIT_CFLAGS=-DASMJIT_STATIC
  161.    ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC
  162.    ASMJIT_PRIVATE_CFLAGS_DBG=
  163.    ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants
  164. -- Found Numa: /usr/include  
  165. -- Found Numa  (include: /usr/include, library: /usr/lib/libnuma.so)
  166. -- Using third party subdirectory Eigen.
  167. -- Setting Python's include dir to /usr/include/python3.8 from distutils.sysconfig
  168. -- Setting Python's library to /usr/lib/python3.8
  169. -- Found PythonInterp: /usr/bin/python (found suitable version "3.8.5", minimum required is "3.0")
  170. -- Found PythonLibs: /usr/lib/python3.8 (found suitable version "3.8.5", minimum required is "3.0")
  171. -- Found NumPy: /usr/lib/python3.8/site-packages/numpy/core/include (found version "1.19.1")
  172. -- NumPy ver. 1.19.1 found (include: /usr/lib/python3.8/site-packages/numpy/core/include)
  173. -- Using third_party/pybind11.
  174. -- pybind11 include dirs: /home/maxim/git/torch/src/pytorch-1.6.0/cmake/../third_party/pybind11/include
  175. -- Found MPI_C: /usr/lib/openmpi/libmpi.so (found version "3.1")
  176. -- Found MPI_CXX: /usr/lib/openmpi/libmpi.so (found version "3.1")
  177. -- Found MPI: TRUE (found version "3.1")  
  178. -- MPI support found
  179. -- MPI compile flags: -pthread
  180. -- MPI include path: /usr/include
  181. -- MPI LINK flags path: -Wl,-rpath -Wl,/usr/lib/openmpi -Wl,--enable-new-dtags -pthread
  182. -- MPI libraries: /usr/lib/openmpi/libmpi.so
  183. -- Found OpenMPI with CUDA support built.
  184. CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  185.   The package name passed to `find_package_handle_standard_args` (OpenMP_C)
  186.   does not match the name of the calling package (OpenMP).  This can lead to
  187.   problems in calling code that expects `find_package` result variables
  188.   (e.g., `_FOUND`) to follow a certain pattern.
  189. Call Stack (most recent call first):
  190.   cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
  191.   cmake/Dependencies.cmake:1047 (find_package)
  192.   CMakeLists.txt:469 (include)
  193. This warning is for project developers.  Use -Wno-dev to suppress it.
  194.  
  195. CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  196.   The package name passed to `find_package_handle_standard_args` (OpenMP_CXX)
  197.   does not match the name of the calling package (OpenMP).  This can lead to
  198.   problems in calling code that expects `find_package` result variables
  199.   (e.g., `_FOUND`) to follow a certain pattern.
  200. Call Stack (most recent call first):
  201.   cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
  202.   cmake/Dependencies.cmake:1047 (find_package)
  203.   CMakeLists.txt:469 (include)
  204. This warning is for project developers.  Use -Wno-dev to suppress it.
  205.  
  206. -- Adding OpenMP CXX_FLAGS: -fopenmp
  207. -- Will link against OpenMP libraries: /usr/lib/libgomp.so;/usr/lib/libpthread.so
  208. -- Found CUDA: /opt/cuda (found version "11.0")
  209. -- Caffe2: CUDA detected: 11.0
  210. -- Caffe2: CUDA nvcc is: /opt/cuda/bin/nvcc
  211. -- Caffe2: CUDA toolkit directory: /opt/cuda
  212. -- Caffe2: Header version is: 11.0
  213. -- Found CUDNN: /usr/lib/libcudnn.so  
  214. -- Found cuDNN: v8.0.2  (include: /usr/include, library: /usr/lib/libcudnn.so)
  215. -- Autodetected CUDA architecture(s):  7.5
  216. -- Added CUDA NVCC flags for: -gencode;arch=compute_75,code=sm_75
  217. -- Autodetected CUDA architecture(s):  7.5
  218. CMake Error at /usr/share/cmake-3.18/Modules/ExternalProject.cmake:2555 (message):
  219.   No download info given for 'nccl_external' and its source directory:
  220.  
  221.    /home/maxim/git/torch/src/pytorch-1.6.0/third_party/nccl/nccl
  222.  
  223.   is not an existing non-empty directory.  Please specify one of:
  224.  
  225.    * SOURCE_DIR with an existing non-empty directory
  226.    * DOWNLOAD_COMMAND
  227.    * URL
  228.    * GIT_REPOSITORY
  229.    * SVN_REPOSITORY
  230.    * HG_REPOSITORY
  231.    * CVS_REPOSITORY and CVS_MODULE
  232. Call Stack (most recent call first):
  233.   /usr/share/cmake-3.18/Modules/ExternalProject.cmake:3206 (_ep_add_download_command)
  234.   cmake/External/nccl.cmake:19 (ExternalProject_Add)
  235.   cmake/Dependencies.cmake:1219 (include)
  236.   CMakeLists.txt:469 (include)
  237.  
  238.  
  239. CMake Warning at cmake/External/nccl.cmake:65 (message):
  240.   Objcopy version is too old to support NCCL library slimming
  241. Call Stack (most recent call first):
  242.   cmake/Dependencies.cmake:1219 (include)
  243.   CMakeLists.txt:469 (include)
  244.  
  245.  
  246. -- Found CUB: /opt/cuda/include  
  247. CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option):
  248.   Policy CMP0077 is not set: option() honors normal variables.  Run "cmake
  249.  --help-policy CMP0077" for policy details.  Use the cmake_policy command to
  250.   set the policy and suppress this warning.
  251.  
  252.   For compatibility with older versions of CMake, option is clearing the
  253.   normal variable 'BUILD_BENCHMARK'.
  254. This warning is for project developers.  Use -Wno-dev to suppress it.
  255.  
  256. -- MPI include path: /usr/include
  257. -- MPI libraries: /usr/lib/openmpi/libmpi.so
  258. -- Found CUDA: /opt/cuda (found suitable version "11.0", minimum required is "7.0")
  259. -- CUDA detected: 11.0
  260. CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  261.   The package name passed to `find_package_handle_standard_args` (NCCL) does
  262.   not match the name of the calling package (nccl).  This can lead to
  263.   problems in calling code that expects `find_package` result variables
  264.   (e.g., `_FOUND`) to follow a certain pattern.
  265. Call Stack (most recent call first):
  266.   third_party/gloo/cmake/Modules/Findnccl.cmake:45 (find_package_handle_standard_args)
  267.   third_party/gloo/cmake/Dependencies.cmake:91 (find_package)
  268.   third_party/gloo/CMakeLists.txt:75 (include)
  269. This warning is for project developers.  Use -Wno-dev to suppress it.
  270.  
  271. -- Found NCCL: /usr/include  
  272. -- Determining NCCL version from the header file: /usr/include/nccl.h
  273. -- NCCL_MAJOR_VERSION: 2
  274. -- Found NCCL (include: /usr/include, library: /lib/libnccl.so)
  275. -- Found uv: 1.39.0 (found version "1.39.0")
  276. CMake Warning at cmake/Dependencies.cmake:1334 (message):
  277.   Metal is only used in ios builds.
  278. Call Stack (most recent call first):
  279.   CMakeLists.txt:469 (include)
  280.  
  281.  
  282. Generated: /home/maxim/git/torch/src/pytorch-1.6.0/third_party/onnx/onnx/onnx_onnx_torch-ml.proto
  283. Generated: /home/maxim/git/torch/src/pytorch-1.6.0/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto
  284. --
  285. -- ******** Summary ********
  286. --   CMake version         : 3.18.2
  287. --   CMake command         : /usr/bin/cmake
  288. --   System                : Linux
  289. --   C++ compiler          : /usr/bin/c++
  290. --   C++ compiler version  : 10.2.0
  291. --   CXX flags             :  -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor
  292. --   Build type            : Release
  293. --   Compile definitions   : TH_BLAS_MKL;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1
  294. --   CMAKE_PREFIX_PATH     : /opt/cuda
  295. --   CMAKE_INSTALL_PREFIX  : /usr/local
  296. --   CMAKE_MODULE_PATH     : /home/maxim/git/torch/src/pytorch-1.6.0/cmake/Modules;/home/maxim/git/torch/src/pytorch-1.6.0/cmake/public/../Modules_CUDA_fix
  297. --
  298. --   ONNX version          : 1.7.0
  299. --   ONNX NAMESPACE        : onnx_torch
  300. --   ONNX_BUILD_TESTS      : OFF
  301. --   ONNX_BUILD_BENCHMARKS : OFF
  302. --   ONNX_USE_LITE_PROTO   : OFF
  303. --   ONNXIFI_DUMMY_BACKEND : OFF
  304. --   ONNXIFI_ENABLE_EXT    : OFF
  305. --
  306. --   Protobuf compiler     :
  307. --   Protobuf includes     :
  308. --   Protobuf libraries    :
  309. --   BUILD_ONNX_PYTHON     : OFF
  310. --
  311. -- ******** Summary ********
  312. --   CMake version         : 3.18.2
  313. --   CMake command         : /usr/bin/cmake
  314. --   System                : Linux
  315. --   C++ compiler          : /usr/bin/c++
  316. --   C++ compiler version  : 10.2.0
  317. --   CXX flags             :  -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor
  318. --   Build type            : Release
  319. --   Compile definitions   : TH_BLAS_MKL;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1
  320. --   CMAKE_PREFIX_PATH     : /opt/cuda
  321. --   CMAKE_INSTALL_PREFIX  : /usr/local
  322. --   CMAKE_MODULE_PATH     : /home/maxim/git/torch/src/pytorch-1.6.0/cmake/Modules;/home/maxim/git/torch/src/pytorch-1.6.0/cmake/public/../Modules_CUDA_fix
  323. --
  324. --   ONNX version          : 1.4.1
  325. --   ONNX NAMESPACE        : onnx_torch
  326. --   ONNX_BUILD_TESTS      : OFF
  327. --   ONNX_BUILD_BENCHMARKS : OFF
  328. --   ONNX_USE_LITE_PROTO   : OFF
  329. --   ONNXIFI_DUMMY_BACKEND : OFF
  330. --
  331. --   Protobuf compiler     :
  332. --   Protobuf includes     :
  333. --   Protobuf libraries    :
  334. --   BUILD_ONNX_PYTHON     : OFF
  335. -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor
  336. -- Adding -DNDEBUG to compile flags
  337. -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2
  338. -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - True
  339. -- Compiling with MAGMA support
  340. -- MAGMA INCLUDE DIRECTORIES: /usr/include
  341. -- MAGMA LIBRARIES: /usr/lib/libmagma.so
  342. -- MAGMA V2 check: 1
  343. -- Could not find hardware support for NEON on this machine.
  344. -- No OMAP3 processor on this machine.
  345. -- No OMAP4 processor on this machine.
  346. -- Looking for cpuid.h
  347. -- Looking for cpuid.h - found
  348. -- Performing Test HAVE_GCC_GET_CPUID
  349. -- Performing Test HAVE_GCC_GET_CPUID - Success
  350. -- Performing Test NO_GCC_EBX_FPIC_BUG
  351. -- Performing Test NO_GCC_EBX_FPIC_BUG - Success
  352. -- Performing Test C_HAS_AVX_1
  353. -- Performing Test C_HAS_AVX_1 - Failed
  354. -- Performing Test C_HAS_AVX_2
  355. -- Performing Test C_HAS_AVX_2 - Success
  356. -- Performing Test C_HAS_AVX2_1
  357. -- Performing Test C_HAS_AVX2_1 - Failed
  358. -- Performing Test C_HAS_AVX2_2
  359. -- Performing Test C_HAS_AVX2_2 - Success
  360. -- Performing Test CXX_HAS_AVX_1
  361. -- Performing Test CXX_HAS_AVX_1 - Failed
  362. -- Performing Test CXX_HAS_AVX_2
  363. -- Performing Test CXX_HAS_AVX_2 - Success
  364. -- Performing Test CXX_HAS_AVX2_1
  365. -- Performing Test CXX_HAS_AVX2_1 - Failed
  366. -- Performing Test CXX_HAS_AVX2_2
  367. -- Performing Test CXX_HAS_AVX2_2 - Success
  368. -- AVX compiler support found
  369. -- AVX2 compiler support found
  370. -- Performing Test BLAS_F2C_DOUBLE_WORKS
  371. -- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
  372. -- Performing Test BLAS_F2C_FLOAT_WORKS
  373. -- Performing Test BLAS_F2C_FLOAT_WORKS - Success
  374. -- Performing Test BLAS_USE_CBLAS_DOT
  375. -- Performing Test BLAS_USE_CBLAS_DOT - Success
  376. -- Found a library with BLAS API (mkl).
  377. -- Found a library with LAPACK API (mkl).
  378. disabling ROCM because NOT USE_ROCM is set
  379. -- MIOpen not found. Compiling without MIOpen support
  380. -- MKLDNN_CPU_RUNTIME = OMP
  381. -- Intel MKL-DNN compat: set DNNL_ENABLE_CONCURRENT_EXEC to MKLDNN_ENABLE_CONCURRENT_EXEC with value `ON`
  382. -- Intel MKL-DNN compat: set DNNL_BUILD_EXAMPLES to MKLDNN_BUILD_EXAMPLES with value `FALSE`
  383. -- Intel MKL-DNN compat: set DNNL_BUILD_TESTS to MKLDNN_BUILD_TESTS with value `FALSE`
  384. -- Intel MKL-DNN compat: set DNNL_LIBRARY_TYPE to MKLDNN_LIBRARY_TYPE with value `STATIC`
  385. -- Intel MKL-DNN compat: set DNNL_CPU_RUNTIME to MKLDNN_CPU_RUNTIME with value `OMP`
  386. CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  387.   The package name passed to `find_package_handle_standard_args` (OpenMP_C)
  388.   does not match the name of the calling package (OpenMP).  This can lead to
  389.   problems in calling code that expects `find_package` result variables
  390.   (e.g., `_FOUND`) to follow a certain pattern.
  391. Call Stack (most recent call first):
  392.   cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
  393.   third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:61 (find_package)
  394.   third_party/ideep/mkl-dnn/CMakeLists.txt:114 (include)
  395. This warning is for project developers.  Use -Wno-dev to suppress it.
  396.  
  397. -- Found OpenMP_C: -fopenmp (found version "4.5")
  398. CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  399.   The package name passed to `find_package_handle_standard_args` (OpenMP_CXX)
  400.   does not match the name of the calling package (OpenMP).  This can lead to
  401.   problems in calling code that expects `find_package` result variables
  402.   (e.g., `_FOUND`) to follow a certain pattern.
  403. Call Stack (most recent call first):
  404.   cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
  405.   third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:61 (find_package)
  406.   third_party/ideep/mkl-dnn/CMakeLists.txt:114 (include)
  407. This warning is for project developers.  Use -Wno-dev to suppress it.
  408.  
  409. -- Found OpenMP_CXX: -fopenmp (found version "4.5")
  410. -- GPU support is disabled
  411. -- Found Git: /usr/bin/git (found version "2.28.0")
  412. -- Primitive cache is enabled
  413. -- Found MKL-DNN: TRUE
  414. -- Looking for clock_gettime in rt
  415. -- Looking for clock_gettime in rt - found
  416. -- Looking for mmap
  417. -- Looking for mmap - found
  418. -- Looking for shm_open
  419. -- Looking for shm_open - found
  420. -- Looking for shm_unlink
  421. -- Looking for shm_unlink - found
  422. -- Looking for malloc_usable_size
  423. -- Looking for malloc_usable_size - found
  424. -- Performing Test C_HAS_THREAD
  425. -- Performing Test C_HAS_THREAD - Success
  426. -- Version: 6.2.0
  427. -- Build type: Release
  428. -- CXX_STANDARD: 14
  429. -- Performing Test has_std_14_flag
  430. -- Performing Test has_std_14_flag - Success
  431. -- Performing Test has_std_1y_flag
  432. -- Performing Test has_std_1y_flag - Success
  433. -- Performing Test SUPPORTS_USER_DEFINED_LITERALS
  434. -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
  435. -- Performing Test FMT_HAS_VARIANT
  436. -- Performing Test FMT_HAS_VARIANT - Success
  437. -- Required features: cxx_variadic_templates
  438. -- Looking for strtod_l
  439. -- Looking for strtod_l - not found
  440. -- GCC 10.2.0: Adding gcc and gcc_s libs to link line
  441. -- Performing Test HAS_WERROR_FORMAT
  442. -- Performing Test HAS_WERROR_FORMAT - Success
  443. -- Looking for backtrace
  444. -- Looking for backtrace - found
  445. -- backtrace facility detected in default set of libraries
  446. -- Found Backtrace: /usr/include  
  447. -- NUMA paths:
  448. -- /usr/include
  449. -- /usr/lib/libnuma.so
  450. -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT
  451. -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success
  452. -- Using ATen parallel backend: OMP
  453. CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:20 (cmake_policy):
  454.   The OLD behavior for policy CMP0066 will be removed from a future version
  455.   of CMake.
  456.  
  457.   The cmake-policies(7) manual explains that the OLD behaviors of all
  458.   policies are deprecated and that a policy should be set to OLD only under
  459.   specific short-term circumstances.  Projects should be ported to the NEW
  460.   behavior and not rely on setting a policy to OLD.
  461.  
  462.  
  463. CMake Error at third_party/sleef/CMakeLists.txt:37 (message):
  464.   SLEEF does not allow in-source builds.
  465.  
  466.   You can refer to doc/build-with-cmake.md for instructions on how provide a
  467.   separate build directory.  Note: Please remove autogenerated file
  468.   `CMakeCache.txt` and directory `CMakeFiles` in the current directory.
  469.  
  470.  
  471. -- Configuring incomplete, errors occurred!
  472. See also "/home/maxim/git/torch/src/pytorch-1.6.0/CMakeFiles/CMakeOutput.log".
  473. See also "/home/maxim/git/torch/src/pytorch-1.6.0/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement