Guest User

Untitled

a guest
Sep 12th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 165.77 KB | None | 0 0
  1. Kevins-MBP:~/Downloads/pytorch (master *) $ MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python
  2. running install
  3. running build_deps
  4. -- The C compiler identification is AppleClang 8.0.0.8000038
  5. -- The CXX compiler identification is AppleClang 8.0.0.8000038
  6. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang
  7. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang -- works
  8. -- Detecting C compiler ABI info
  9. -- Checking if C linker supports --verbose
  10. -- Checking if C linker supports --verbose - no
  11. -- Detecting C compiler ABI info - done
  12. -- Detecting C compile features
  13. -- Detecting C compile features - done
  14. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++
  15. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ -- works
  16. -- Detecting CXX compiler ABI info
  17. -- Checking if CXX linker supports --verbose
  18. -- Checking if CXX linker supports --verbose - no
  19. -- Detecting CXX compiler ABI info - done
  20. -- Detecting CXX compile features
  21. -- Detecting CXX compile features - done
  22. -- Try OpenMP C flag = [-fopenmp=libomp]
  23. -- Performing Test OpenMP_FLAG_DETECTED
  24. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  25. -- Try OpenMP C flag = [ ]
  26. -- Performing Test OpenMP_FLAG_DETECTED
  27. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  28. -- Try OpenMP C flag = [-fopenmp]
  29. -- Performing Test OpenMP_FLAG_DETECTED
  30. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  31. -- Try OpenMP C flag = [/openmp]
  32. -- Performing Test OpenMP_FLAG_DETECTED
  33. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  34. -- Try OpenMP C flag = [-Qopenmp]
  35. -- Performing Test OpenMP_FLAG_DETECTED
  36. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  37. -- Try OpenMP C flag = [-openmp]
  38. -- Performing Test OpenMP_FLAG_DETECTED
  39. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  40. -- Try OpenMP C flag = [-xopenmp]
  41. -- Performing Test OpenMP_FLAG_DETECTED
  42. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  43. -- Try OpenMP C flag = [+Oopenmp]
  44. -- Performing Test OpenMP_FLAG_DETECTED
  45. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  46. -- Try OpenMP C flag = [-qsmp]
  47. -- Performing Test OpenMP_FLAG_DETECTED
  48. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  49. -- Try OpenMP C flag = [-mp]
  50. -- Performing Test OpenMP_FLAG_DETECTED
  51. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  52. -- Try OpenMP CXX flag = [-fopenmp=libomp]
  53. -- Performing Test OpenMP_FLAG_DETECTED
  54. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  55. -- Try OpenMP CXX flag = [ ]
  56. -- Performing Test OpenMP_FLAG_DETECTED
  57. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  58. -- Try OpenMP CXX flag = [-fopenmp]
  59. -- Performing Test OpenMP_FLAG_DETECTED
  60. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  61. -- Try OpenMP CXX flag = [/openmp]
  62. -- Performing Test OpenMP_FLAG_DETECTED
  63. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  64. -- Try OpenMP CXX flag = [-Qopenmp]
  65. -- Performing Test OpenMP_FLAG_DETECTED
  66. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  67. -- Try OpenMP CXX flag = [-openmp]
  68. -- Performing Test OpenMP_FLAG_DETECTED
  69. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  70. -- Try OpenMP CXX flag = [-xopenmp]
  71. -- Performing Test OpenMP_FLAG_DETECTED
  72. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  73. -- Try OpenMP CXX flag = [+Oopenmp]
  74. -- Performing Test OpenMP_FLAG_DETECTED
  75. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  76. -- Try OpenMP CXX flag = [-qsmp]
  77. -- Performing Test OpenMP_FLAG_DETECTED
  78. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  79. -- Try OpenMP CXX flag = [-mp]
  80. -- Performing Test OpenMP_FLAG_DETECTED
  81. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  82. -- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
  83. -- Could not find hardware support for NEON on this machine.
  84. -- No OMAP3 processor on this machine.
  85. -- No OMAP4 processor on this machine.
  86. -- Looking for cpuid.h
  87. -- Looking for cpuid.h - found
  88. -- Performing Test HAVE_GCC_GET_CPUID
  89. -- Performing Test HAVE_GCC_GET_CPUID - Success
  90. -- Performing Test NO_GCC_EBX_FPIC_BUG
  91. -- Performing Test NO_GCC_EBX_FPIC_BUG - Success
  92. -- Performing Test C_HAS_SSE1_1
  93. -- Performing Test C_HAS_SSE1_1 - Success
  94. -- Performing Test C_HAS_SSE2_1
  95. -- Performing Test C_HAS_SSE2_1 - Success
  96. -- Performing Test C_HAS_SSE3_1
  97. -- Performing Test C_HAS_SSE3_1 - Success
  98. -- Performing Test C_HAS_SSE4_1_1
  99. -- Performing Test C_HAS_SSE4_1_1 - Failed
  100. -- Performing Test C_HAS_SSE4_1_2
  101. -- Performing Test C_HAS_SSE4_1_2 - Success
  102. -- Performing Test C_HAS_SSE4_2_1
  103. -- Performing Test C_HAS_SSE4_2_1 - Failed
  104. -- Performing Test C_HAS_SSE4_2_2
  105. -- Performing Test C_HAS_SSE4_2_2 - Success
  106. -- Performing Test C_HAS_AVX_1
  107. -- Performing Test C_HAS_AVX_1 - Failed
  108. -- Performing Test C_HAS_AVX_2
  109. -- Performing Test C_HAS_AVX_2 - Success
  110. -- Performing Test C_HAS_AVX2_1
  111. -- Performing Test C_HAS_AVX2_1 - Failed
  112. -- Performing Test C_HAS_AVX2_2
  113. -- Performing Test C_HAS_AVX2_2 - Success
  114. -- Performing Test CXX_HAS_SSE1_1
  115. -- Performing Test CXX_HAS_SSE1_1 - Success
  116. -- Performing Test CXX_HAS_SSE2_1
  117. -- Performing Test CXX_HAS_SSE2_1 - Success
  118. -- Performing Test CXX_HAS_SSE3_1
  119. -- Performing Test CXX_HAS_SSE3_1 - Success
  120. -- Performing Test CXX_HAS_SSE4_1_1
  121. -- Performing Test CXX_HAS_SSE4_1_1 - Failed
  122. -- Performing Test CXX_HAS_SSE4_1_2
  123. -- Performing Test CXX_HAS_SSE4_1_2 - Success
  124. -- Performing Test CXX_HAS_SSE4_2_1
  125. -- Performing Test CXX_HAS_SSE4_2_1 - Failed
  126. -- Performing Test CXX_HAS_SSE4_2_2
  127. -- Performing Test CXX_HAS_SSE4_2_2 - Success
  128. -- Performing Test CXX_HAS_AVX_1
  129. -- Performing Test CXX_HAS_AVX_1 - Failed
  130. -- Performing Test CXX_HAS_AVX_2
  131. -- Performing Test CXX_HAS_AVX_2 - Success
  132. -- Performing Test CXX_HAS_AVX2_1
  133. -- Performing Test CXX_HAS_AVX2_1 - Failed
  134. -- Performing Test CXX_HAS_AVX2_2
  135. -- Performing Test CXX_HAS_AVX2_2 - Success
  136. -- SSE2 Found
  137. -- SSE3 Found
  138. -- AVX Found
  139. -- AVX2 Found
  140. -- Performing Test HAS_C11_ATOMICS
  141. -- Performing Test HAS_C11_ATOMICS - Failed
  142. -- Performing Test HAS_MSC_ATOMICS
  143. -- Performing Test HAS_MSC_ATOMICS - Failed
  144. -- Performing Test HAS_GCC_ATOMICS
  145. -- Performing Test HAS_GCC_ATOMICS - Success
  146. -- TH_SO_VERSION: 1
  147. -- Atomics: using GCC intrinsics
  148. -- Looking for sys/types.h
  149. -- Looking for sys/types.h - found
  150. -- Looking for stdint.h
  151. -- Looking for stdint.h - found
  152. -- Looking for stddef.h
  153. -- Looking for stddef.h - found
  154. -- Check size of void*
  155. -- Check size of void* - done
  156. -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
  157. -- Library mkl_intel_lp64: /Users/kevinlu/miniconda3/envs/fastai/lib/libmkl_intel_lp64.dylib
  158. -- Library mkl_intel_thread: /Users/kevinlu/miniconda3/envs/fastai/lib/libmkl_intel_thread.dylib
  159. -- Library mkl_core: /Users/kevinlu/miniconda3/envs/fastai/lib/libmkl_core.dylib
  160. -- Library iomp5: /Users/kevinlu/miniconda3/envs/fastai/lib/libiomp5.dylib
  161. -- Library pthread: /usr/lib/libpthread.dylib
  162. -- Library m: /usr/lib/libm.dylib
  163. -- Looking for cblas_sgemm
  164. -- Looking for cblas_sgemm - found
  165. -- MKL library found
  166. -- Performing Test BLAS_F2C_DOUBLE_WORKS
  167. -- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
  168. -- Performing Test BLAS_F2C_FLOAT_WORKS
  169. -- Performing Test BLAS_F2C_FLOAT_WORKS - Success
  170. -- Performing Test BLAS_USE_CBLAS_DOT
  171. -- Performing Test BLAS_USE_CBLAS_DOT - Success
  172. -- Found a library with BLAS API (mkl).
  173. -- Found a library with LAPACK API. (mkl)
  174. -- Looking for mmap
  175. -- Looking for mmap - found
  176. -- Looking for shm_open
  177. -- Looking for shm_open - found
  178. -- Looking for shm_unlink
  179. -- Looking for shm_unlink - found
  180. -- Looking for malloc_usable_size
  181. -- Looking for malloc_usable_size - not found
  182. -- Performing Test C_HAS_THREAD
  183. -- Performing Test C_HAS_THREAD - Success
  184. -- Configuring done
  185. CMake Warning (dev):
  186. Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
  187. --help-policy CMP0042" for policy details. Use the cmake_policy command to
  188. set the policy and suppress this warning.
  189.  
  190. MACOSX_RPATH is not specified for the following targets:
  191.  
  192. TH
  193.  
  194. This warning is for project developers. Use -Wno-dev to suppress it.
  195.  
  196. -- Generating done
  197. CMake Warning:
  198. Manually-specified variables were not used by the project:
  199.  
  200. ATEN_LIBRARIES
  201. CMAKE_DEBUG_POSTFIX
  202. CMAKE_INSTALL_LIBDIR
  203. CUDA_NVCC_FLAGS
  204. CWRAP_FILES_BASE
  205. NCCL_EXTERNAL
  206. NO_CUDA
  207. THCS_LIBRARIES
  208. THCUNN_LIBRARIES
  209. THCUNN_SO_VERSION
  210. THC_LIBRARIES
  211. THC_SO_VERSION
  212. THD_SO_VERSION
  213. THNN_LIBRARIES
  214. THNN_SO_VERSION
  215. THPP_LIBRARIES
  216. THS_LIBRARIES
  217. TH_INCLUDE_PATH
  218. TH_LIB_PATH
  219. Torch_FOUND
  220. nanopb_BUILD_GENERATOR
  221.  
  222.  
  223. -- Build files have been written to: /Users/kevinlu/Downloads/pytorch/torch/lib/build/TH
  224. Scanning dependencies of target TH
  225. [ 4%] Building C object CMakeFiles/TH.dir/THHalf.c.o
  226. [ 9%] Building C object CMakeFiles/TH.dir/THGeneral.c.o
  227. [ 19%] Building C object CMakeFiles/TH.dir/THSize.c.o
  228. [ 19%] Building C object CMakeFiles/TH.dir/THAllocator.c.o
  229. [ 23%] Building C object CMakeFiles/TH.dir/THStorage.c.o
  230. [ 28%] Building C object CMakeFiles/TH.dir/THTensor.c.o
  231. [ 33%] Building C object CMakeFiles/TH.dir/THBlas.c.o
  232. [ 38%] Building C object CMakeFiles/TH.dir/THLapack.c.o
  233. [ 42%] Building C object CMakeFiles/TH.dir/THLogAdd.c.o
  234. [ 47%] Building C object CMakeFiles/TH.dir/THRandom.c.o
  235. [ 52%] Building C object CMakeFiles/TH.dir/THFile.c.o
  236. [ 57%] Building C object CMakeFiles/TH.dir/THDiskFile.c.o
  237. [ 61%] Building C object CMakeFiles/TH.dir/THMemoryFile.c.o
  238. [ 66%] Building C object CMakeFiles/TH.dir/THAtomic.c.o
  239. [ 71%] Building C object CMakeFiles/TH.dir/THVector.c.o
  240. [ 76%] Building C object CMakeFiles/TH.dir/generic/simd/convolve.c.o
  241. [ 80%] Building C object CMakeFiles/TH.dir/generic/simd/convolve5x5_sse.c.o
  242. [ 85%] Building C object CMakeFiles/TH.dir/vector/AVX.c.o
  243. [ 90%] Building C object CMakeFiles/TH.dir/generic/simd/convolve5x5_avx.c.o
  244. [ 95%] Building C object CMakeFiles/TH.dir/vector/AVX2.c.o
  245. [100%] Linking C shared library libTH.dylib
  246. ld: warning: directory not found for option '-L/Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib'
  247. [100%] Built target TH
  248. Install the project...
  249. -- Install configuration: "Release"
  250. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTH.1.dylib
  251. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTH.dylib
  252. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/TH.h
  253. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THAllocator.h
  254. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THMath.h
  255. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THBlas.h
  256. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THDiskFile.h
  257. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THFile.h
  258. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THFilePrivate.h
  259. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THGeneral.h
  260. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THGenerateAllTypes.h
  261. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THGenerateDoubleType.h
  262. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THGenerateFloatType.h
  263. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THGenerateHalfType.h
  264. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THGenerateLongType.h
  265. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THGenerateIntType.h
  266. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THGenerateShortType.h
  267. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THGenerateCharType.h
  268. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THGenerateByteType.h
  269. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THGenerateFloatTypes.h
  270. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THGenerateIntTypes.h
  271. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THLapack.h
  272. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THLogAdd.h
  273. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THMemoryFile.h
  274. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THRandom.h
  275. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THSize.h
  276. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THStorage.h
  277. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THTensor.h
  278. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THTensorApply.h
  279. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THTensorDimApply.h
  280. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THTensorMacros.h
  281. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THVector.h
  282. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THAtomic.h
  283. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/THHalf.h
  284. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/vector/AVX.h
  285. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/vector/AVX2.h
  286. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THBlas.c
  287. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THBlas.h
  288. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THLapack.c
  289. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THLapack.h
  290. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THStorage.c
  291. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THStorage.h
  292. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THStorageCopy.c
  293. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THStorageCopy.h
  294. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THTensor.c
  295. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THTensor.h
  296. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorConv.c
  297. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorConv.h
  298. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorCopy.c
  299. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorCopy.h
  300. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorLapack.c
  301. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorLapack.h
  302. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorMath.c
  303. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorMath.h
  304. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorRandom.c
  305. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THTensorRandom.h
  306. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THVectorDispatch.c
  307. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/TH/generic/THVector.h
  308. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/share/cmake/TH/THConfig.cmake
  309. Updating install_name for libTH.1.dylib
  310. -- The C compiler identification is AppleClang 8.0.0.8000038
  311. -- The CXX compiler identification is AppleClang 8.0.0.8000038
  312. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang
  313. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang -- works
  314. -- Detecting C compiler ABI info
  315. -- Checking if C linker supports --verbose
  316. -- Checking if C linker supports --verbose - no
  317. -- Detecting C compiler ABI info - done
  318. -- Detecting C compile features
  319. -- Detecting C compile features - done
  320. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++
  321. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ -- works
  322. -- Detecting CXX compiler ABI info
  323. -- Checking if CXX linker supports --verbose
  324. -- Checking if CXX linker supports --verbose - no
  325. -- Detecting CXX compiler ABI info - done
  326. -- Detecting CXX compile features
  327. -- Detecting CXX compile features - done
  328. -- TH_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTH.1.dylib
  329. -- THS_SO_VERSION: 1
  330. -- Configuring done
  331. CMake Warning (dev):
  332. Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
  333. --help-policy CMP0042" for policy details. Use the cmake_policy command to
  334. set the policy and suppress this warning.
  335.  
  336. MACOSX_RPATH is not specified for the following targets:
  337.  
  338. THS
  339.  
  340. This warning is for project developers. Use -Wno-dev to suppress it.
  341.  
  342. -- Generating done
  343. CMake Warning:
  344. Manually-specified variables were not used by the project:
  345.  
  346. ATEN_LIBRARIES
  347. CMAKE_DEBUG_POSTFIX
  348. CMAKE_INSTALL_LIBDIR
  349. CUDA_NVCC_FLAGS
  350. CWRAP_FILES_BASE
  351. NCCL_EXTERNAL
  352. NO_CUDA
  353. THCS_LIBRARIES
  354. THCUNN_LIBRARIES
  355. THCUNN_SO_VERSION
  356. THC_LIBRARIES
  357. THC_SO_VERSION
  358. THD_SO_VERSION
  359. THNN_LIBRARIES
  360. THNN_SO_VERSION
  361. THPP_LIBRARIES
  362. THS_LIBRARIES
  363. TH_SO_VERSION
  364. nanopb_BUILD_GENERATOR
  365.  
  366.  
  367. -- Build files have been written to: /Users/kevinlu/Downloads/pytorch/torch/lib/build/THS
  368. Scanning dependencies of target THS
  369. [ 50%] Building C object CMakeFiles/THS.dir/THSTensor.c.o
  370. [100%] Linking C shared library libTHS.dylib
  371. [100%] Built target THS
  372. Install the project...
  373. -- Install configuration: "Release"
  374. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHS.1.dylib
  375. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHS.dylib
  376. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THS/THS.h
  377. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THS/THSGenerateAllTypes.h
  378. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THS/THSGenerateFloatTypes.h
  379. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THS/THSGenerateIntTypes.h
  380. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THS/THSTensor.h
  381. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensor.c
  382. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensor.h
  383. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensorMath.c
  384. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THS/generic/THSTensorMath.h
  385. Updating install_name for libTH.1.dylib
  386. Updating install_name for libTHS.1.dylib
  387. -- The C compiler identification is AppleClang 8.0.0.8000038
  388. -- The CXX compiler identification is AppleClang 8.0.0.8000038
  389. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang
  390. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang -- works
  391. -- Detecting C compiler ABI info
  392. -- Checking if C linker supports --verbose
  393. -- Checking if C linker supports --verbose - no
  394. -- Detecting C compiler ABI info - done
  395. -- Detecting C compile features
  396. -- Detecting C compile features - done
  397. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++
  398. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ -- works
  399. -- Detecting CXX compiler ABI info
  400. -- Checking if CXX linker supports --verbose
  401. -- Checking if CXX linker supports --verbose - no
  402. -- Detecting CXX compiler ABI info - done
  403. -- Detecting CXX compile features
  404. -- Detecting CXX compile features - done
  405. -- TH_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTH.1.dylib
  406. -- Try OpenMP C flag = [-fopenmp=libomp]
  407. -- Performing Test OpenMP_FLAG_DETECTED
  408. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  409. -- Try OpenMP C flag = [ ]
  410. -- Performing Test OpenMP_FLAG_DETECTED
  411. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  412. -- Try OpenMP C flag = [-fopenmp]
  413. -- Performing Test OpenMP_FLAG_DETECTED
  414. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  415. -- Try OpenMP C flag = [/openmp]
  416. -- Performing Test OpenMP_FLAG_DETECTED
  417. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  418. -- Try OpenMP C flag = [-Qopenmp]
  419. -- Performing Test OpenMP_FLAG_DETECTED
  420. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  421. -- Try OpenMP C flag = [-openmp]
  422. -- Performing Test OpenMP_FLAG_DETECTED
  423. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  424. -- Try OpenMP C flag = [-xopenmp]
  425. -- Performing Test OpenMP_FLAG_DETECTED
  426. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  427. -- Try OpenMP C flag = [+Oopenmp]
  428. -- Performing Test OpenMP_FLAG_DETECTED
  429. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  430. -- Try OpenMP C flag = [-qsmp]
  431. -- Performing Test OpenMP_FLAG_DETECTED
  432. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  433. -- Try OpenMP C flag = [-mp]
  434. -- Performing Test OpenMP_FLAG_DETECTED
  435. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  436. -- Try OpenMP CXX flag = [-fopenmp=libomp]
  437. -- Performing Test OpenMP_FLAG_DETECTED
  438. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  439. -- Try OpenMP CXX flag = [ ]
  440. -- Performing Test OpenMP_FLAG_DETECTED
  441. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  442. -- Try OpenMP CXX flag = [-fopenmp]
  443. -- Performing Test OpenMP_FLAG_DETECTED
  444. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  445. -- Try OpenMP CXX flag = [/openmp]
  446. -- Performing Test OpenMP_FLAG_DETECTED
  447. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  448. -- Try OpenMP CXX flag = [-Qopenmp]
  449. -- Performing Test OpenMP_FLAG_DETECTED
  450. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  451. -- Try OpenMP CXX flag = [-openmp]
  452. -- Performing Test OpenMP_FLAG_DETECTED
  453. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  454. -- Try OpenMP CXX flag = [-xopenmp]
  455. -- Performing Test OpenMP_FLAG_DETECTED
  456. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  457. -- Try OpenMP CXX flag = [+Oopenmp]
  458. -- Performing Test OpenMP_FLAG_DETECTED
  459. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  460. -- Try OpenMP CXX flag = [-qsmp]
  461. -- Performing Test OpenMP_FLAG_DETECTED
  462. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  463. -- Try OpenMP CXX flag = [-mp]
  464. -- Performing Test OpenMP_FLAG_DETECTED
  465. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  466. -- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
  467. CMake Warning (dev) at CMakeLists.txt:61 (LINK_DIRECTORIES):
  468. This command specifies the relative path
  469.  
  470.  
  471.  
  472. as a link directory.
  473.  
  474. Policy CMP0015 is not set: link_directories() treats paths relative to the
  475. source dir. Run "cmake --help-policy CMP0015" for policy details. Use the
  476. cmake_policy command to set the policy and suppress this warning.
  477. This warning is for project developers. Use -Wno-dev to suppress it.
  478.  
  479. -- THNN_SO_VERSION: 1
  480. -- Configuring done
  481. CMake Warning (dev):
  482. Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
  483. --help-policy CMP0042" for policy details. Use the cmake_policy command to
  484. set the policy and suppress this warning.
  485.  
  486. MACOSX_RPATH is not specified for the following targets:
  487.  
  488. THNN
  489.  
  490. This warning is for project developers. Use -Wno-dev to suppress it.
  491.  
  492. -- Generating done
  493. CMake Warning:
  494. Manually-specified variables were not used by the project:
  495.  
  496. ATEN_LIBRARIES
  497. CMAKE_DEBUG_POSTFIX
  498. CMAKE_INSTALL_LIBDIR
  499. CUDA_NVCC_FLAGS
  500. CWRAP_FILES_BASE
  501. NCCL_EXTERNAL
  502. NO_CUDA
  503. THCS_LIBRARIES
  504. THCUNN_LIBRARIES
  505. THCUNN_SO_VERSION
  506. THC_LIBRARIES
  507. THC_SO_VERSION
  508. THD_SO_VERSION
  509. THNN_LIBRARIES
  510. THPP_LIBRARIES
  511. THS_LIBRARIES
  512. TH_INCLUDE_PATH
  513. TH_LIB_PATH
  514. TH_SO_VERSION
  515. nanopb_BUILD_GENERATOR
  516.  
  517.  
  518. -- Build files have been written to: /Users/kevinlu/Downloads/pytorch/torch/lib/build/THNN
  519. Scanning dependencies of target THNN
  520. [ 50%] Building C object CMakeFiles/THNN.dir/init.c.o
  521. [100%] Linking C shared library libTHNN.dylib
  522. [100%] Built target THNN
  523. Install the project...
  524. -- Install configuration: "Release"
  525. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHNN.1.dylib
  526. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHNN.dylib
  527. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THNN/THNN.h
  528. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THNN/generic/THNN.h
  529. Updating install_name for libTH.1.dylib
  530. Updating install_name for libTHNN.1.dylib
  531. Updating install_name for libTHS.1.dylib
  532. -- The C compiler identification is AppleClang 8.0.0.8000038
  533. -- The CXX compiler identification is AppleClang 8.0.0.8000038
  534. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang
  535. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang -- works
  536. -- Detecting C compiler ABI info
  537. -- Checking if C linker supports --verbose
  538. -- Checking if C linker supports --verbose - no
  539. -- Detecting C compiler ABI info - done
  540. -- Detecting C compile features
  541. -- Detecting C compile features - done
  542. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++
  543. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ -- works
  544. -- Detecting CXX compiler ABI info
  545. -- Checking if CXX linker supports --verbose
  546. -- Checking if CXX linker supports --verbose - no
  547. -- Detecting CXX compiler ABI info - done
  548. -- Detecting CXX compile features
  549. -- Detecting CXX compile features - done
  550. -- Removing -DNDEBUG from compile flags
  551. -- TH_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTH.1.dylib
  552. -- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "5.5")
  553. -- MAGMA not found. Compiling without MAGMA support
  554. -- Automatic GPU detection failed. Building for common architectures.
  555. -- Autodetected CUDA architecture(s): 3.0;3.5;5.0;5.2;6.0;6.1;6.1+PTX
  556. -- got cuda version 8.0
  557. -- Found CUDA with FP16 support, compiling with torch.CudaHalfTensor
  558. -- CUDA_NVCC_FLAGS: -DTH_INDEX_BASE=0 -I/Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include -I/Users/kev
  559. -- THC_SO_VERSION: 1
  560. -- Configuring done
  561. CMake Warning (dev):
  562. Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
  563. --help-policy CMP0042" for policy details. Use the cmake_policy command to
  564. set the policy and suppress this warning.
  565.  
  566. MACOSX_RPATH is not specified for the following targets:
  567.  
  568. THC
  569.  
  570. This warning is for project developers. Use -Wno-dev to suppress it.
  571.  
  572. -- Generating done
  573. CMake Warning:
  574. Manually-specified variables were not used by the project:
  575.  
  576. ATEN_LIBRARIES
  577. CMAKE_DEBUG_POSTFIX
  578. CMAKE_INSTALL_LIBDIR
  579. CWRAP_FILES_BASE
  580. NCCL_EXTERNAL
  581. NO_CUDA
  582. THCS_LIBRARIES
  583. THCUNN_LIBRARIES
  584. THCUNN_SO_VERSION
  585. THC_LIBRARIES
  586. THD_SO_VERSION
  587. THNN_LIBRARIES
  588. THNN_SO_VERSION
  589. THPP_LIBRARIES
  590. THS_LIBRARIES
  591. TH_SO_VERSION
  592. nanopb_BUILD_GENERATOR
  593.  
  594.  
  595. -- Build files have been written to: /Users/kevinlu/Downloads/pytorch/torch/lib/build/THC
  596. [ 3%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCReduceApplyUtils.cu.o
  597. [ 2%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCSleep.cu.o
  598. [ 3%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCHalf.cu.o
  599. [ 4%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCBlas.cu.o
  600. [ 6%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCStorage.cu.o
  601. [ 7%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCStorageCopy.cu.o
  602. [ 8%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensor.cu.o
  603. [ 9%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorCopy.cu.o
  604. [ 10%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMath.cu.o
  605. [ 12%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMath2.cu.o
  606. [ 13%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathBlas.cu.o
  607. [ 14%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathMagma.cu.o
  608. [ 15%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathPairwise.cu.o
  609. [ 17%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathReduce.cu.o
  610. [ 18%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMathScan.cu.o
  611. [ 19%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorIndex.cu.o
  612. [ 20%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorConv.cu.o
  613. [ 21%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorRandom.cu.o
  614. [ 23%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorScatterGather.cu.o
  615. [ 24%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorTopK.cu.o
  616. [ 25%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorSort.cu.o
  617. [ 26%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorTypeUtils.cu.o
  618. [ 28%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCSortUtils.cu.o
  619. [ 29%] Building NVCC (Device) object CMakeFiles/THC.dir/THC_generated_THCTensorMode.cu.o
  620. [ 30%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortByte.cu.o
  621. [ 31%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTByte.cu.o
  622. [ 32%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseByte.cu.o
  623. [ 34%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareByte.cu.o
  624. [ 35%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceByte.cu.o
  625. [ 36%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedByte.cu.o
  626. [ 37%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortChar.cu.o
  627. [ 39%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTChar.cu.o
  628. [ 40%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseChar.cu.o
  629. [ 41%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareChar.cu.o
  630. [ 42%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceChar.cu.o
  631. [ 43%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedChar.cu.o
  632. [ 45%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortShort.cu.o
  633. [ 46%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTShort.cu.o
  634. [ 47%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseShort.cu.o
  635. [ 48%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareShort.cu.o
  636. [ 50%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceShort.cu.o
  637. [ 51%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedShort.cu.o
  638. [ 52%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortInt.cu.o
  639. [ 53%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTInt.cu.o
  640. [ 54%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseInt.cu.o
  641. [ 56%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareInt.cu.o
  642. [ 57%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceInt.cu.o
  643. [ 58%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedInt.cu.o
  644. [ 59%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortLong.cu.o
  645. [ 60%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTLong.cu.o
  646. [ 62%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseLong.cu.o
  647. [ 63%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareLong.cu.o
  648. [ 64%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceLong.cu.o
  649. [ 65%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedLong.cu.o
  650. [ 67%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortHalf.cu.o
  651. [ 68%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTHalf.cu.o
  652. [ 69%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseHalf.cu.o
  653. [ 70%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareHalf.cu.o
  654. [ 71%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceHalf.cu.o
  655. [ 73%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedHalf.cu.o
  656. [ 74%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortFloat.cu.o
  657. [ 75%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTFloat.cu.o
  658. [ 76%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseFloat.cu.o
  659. [ 78%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareFloat.cu.o
  660. [ 79%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceFloat.cu.o
  661. [ 80%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedFloat.cu.o
  662. [ 81%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorSortDouble.cu.o
  663. [ 82%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareTDouble.cu.o
  664. [ 84%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathPointwiseDouble.cu.o
  665. [ 85%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathCompareDouble.cu.o
  666. [ 86%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMathReduceDouble.cu.o
  667. [ 87%] Building NVCC (Device) object CMakeFiles/THC.dir/generated/THC_generated_THCTensorMaskedDouble.cu.o
  668. Scanning dependencies of target THC
  669. [ 89%] Building CXX object CMakeFiles/THC.dir/THCCachingAllocator.cpp.o
  670. [ 90%] Building CXX object CMakeFiles/THC.dir/THCCachingHostAllocator.cpp.o
  671. [ 91%] Building C object CMakeFiles/THC.dir/THCGeneral.c.o
  672. [ 92%] Building C object CMakeFiles/THC.dir/THCStorageCopy.c.o
  673. [ 93%] Building CXX object CMakeFiles/THC.dir/THCStream.cpp.o
  674. [ 95%] Building C object CMakeFiles/THC.dir/THCTensor.c.o
  675. [ 96%] Building C object CMakeFiles/THC.dir/THCTensorCopy.c.o
  676. [ 97%] Building CXX object CMakeFiles/THC.dir/THCTensorRandom.cpp.o
  677. [ 98%] Building C object CMakeFiles/THC.dir/THCThreadLocal.c.o
  678. [100%] Linking CXX shared library libTHC.dylib
  679. [100%] Built target THC
  680. Install the project...
  681. -- Install configuration: "Release"
  682. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHC.1.dylib
  683. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHC.dylib
  684. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THC.h
  685. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCGeneral.h
  686. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCBlas.h
  687. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCSleep.h
  688. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCStorage.h
  689. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCStorageCopy.h
  690. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCStream.h
  691. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCThreadLocal.h
  692. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCTensor.h
  693. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCTensorCopy.h
  694. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCTensorRandom.h
  695. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCTensorMath.h
  696. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCTensorConv.h
  697. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCApply.cuh
  698. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCReduce.cuh
  699. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCReduceAll.cuh
  700. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCReduceApplyUtils.cuh
  701. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCAsmUtils.cuh
  702. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCAtomics.cuh
  703. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCScanUtils.cuh
  704. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCSortUtils.cuh
  705. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCAllocator.h
  706. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCCachingAllocator.h
  707. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCCachingHostAllocator.h
  708. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCDeviceUtils.cuh
  709. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensor.cuh
  710. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensor-inl.cuh
  711. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensorUtils.cuh
  712. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCDeviceTensorUtils-inl.cuh
  713. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCGenerateAllTypes.h
  714. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCGenerateByteType.h
  715. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCGenerateCharType.h
  716. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCGenerateShortType.h
  717. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCGenerateIntType.h
  718. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCGenerateLongType.h
  719. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCGenerateHalfType.h
  720. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCGenerateFloatType.h
  721. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCGenerateFloatTypes.h
  722. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCGenerateDoubleType.h
  723. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCHalf.h
  724. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCNumerics.cuh
  725. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCTensorSort.cuh
  726. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCTensorInfo.cuh
  727. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCTensorMathPointwise.cuh
  728. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCTensorTypeUtils.cuh
  729. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCTensorRandom.cuh
  730. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCTensorMathMagma.cuh
  731. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCThrustAllocator.cuh
  732. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCTensorMode.cuh
  733. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/THCTensorTopK.cuh
  734. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.c
  735. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.cu
  736. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorage.h
  737. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.c
  738. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.cu
  739. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensor.h
  740. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.c
  741. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.cu
  742. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCStorageCopy.h
  743. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.c
  744. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.cu
  745. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorCopy.h
  746. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMasked.h
  747. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMasked.cu
  748. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMath.h
  749. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMath.cu
  750. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathBlas.cu
  751. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathBlas.h
  752. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompare.h
  753. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompare.cu
  754. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompareT.h
  755. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathCompareT.cu
  756. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathMagma.h
  757. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathMagma.cu
  758. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPairwise.h
  759. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPairwise.cu
  760. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPointwise.h
  761. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathPointwise.cu
  762. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathReduce.h
  763. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathReduce.cu
  764. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathScan.h
  765. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMathScan.cu
  766. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorScatterGather.h
  767. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorScatterGather.cu
  768. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorIndex.h
  769. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorIndex.cu
  770. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorSort.h
  771. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorSort.cu
  772. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCDeviceTensorUtils.cu
  773. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorRandom.h
  774. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorRandom.cu
  775. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMode.h
  776. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorMode.cu
  777. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorTopK.h
  778. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THC/generic/THCTensorTopK.cu
  779. Updating install_name for libTH.1.dylib
  780. Updating install_name for libTHC.1.dylib
  781. Updating install_name for libTHNN.1.dylib
  782. Updating install_name for libTHS.1.dylib
  783. -- The C compiler identification is AppleClang 8.0.0.8000038
  784. -- The CXX compiler identification is AppleClang 8.0.0.8000038
  785. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang
  786. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang -- works
  787. -- Detecting C compiler ABI info
  788. -- Checking if C linker supports --verbose
  789. -- Checking if C linker supports --verbose - no
  790. -- Detecting C compiler ABI info - done
  791. -- Detecting C compile features
  792. -- Detecting C compile features - done
  793. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++
  794. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ -- works
  795. -- Detecting CXX compiler ABI info
  796. -- Checking if CXX linker supports --verbose
  797. -- Checking if CXX linker supports --verbose - no
  798. -- Detecting CXX compiler ABI info - done
  799. -- Detecting CXX compile features
  800. -- Detecting CXX compile features - done
  801. -- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "5.5")
  802. -- TH_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTH.1.dylib
  803. -- THC_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHC.1.dylib
  804. -- THS_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHS.1.dylib
  805. -- Automatic GPU detection failed. Building for common architectures.
  806. -- Autodetected CUDA architecture(s): 3.0;3.5;5.0;5.2;6.0;6.1;6.1+PTX
  807. -- got cuda version 8.0
  808. -- Found CUDA with FP16 support, compiling with torch.CudaHalfTensor
  809. -- CUDA_NVCC_FLAGS: -DTH_INDEX_BASE=0 -I/Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include -I/Users/kev
  810. -- THCS_SO_VERSION: 1
  811. -- Configuring done
  812. CMake Warning (dev):
  813. Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
  814. --help-policy CMP0042" for policy details. Use the cmake_policy command to
  815. set the policy and suppress this warning.
  816.  
  817. MACOSX_RPATH is not specified for the following targets:
  818.  
  819. THCS
  820.  
  821. This warning is for project developers. Use -Wno-dev to suppress it.
  822.  
  823. -- Generating done
  824. CMake Warning:
  825. Manually-specified variables were not used by the project:
  826.  
  827. ATEN_LIBRARIES
  828. CMAKE_DEBUG_POSTFIX
  829. CMAKE_INSTALL_LIBDIR
  830. CWRAP_FILES_BASE
  831. NCCL_EXTERNAL
  832. NO_CUDA
  833. THCS_LIBRARIES
  834. THCUNN_LIBRARIES
  835. THCUNN_SO_VERSION
  836. THC_SO_VERSION
  837. THD_SO_VERSION
  838. THNN_LIBRARIES
  839. THNN_SO_VERSION
  840. THPP_LIBRARIES
  841. TH_SO_VERSION
  842. nanopb_BUILD_GENERATOR
  843.  
  844.  
  845. -- Build files have been written to: /Users/kevinlu/Downloads/pytorch/torch/lib/build/THCS
  846. [ 50%] Building NVCC (Device) object CMakeFiles/THCS.dir/THCS_generated_THCSparse.cu.o
  847. [ 50%] Building NVCC (Device) object CMakeFiles/THCS.dir/THCS_generated_THCSTensor.cu.o
  848. Scanning dependencies of target THCS
  849. [ 75%] Building C object CMakeFiles/THCS.dir/THCSTensor.c.o
  850. [100%] Linking CXX shared library libTHCS.dylib
  851. [100%] Built target THCS
  852. Install the project...
  853. -- Install configuration: "Release"
  854. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHCS.1.dylib
  855. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHCS.dylib
  856. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/THCS.h
  857. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/THCSTensor.h
  858. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateAllTypes.h
  859. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateByteType.h
  860. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateCharType.h
  861. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateShortType.h
  862. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateIntType.h
  863. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateLongType.h
  864. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateHalfType.h
  865. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateFloatType.h
  866. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateFloatTypes.h
  867. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/THCSGenerateDoubleType.h
  868. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/THCSparse.h
  869. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensor.c
  870. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensor.cu
  871. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensor.h
  872. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensorMath.h
  873. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCS/generic/THCSTensorMath.cu
  874. Updating install_name for libTH.1.dylib
  875. Updating install_name for libTHC.1.dylib
  876. Updating install_name for libTHCS.1.dylib
  877. Updating install_name for libTHNN.1.dylib
  878. Updating install_name for libTHS.1.dylib
  879. -- The C compiler identification is AppleClang 8.0.0.8000038
  880. -- The CXX compiler identification is AppleClang 8.0.0.8000038
  881. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang
  882. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang -- works
  883. -- Detecting C compiler ABI info
  884. -- Checking if C linker supports --verbose
  885. -- Checking if C linker supports --verbose - no
  886. -- Detecting C compiler ABI info - done
  887. -- Detecting C compile features
  888. -- Detecting C compile features - done
  889. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++
  890. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ -- works
  891. -- Detecting CXX compiler ABI info
  892. -- Checking if CXX linker supports --verbose
  893. -- Checking if CXX linker supports --verbose - no
  894. -- Detecting CXX compiler ABI info - done
  895. -- Detecting CXX compile features
  896. -- Detecting CXX compile features - done
  897. -- Removing -DNDEBUG from compile flags
  898. -- TH_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTH.1.dylib
  899. -- THC_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHC.1.dylib
  900. -- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "6.5")
  901. -- Automatic GPU detection failed. Building for common architectures.
  902. -- Autodetected CUDA architecture(s): 3.0;3.5;5.0;5.2;6.0;6.1;6.1+PTX
  903. -- THCUNN_SO_VERSION: 1
  904. -- Configuring done
  905. CMake Warning (dev):
  906. Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
  907. --help-policy CMP0042" for policy details. Use the cmake_policy command to
  908. set the policy and suppress this warning.
  909.  
  910. MACOSX_RPATH is not specified for the following targets:
  911.  
  912. THCUNN
  913.  
  914. This warning is for project developers. Use -Wno-dev to suppress it.
  915.  
  916. -- Generating done
  917. CMake Warning:
  918. Manually-specified variables were not used by the project:
  919.  
  920. ATEN_LIBRARIES
  921. CMAKE_DEBUG_POSTFIX
  922. CMAKE_INSTALL_LIBDIR
  923. CWRAP_FILES_BASE
  924. NCCL_EXTERNAL
  925. NO_CUDA
  926. THCS_LIBRARIES
  927. THCUNN_LIBRARIES
  928. THC_SO_VERSION
  929. THD_SO_VERSION
  930. THNN_LIBRARIES
  931. THNN_SO_VERSION
  932. THPP_LIBRARIES
  933. THS_LIBRARIES
  934. TH_INCLUDE_PATH
  935. TH_LIB_PATH
  936. TH_SO_VERSION
  937. nanopb_BUILD_GENERATOR
  938.  
  939.  
  940. -- Build files have been written to: /Users/kevinlu/Downloads/pytorch/torch/lib/build/THCUNN
  941. [ 5%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_AbsCriterion.cu.o
  942. [ 5%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_BCECriterion.cu.o
  943. [ 5%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricUpSamplingTrilinear.cu.o
  944. [ 5%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Abs.cu.o
  945. [ 7%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_BatchNormalization.cu.o
  946. [ 8%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_ClassNLLCriterion.cu.o
  947. [ 9%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_DistKLDivCriterion.cu.o
  948. [ 11%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_ELU.cu.o
  949. [ 12%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_FeatureLPPooling.cu.o
  950. [ 14%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_FusedRNNKernel.cu.o
  951. [ 15%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_GatedLinearUnit.cu.o
  952. [ 16%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_HardTanh.cu.o
  953. [ 18%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_IndexLinear.cu.o
  954. [ 19%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_L1Cost.cu.o
  955. [ 21%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LeakyReLU.cu.o
  956. [ 22%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LogSigmoid.cu.o
  957. [ 23%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LogSoftMax.cu.o
  958. [ 25%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTable.cu.o
  959. [ 26%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTableBag.cu.o
  960. /Users/kevinlu/Downloads/pytorch/torch/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but
  961.  
  962. /Users/kevinlu/Downloads/pytorch/torch/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but
  963.  
  964. [ 28%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_MSECriterion.cu.o
  965. /Users/kevinlu/Downloads/pytorch/torch/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but
  966.  
  967. /Users/kevinlu/Downloads/pytorch/torch/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but
  968.  
  969. /Users/kevinlu/Downloads/pytorch/torch/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but
  970.  
  971. /Users/kevinlu/Downloads/pytorch/torch/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but
  972.  
  973. /Users/kevinlu/Downloads/pytorch/torch/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but
  974.  
  975. [ 29%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_MarginCriterion.cu.o
  976. [ 30%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_MultiLabelMarginCriterion.cu.o
  977. [ 32%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_MultiMarginCriterion.cu.o
  978. [ 33%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_PReLU.cu.o
  979. [ 35%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_RReLU.cu.o
  980. [ 36%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Sigmoid.cu.o
  981. [ 38%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SmoothL1Criterion.cu.o
  982. [ 39%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SoftMarginCriterion.cu.o
  983. [ 40%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SoftMax.cu.o
  984. [ 42%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SoftPlus.cu.o
  985. [ 43%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SoftShrink.cu.o
  986. [ 45%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SparseLinear.cu.o
  987. [ 46%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialAdaptiveAveragePooling.cu.o
  988. [ 47%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialAdaptiveMaxPooling.cu.o
  989. [ 49%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialAveragePooling.cu.o
  990. [ 50%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialClassNLLCriterion.cu.o
  991. [ 52%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialConvolutionLocal.cu.o
  992. [ 53%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialConvolutionMM.cu.o
  993. [ 54%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialCrossMapLRN.cu.o
  994. [ 56%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialDepthWiseConvolution.cu.o
  995. [ 57%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialDilatedConvolution.cu.o
  996. [ 59%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialDilatedMaxPooling.cu.o
  997. [ 60%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFractionalMaxPooling.cu.o
  998. [ 61%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFullConvolution.cu.o
  999. [ 63%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFullDilatedConvolution.cu.o
  1000. [ 64%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialMaxPooling.cu.o
  1001. [ 66%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialMaxUnpooling.cu.o
  1002. [ 67%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialReflectionPadding.cu.o
  1003. [ 69%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialReplicationPadding.cu.o
  1004. [ 70%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialSubSampling.cu.o
  1005. [ 71%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialUpSamplingBilinear.cu.o
  1006. [ 73%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialUpSamplingNearest.cu.o
  1007. [ 74%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Sqrt.cu.o
  1008. [ 76%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Square.cu.o
  1009. [ 77%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Tanh.cu.o
  1010. [ 78%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalConvolution.cu.o
  1011. [ 80%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalMaxPooling.cu.o
  1012. [ 81%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalRowConvolution.cu.o
  1013. [ 83%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_Threshold.cu.o
  1014. [ 84%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricAveragePooling.cu.o
  1015. [ 85%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricConvolution.cu.o
  1016. [ 87%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricDilatedConvolution.cu.o
  1017. [ 88%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricDilatedMaxPooling.cu.o
  1018. [ 90%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricFractionalMaxPooling.cu.o
  1019. [ 91%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricFullConvolution.cu.o
  1020. [ 92%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricFullDilatedConvolution.cu.o
  1021. [ 94%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricMaxPooling.cu.o
  1022. [ 95%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricMaxUnpooling.cu.o
  1023. [ 97%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricReplicationPadding.cu.o
  1024. [ 98%] Building NVCC (Device) object CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricUpSamplingNearest.cu.o
  1025. Scanning dependencies of target THCUNN
  1026. [100%] Linking CXX shared library libTHCUNN.dylib
  1027. [100%] Built target THCUNN
  1028. Install the project...
  1029. -- Install configuration: "Release"
  1030. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHCUNN.1.dylib
  1031. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHCUNN.dylib
  1032. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCUNN/THCUNN.h
  1033. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THCUNN/generic/THCUNN.h
  1034. Updating install_name for libTH.1.dylib
  1035. Updating install_name for libTHC.1.dylib
  1036. Updating install_name for libTHCS.1.dylib
  1037. Updating install_name for libTHCUNN.1.dylib
  1038. Updating install_name for libTHNN.1.dylib
  1039. Updating install_name for libTHS.1.dylib
  1040. -- The C compiler identification is AppleClang 8.0.0.8000038
  1041. -- The CXX compiler identification is AppleClang 8.0.0.8000038
  1042. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang
  1043. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang -- works
  1044. -- Detecting C compiler ABI info
  1045. -- Checking if C linker supports --verbose
  1046. -- Checking if C linker supports --verbose - no
  1047. -- Detecting C compiler ABI info - done
  1048. -- Detecting C compile features
  1049. -- Detecting C compile features - done
  1050. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++
  1051. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ -- works
  1052. -- Detecting CXX compiler ABI info
  1053. -- Checking if CXX linker supports --verbose
  1054. -- Checking if CXX linker supports --verbose - no
  1055. -- Detecting CXX compiler ABI info - done
  1056. -- Detecting CXX compile features
  1057. -- Detecting CXX compile features - done
  1058. -- TH_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTH.1.dylib
  1059. -- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "5.5")
  1060. -- THC_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHC.1.dylib
  1061. -- THCS_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHCS.1.dylib
  1062. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THPP/storages/generic/THCStorage.cpp from the build
  1063. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THPP/storages/generic/THStorage.cpp from the build
  1064. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THPP/tensors/generic/THCSTensor.cpp from the build
  1065. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THPP/tensors/generic/THCTensor.cpp from the build
  1066. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THPP/tensors/generic/THSTensor.cpp from the build
  1067. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THPP/tensors/generic/THTensor.cpp from the build
  1068. CMake Warning (dev) at CMakeLists.txt:105 (TARGET_LINK_LIBRARIES):
  1069. Policy CMP0023 is not set: Plain and keyword target_link_libraries
  1070. signatures cannot be mixed. Run "cmake --help-policy CMP0023" for policy
  1071. details. Use the cmake_policy command to set the policy and suppress this
  1072. warning.
  1073.  
  1074. The keyword signature for target_link_libraries has already been used with
  1075. the target "THPP". All uses of target_link_libraries with a target should
  1076. be either all-keyword or all-plain.
  1077.  
  1078. The uses of the keyword signature are here:
  1079.  
  1080. * CMakeLists.txt:102 (TARGET_LINK_LIBRARIES)
  1081. * CMakeLists.txt:104 (TARGET_LINK_LIBRARIES)
  1082.  
  1083. This warning is for project developers. Use -Wno-dev to suppress it.
  1084.  
  1085. -- Configuring done
  1086. CMake Warning (dev):
  1087. Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
  1088. --help-policy CMP0042" for policy details. Use the cmake_policy command to
  1089. set the policy and suppress this warning.
  1090.  
  1091. MACOSX_RPATH is not specified for the following targets:
  1092.  
  1093. THPP
  1094.  
  1095. This warning is for project developers. Use -Wno-dev to suppress it.
  1096.  
  1097. -- Generating done
  1098. CMake Warning:
  1099. Manually-specified variables were not used by the project:
  1100.  
  1101. ATEN_LIBRARIES
  1102. CMAKE_DEBUG_POSTFIX
  1103. CMAKE_INSTALL_LIBDIR
  1104. CWRAP_FILES_BASE
  1105. NCCL_EXTERNAL
  1106. THCUNN_LIBRARIES
  1107. THCUNN_SO_VERSION
  1108. THC_SO_VERSION
  1109. THD_SO_VERSION
  1110. THNN_LIBRARIES
  1111. THNN_SO_VERSION
  1112. THPP_LIBRARIES
  1113. TH_INCLUDE_PATH
  1114. TH_LIB_PATH
  1115. TH_SO_VERSION
  1116. nanopb_BUILD_GENERATOR
  1117.  
  1118.  
  1119. -- Build files have been written to: /Users/kevinlu/Downloads/pytorch/torch/lib/build/THPP
  1120. Scanning dependencies of target THPP
  1121. [ 27%] Building CXX object CMakeFiles/THPP.dir/generators/THCGenerator.cpp.o
  1122. [ 27%] Building CXX object CMakeFiles/THPP.dir/TraitsCuda.cpp.o
  1123. [ 27%] Building CXX object CMakeFiles/THPP.dir/Traits.cpp.o
  1124. [ 36%] Building CXX object CMakeFiles/THPP.dir/generators/THGenerator.cpp.o
  1125. [ 45%] Building CXX object CMakeFiles/THPP.dir/storages/THCStorage.cpp.o
  1126. [ 54%] Building CXX object CMakeFiles/THPP.dir/storages/THStorage.cpp.o
  1127. [ 63%] Building CXX object CMakeFiles/THPP.dir/tensors/THCSTensor.cpp.o
  1128. [ 72%] Building CXX object CMakeFiles/THPP.dir/tensors/THCTensor.cpp.o
  1129. [ 81%] Building CXX object CMakeFiles/THPP.dir/tensors/THSTensor.cpp.o
  1130. [ 90%] Building CXX object CMakeFiles/THPP.dir/tensors/THTensor.cpp.o
  1131. [100%] Linking CXX shared library libTHPP.dylib
  1132. [100%] Built target THPP
  1133. Install the project...
  1134. -- Install configuration: "Release"
  1135. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHPP.1.dylib
  1136. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHPP.dylib
  1137. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/THPP.h
  1138. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/Generator.hpp
  1139. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/Storage.hpp
  1140. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/Tensor.hpp
  1141. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/Traits.hpp
  1142. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/TraitsCuda.hpp
  1143. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/Type.hpp
  1144. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/generators/THCGenerator.hpp
  1145. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/generators/THGenerator.hpp
  1146. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/storages/THCStorage.hpp
  1147. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/storages/THStorage.hpp
  1148. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/storages/generic/THCStorage.hpp
  1149. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/storages/generic/THStorage.hpp
  1150. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/tensors/THCSTensor.hpp
  1151. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/tensors/THCTensor.hpp
  1152. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/tensors/THSTensor.hpp
  1153. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/tensors/THTensor.hpp
  1154. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/tensors/generic/THCSTensor.hpp
  1155. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/tensors/generic/THCTensor.hpp
  1156. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/tensors/generic/THSTensor.hpp
  1157. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THPP/tensors/generic/THTensor.hpp
  1158. Updating install_name for libTH.1.dylib
  1159. Updating install_name for libTHC.1.dylib
  1160. Updating install_name for libTHCS.1.dylib
  1161. Updating install_name for libTHCUNN.1.dylib
  1162. Updating install_name for libTHNN.1.dylib
  1163. Updating install_name for libTHPP.1.dylib
  1164. Updating install_name for libTHS.1.dylib
  1165. -- The C compiler identification is AppleClang 8.0.0.8000038
  1166. -- The CXX compiler identification is AppleClang 8.0.0.8000038
  1167. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang
  1168. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang -- works
  1169. -- Detecting C compiler ABI info
  1170. -- Checking if C linker supports --verbose
  1171. -- Checking if C linker supports --verbose - no
  1172. -- Detecting C compiler ABI info - done
  1173. -- Detecting C compile features
  1174. -- Detecting C compile features - done
  1175. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++
  1176. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ -- works
  1177. -- Detecting CXX compiler ABI info
  1178. -- Checking if CXX linker supports --verbose
  1179. -- Checking if CXX linker supports --verbose - no
  1180. -- Detecting CXX compiler ABI info - done
  1181. -- Detecting CXX compile features
  1182. -- Detecting CXX compile features - done
  1183. -- Configuring done
  1184. CMake Warning (dev):
  1185. Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
  1186. --help-policy CMP0042" for policy details. Use the cmake_policy command to
  1187. set the policy and suppress this warning.
  1188.  
  1189. MACOSX_RPATH is not specified for the following targets:
  1190.  
  1191. shm
  1192.  
  1193. This warning is for project developers. Use -Wno-dev to suppress it.
  1194.  
  1195. -- Generating done
  1196. CMake Warning:
  1197. Manually-specified variables were not used by the project:
  1198.  
  1199. ATEN_LIBRARIES
  1200. CMAKE_DEBUG_POSTFIX
  1201. CMAKE_INSTALL_LIBDIR
  1202. CUDA_NVCC_FLAGS
  1203. CWRAP_FILES_BASE
  1204. NCCL_EXTERNAL
  1205. NO_CUDA
  1206. THCS_LIBRARIES
  1207. THCUNN_LIBRARIES
  1208. THCUNN_SO_VERSION
  1209. THC_LIBRARIES
  1210. THC_SO_VERSION
  1211. THD_SO_VERSION
  1212. THNN_LIBRARIES
  1213. THNN_SO_VERSION
  1214. THPP_LIBRARIES
  1215. THS_LIBRARIES
  1216. TH_INCLUDE_PATH
  1217. TH_LIB_PATH
  1218. TH_SO_VERSION
  1219. Torch_FOUND
  1220. nanopb_BUILD_GENERATOR
  1221.  
  1222.  
  1223. -- Build files have been written to: /Users/kevinlu/Downloads/pytorch/torch/lib/build/libshm
  1224. Scanning dependencies of target shm
  1225. Scanning dependencies of target torch_shm_manager
  1226. [ 50%] Building CXX object CMakeFiles/shm.dir/core.cpp.o
  1227. [ 50%] Building CXX object CMakeFiles/torch_shm_manager.dir/manager.cpp.o
  1228. /Users/kevinlu/Downloads/pytorch/torch/lib/libshm/manager.cpp:88:14: warning: 'tmpnam' is deprecated: This function is
  1229. provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is
  1230. highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations]
  1231. if (std::tmpnam(tmpfile) == NULL)
  1232. ^
  1233. /Library/Developer/CommandLineTools/SDKs/MacOSX10.12.sdk/usr/include/stdio.h:277:7: note: 'tmpnam' has been explicitly
  1234. marked deprecated here
  1235. char *tmpnam(char *);
  1236. ^
  1237. [ 75%] Linking CXX shared library libshm.dylib
  1238. [ 75%] Built target shm
  1239. 1 warning generated.
  1240. [100%] Linking CXX executable torch_shm_manager
  1241. [100%] Built target torch_shm_manager
  1242. Install the project...
  1243. -- Install configuration: "Release"
  1244. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libshm.dylib
  1245. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/libshm.h
  1246. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/bin/torch_shm_manager
  1247. Updating install_name for libTH.1.dylib
  1248. Updating install_name for libTHC.1.dylib
  1249. Updating install_name for libTHCS.1.dylib
  1250. Updating install_name for libTHCUNN.1.dylib
  1251. Updating install_name for libTHNN.1.dylib
  1252. Updating install_name for libTHPP.1.dylib
  1253. Updating install_name for libTHS.1.dylib
  1254. Updating install_name for libshm.dylib
  1255. -- The C compiler identification is AppleClang 8.0.0.8000038
  1256. -- The CXX compiler identification is AppleClang 8.0.0.8000038
  1257. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang
  1258. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang -- works
  1259. -- Detecting C compiler ABI info
  1260. -- Checking if C linker supports --verbose
  1261. -- Checking if C linker supports --verbose - no
  1262. -- Detecting C compiler ABI info - done
  1263. -- Detecting C compile features
  1264. -- Detecting C compile features - done
  1265. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++
  1266. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ -- works
  1267. -- Detecting CXX compiler ABI info
  1268. -- Checking if CXX linker supports --verbose
  1269. -- Checking if CXX linker supports --verbose - no
  1270. -- Detecting CXX compiler ABI info - done
  1271. -- Detecting CXX compile features
  1272. -- Detecting CXX compile features - done
  1273. -- TH_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTH.1.dylib
  1274. -- THNN_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHNN.1.dylib
  1275. -- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "5.5")
  1276. -- THC_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHC.1.dylib
  1277. -- THCS_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHCS.1.dylib
  1278. -- THCUNN_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHCUNN.1.dylib
  1279. ATen Excluded: {'random_', 'exponential_', 'normal', 'bernoulli_', 'normal_', 'arange', 'bernoulli'}
  1280. -- Configuring done
  1281. CMake Warning (dev):
  1282. Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
  1283. --help-policy CMP0042" for policy details. Use the cmake_policy command to
  1284. set the policy and suppress this warning.
  1285.  
  1286. MACOSX_RPATH is not specified for the following targets:
  1287.  
  1288. ATen
  1289.  
  1290. This warning is for project developers. Use -Wno-dev to suppress it.
  1291.  
  1292. -- Generating done
  1293. CMake Warning:
  1294. Manually-specified variables were not used by the project:
  1295.  
  1296. ATEN_LIBRARIES
  1297. CMAKE_DEBUG_POSTFIX
  1298. CMAKE_INSTALL_LIBDIR
  1299. NCCL_EXTERNAL
  1300. THCUNN_SO_VERSION
  1301. THC_SO_VERSION
  1302. THD_SO_VERSION
  1303. THNN_SO_VERSION
  1304. THPP_LIBRARIES
  1305. TH_INCLUDE_PATH
  1306. TH_LIB_PATH
  1307. TH_SO_VERSION
  1308. nanopb_BUILD_GENERATOR
  1309.  
  1310.  
  1311. -- Build files have been written to: /Users/kevinlu/Downloads/pytorch/torch/lib/build/ATen
  1312. [ 1%] Generating ATen/CPUGenerator.h, ATen/CUDAGenerator.h, ATen/Declarations.yaml, ATen/CPUByteStorage.cpp, ATen/CPy
  1313. ATen Excluded: {'bernoulli', 'random_', 'normal', 'bernoulli_', 'arange', 'exponential_', 'normal_'}
  1314. Scanning dependencies of target ATen
  1315. [ 2%] Building CXX object CMakeFiles/ATen.dir/CPUGenerator.cpp.o
  1316. [ 5%] Building CXX object CMakeFiles/ATen.dir/CUDAGenerator.cpp.o
  1317. [ 5%] Building CXX object CMakeFiles/ATen.dir/Formatting.cpp.o
  1318. [ 5%] Building CXX object CMakeFiles/ATen.dir/Context.cpp.o
  1319. [ 6%] Building CXX object CMakeFiles/ATen.dir/Scalar.cpp.o
  1320. [ 8%] Building CXX object CMakeFiles/ATen.dir/Utils.cpp.o
  1321. [ 9%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUByteStorage.cpp.o
  1322. [ 10%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUByteType.cpp.o
  1323. [ 11%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUByteTensor.cpp.o
  1324. [ 12%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUCharStorage.cpp.o
  1325. [ 13%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUCharType.cpp.o
  1326. [ 15%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUCharTensor.cpp.o
  1327. [ 16%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUDoubleStorage.cpp.o
  1328. [ 17%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUDoubleType.cpp.o
  1329. [ 18%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUDoubleTensor.cpp.o
  1330. [ 19%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUFloatStorage.cpp.o
  1331. [ 20%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUFloatType.cpp.o
  1332. [ 22%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUFloatTensor.cpp.o
  1333. [ 23%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUIntStorage.cpp.o
  1334. [ 24%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUIntType.cpp.o
  1335. [ 25%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUIntTensor.cpp.o
  1336. [ 26%] Building CXX object CMakeFiles/ATen.dir/ATen/CPULongStorage.cpp.o
  1337. [ 27%] Building CXX object CMakeFiles/ATen.dir/ATen/CPULongType.cpp.o
  1338. [ 29%] Building CXX object CMakeFiles/ATen.dir/ATen/CPULongTensor.cpp.o
  1339. [ 30%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUShortStorage.cpp.o
  1340. [ 31%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUShortType.cpp.o
  1341. [ 32%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUShortTensor.cpp.o
  1342. [ 33%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUHalfStorage.cpp.o
  1343. [ 34%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUHalfType.cpp.o
  1344. [ 36%] Building CXX object CMakeFiles/ATen.dir/ATen/CPUHalfTensor.cpp.o
  1345. [ 37%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUByteType.cpp.o
  1346. [ 38%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUByteTensor.cpp.o
  1347. [ 39%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUCharType.cpp.o
  1348. [ 40%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUCharTensor.cpp.o
  1349. [ 41%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUDoubleType.cpp.o
  1350. [ 43%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUDoubleTensor.cpp.o
  1351. [ 44%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUFloatType.cpp.o
  1352. [ 45%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUFloatTensor.cpp.o
  1353. [ 46%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUIntType.cpp.o
  1354. [ 47%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUIntTensor.cpp.o
  1355. [ 48%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPULongType.cpp.o
  1356. [ 50%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPULongTensor.cpp.o
  1357. [ 51%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUShortType.cpp.o
  1358. [ 52%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCPUShortTensor.cpp.o
  1359. [ 53%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAByteStorage.cpp.o
  1360. [ 54%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAByteType.cpp.o
  1361. [ 55%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAByteTensor.cpp.o
  1362. [ 56%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDACharStorage.cpp.o
  1363. [ 58%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDACharType.cpp.o
  1364. [ 59%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDACharTensor.cpp.o
  1365. [ 60%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDADoubleStorage.cpp.o
  1366. [ 61%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDADoubleType.cpp.o
  1367. [ 62%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDADoubleTensor.cpp.o
  1368. [ 63%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAFloatStorage.cpp.o
  1369. [ 65%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAFloatType.cpp.o
  1370. [ 66%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAFloatTensor.cpp.o
  1371. [ 67%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAIntStorage.cpp.o
  1372. [ 68%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAIntType.cpp.o
  1373. [ 69%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAIntTensor.cpp.o
  1374. [ 70%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDALongStorage.cpp.o
  1375. [ 72%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDALongType.cpp.o
  1376. [ 73%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDALongTensor.cpp.o
  1377. [ 74%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAShortStorage.cpp.o
  1378. [ 75%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAShortType.cpp.o
  1379. [ 77%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAHalfStorage.cpp.o
  1380. [ 77%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAShortTensor.cpp.o
  1381. [ 79%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAHalfType.cpp.o
  1382. [ 80%] Building CXX object CMakeFiles/ATen.dir/ATen/CUDAHalfTensor.cpp.o
  1383. [ 81%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAByteType.cpp.o
  1384. [ 82%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAByteTensor.cpp.o
  1385. [ 83%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDACharType.cpp.o
  1386. [ 84%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDACharTensor.cpp.o
  1387. [ 86%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDADoubleType.cpp.o
  1388. [ 87%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDADoubleTensor.cpp.o
  1389. [ 88%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAFloatType.cpp.o
  1390. [ 89%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAFloatTensor.cpp.o
  1391. [ 90%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAIntType.cpp.o
  1392. [ 91%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAIntTensor.cpp.o
  1393. [ 93%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDALongType.cpp.o
  1394. [ 94%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDALongTensor.cpp.o
  1395. [ 95%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAShortType.cpp.o
  1396. [ 96%] Building CXX object CMakeFiles/ATen.dir/ATen/SparseCUDAShortTensor.cpp.o
  1397. [ 97%] Building CXX object CMakeFiles/ATen.dir/ATen/Type.cpp.o
  1398. [ 98%] Building CXX object CMakeFiles/ATen.dir/ATen/Copy.cpp.o
  1399. [100%] Linking CXX shared library libATen.dylib
  1400. [100%] Built target ATen
  1401. Install the project...
  1402. -- Install configuration: "Release"
  1403. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libATen.1.dylib
  1404. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libATen.dylib
  1405. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/ATen.h
  1406. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/ArrayRef.h
  1407. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUFixedAllocator.h
  1408. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAFixedAllocator.h
  1409. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CheckGenerator.h
  1410. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/Context.h
  1411. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/ExpandUtils.h
  1412. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/Formatting.h
  1413. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/Generator.h
  1414. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/Half.h
  1415. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/Scalar.h
  1416. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseTensorRef.h
  1417. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/Storage.h
  1418. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/THLongStorageView.h
  1419. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/TensorAccessor.h
  1420. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/TensorImpl.h
  1421. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/TensorOperators.h
  1422. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/Utils.h
  1423. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUGenerator.h
  1424. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAGenerator.h
  1425. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUByteStorage.h
  1426. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUByteType.h
  1427. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUByteTensor.h
  1428. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUCharStorage.h
  1429. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUCharType.h
  1430. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUCharTensor.h
  1431. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUDoubleStorage.h
  1432. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUDoubleType.h
  1433. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUDoubleTensor.h
  1434. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUFloatStorage.h
  1435. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUFloatType.h
  1436. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUFloatTensor.h
  1437. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUIntStorage.h
  1438. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUIntType.h
  1439. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUIntTensor.h
  1440. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPULongStorage.h
  1441. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPULongType.h
  1442. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPULongTensor.h
  1443. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUShortStorage.h
  1444. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUShortType.h
  1445. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUShortTensor.h
  1446. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUHalfStorage.h
  1447. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUHalfType.h
  1448. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CPUHalfTensor.h
  1449. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUByteType.h
  1450. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUByteTensor.h
  1451. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUCharType.h
  1452. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUCharTensor.h
  1453. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUDoubleType.h
  1454. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUDoubleTensor.h
  1455. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUFloatType.h
  1456. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUFloatTensor.h
  1457. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUIntType.h
  1458. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUIntTensor.h
  1459. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPULongType.h
  1460. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPULongTensor.h
  1461. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUShortType.h
  1462. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCPUShortTensor.h
  1463. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAByteStorage.h
  1464. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAByteType.h
  1465. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAByteTensor.h
  1466. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDACharStorage.h
  1467. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDACharType.h
  1468. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDACharTensor.h
  1469. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDADoubleStorage.h
  1470. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDADoubleType.h
  1471. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDADoubleTensor.h
  1472. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAFloatStorage.h
  1473. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAFloatType.h
  1474. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAFloatTensor.h
  1475. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAIntStorage.h
  1476. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAIntType.h
  1477. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAIntTensor.h
  1478. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDALongStorage.h
  1479. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDALongType.h
  1480. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDALongTensor.h
  1481. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAShortStorage.h
  1482. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAShortType.h
  1483. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAShortTensor.h
  1484. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAHalfStorage.h
  1485. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAHalfType.h
  1486. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/CUDAHalfTensor.h
  1487. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAByteType.h
  1488. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAByteTensor.h
  1489. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDACharType.h
  1490. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDACharTensor.h
  1491. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDADoubleType.h
  1492. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDADoubleTensor.h
  1493. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAFloatType.h
  1494. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAFloatTensor.h
  1495. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAIntType.h
  1496. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAIntTensor.h
  1497. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDALongType.h
  1498. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDALongTensor.h
  1499. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAShortType.h
  1500. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/SparseCUDAShortTensor.h
  1501. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/Type.h
  1502. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/TypeMethods.h
  1503. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/Tensor.h
  1504. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/TensorMethods.h
  1505. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/Functions.h
  1506. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/ATen/Dispatch.h
  1507. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/share/ATen/Declarations.yaml
  1508. Updating install_name for libATen.1.dylib
  1509. Updating install_name for libTH.1.dylib
  1510. Updating install_name for libTHC.1.dylib
  1511. Updating install_name for libTHCS.1.dylib
  1512. Updating install_name for libTHCUNN.1.dylib
  1513. Updating install_name for libTHNN.1.dylib
  1514. Updating install_name for libTHPP.1.dylib
  1515. Updating install_name for libTHS.1.dylib
  1516. Updating install_name for libshm.dylib
  1517. -- The C compiler identification is AppleClang 8.0.0.8000038
  1518. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang
  1519. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang -- works
  1520. -- Detecting C compiler ABI info
  1521. -- Checking if C linker supports --verbose
  1522. -- Checking if C linker supports --verbose - no
  1523. -- Detecting C compiler ABI info - done
  1524. -- Detecting C compile features
  1525. -- Detecting C compile features - done
  1526. -- Configuring done
  1527. -- Generating done
  1528. CMake Warning:
  1529. Manually-specified variables were not used by the project:
  1530.  
  1531. ATEN_LIBRARIES
  1532. CMAKE_CXX_FLAGS
  1533. CMAKE_DEBUG_POSTFIX
  1534. CUDA_NVCC_FLAGS
  1535. CWRAP_FILES_BASE
  1536. NCCL_EXTERNAL
  1537. NO_CUDA
  1538. THCS_LIBRARIES
  1539. THCUNN_LIBRARIES
  1540. THCUNN_SO_VERSION
  1541. THC_LIBRARIES
  1542. THC_SO_VERSION
  1543. THD_SO_VERSION
  1544. THNN_LIBRARIES
  1545. THNN_SO_VERSION
  1546. THPP_LIBRARIES
  1547. THS_LIBRARIES
  1548. TH_INCLUDE_PATH
  1549. TH_LIBRARIES
  1550. TH_LIB_PATH
  1551. TH_SO_VERSION
  1552. Torch_FOUND
  1553.  
  1554.  
  1555. -- Build files have been written to: /Users/kevinlu/Downloads/pytorch/torch/lib/build/nanopb
  1556. Scanning dependencies of target protobuf-nanopb
  1557. [ 25%] Building C object CMakeFiles/protobuf-nanopb.dir/pb_common.c.o
  1558. [ 50%] Building C object CMakeFiles/protobuf-nanopb.dir/pb_decode.c.o
  1559. [ 75%] Building C object CMakeFiles/protobuf-nanopb.dir/pb_encode.c.o
  1560. [100%] Linking C static library libprotobuf-nanopb.a
  1561. [100%] Built target protobuf-nanopb
  1562. Install the project...
  1563. -- Install configuration: "Release"
  1564. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libprotobuf-nanopb.a
  1565. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets.cmake
  1566. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets-release.cmake
  1567. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config.cmake
  1568. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config-version.cmake
  1569. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/pb.h
  1570. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/pb_common.h
  1571. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/pb_encode.h
  1572. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/pb_decode.h
  1573. Updating install_name for libATen.1.dylib
  1574. Updating install_name for libTH.1.dylib
  1575. Updating install_name for libTHC.1.dylib
  1576. Updating install_name for libTHCS.1.dylib
  1577. Updating install_name for libTHCUNN.1.dylib
  1578. Updating install_name for libTHNN.1.dylib
  1579. Updating install_name for libTHPP.1.dylib
  1580. Updating install_name for libTHS.1.dylib
  1581. Updating install_name for libshm.dylib
  1582. -- The C compiler identification is AppleClang 8.0.0.8000038
  1583. -- The CXX compiler identification is AppleClang 8.0.0.8000038
  1584. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang
  1585. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang -- works
  1586. -- Detecting C compiler ABI info
  1587. -- Checking if C linker supports --verbose
  1588. -- Checking if C linker supports --verbose - no
  1589. -- Detecting C compiler ABI info - done
  1590. -- Detecting C compile features
  1591. -- Detecting C compile features - done
  1592. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++
  1593. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ -- works
  1594. -- Detecting CXX compiler ABI info
  1595. -- Checking if CXX linker supports --verbose
  1596. -- Checking if CXX linker supports --verbose - no
  1597. -- Detecting CXX compiler ABI info - done
  1598. -- Detecting CXX compile features
  1599. -- Detecting CXX compile features - done
  1600. -- Performing Test HAS_THREAD_LOCAL
  1601. -- Performing Test HAS_THREAD_LOCAL - Success
  1602. -- Found MPI_C: /usr/local/Cellar/open-mpi/2.1.1/lib/libmpi.dylib
  1603. -- Found MPI_CXX: /usr/local/Cellar/open-mpi/2.1.1/lib/libmpi.dylib
  1604. -- Found Gloo: FALSE
  1605. -- TH_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTH.1.dylib
  1606. -- THPP_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHPP.1.dylib
  1607. -- Found CUDA: /usr/local/cuda (found suitable version "8.0", minimum required is "5.5")
  1608. -- THC_LIBRARIES: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHC.1.dylib
  1609. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/worker/dispatch/Communication.cpp from the b
  1610. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/worker/dispatch/Generator.cpp from the build
  1611. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/worker/dispatch/Storage.cpp from the build
  1612. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/worker/dispatch/Tensor.cpp from the build
  1613. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/worker/dispatch/TensorCopy.cpp from the buil
  1614. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/worker/dispatch/TensorLapack.cpp from the bu
  1615. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/worker/dispatch/TensorMath.cpp from the buil
  1616. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/worker/dispatch/TensorRandom.cpp from the bu
  1617. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/master/generic/THDStorage.cpp from the build
  1618. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/master/generic/THDTensor.cpp from the build
  1619. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/master/generic/THDTensorCopy.cpp from the bu
  1620. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/master/generic/THDTensorLapack.cpp from the
  1621. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/master/generic/THDTensorMath.cpp from the bu
  1622. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/master/generic/THDTensorMeta.cpp from the bu
  1623. -- Excluding /Users/kevinlu/Downloads/pytorch/torch/lib/THD/master_worker/master/generic/THDTensorRandom.cpp from the
  1624. -- Configuring done
  1625. -- Generating done
  1626. CMake Warning:
  1627. Manually-specified variables were not used by the project:
  1628.  
  1629. ATEN_LIBRARIES
  1630. CMAKE_DEBUG_POSTFIX
  1631. CMAKE_INSTALL_LIBDIR
  1632. CWRAP_FILES_BASE
  1633. NCCL_EXTERNAL
  1634. THCS_LIBRARIES
  1635. THCUNN_LIBRARIES
  1636. THCUNN_SO_VERSION
  1637. THC_SO_VERSION
  1638. THD_SO_VERSION
  1639. THNN_LIBRARIES
  1640. THNN_SO_VERSION
  1641. THS_LIBRARIES
  1642. TH_INCLUDE_PATH
  1643. TH_LIB_PATH
  1644. TH_SO_VERSION
  1645. nanopb_BUILD_GENERATOR
  1646.  
  1647.  
  1648. -- Build files have been written to: /Users/kevinlu/Downloads/pytorch/torch/lib/build/THD
  1649. Scanning dependencies of target THD
  1650. [ 16%] Building CXX object CMakeFiles/THD.dir/base/DataChannelRequest.cpp.o
  1651. [ 16%] Building CXX object CMakeFiles/THD.dir/base/ChannelUtils.cpp.o
  1652. [ 16%] Building CXX object CMakeFiles/THD.dir/base/Cuda.cpp.o
  1653. [ 16%] Building CXX object CMakeFiles/THD.dir/base/DataChannel.cpp.o
  1654. [ 20%] Building CXX object CMakeFiles/THD.dir/base/TensorDescriptor.cpp.o
  1655. [ 24%] Building CXX object CMakeFiles/THD.dir/base/data_channels/DataChannelMPI.cpp.o
  1656. [ 28%] Building CXX object CMakeFiles/THD.dir/base/data_channels/DataChannelTCP.cpp.o
  1657. [ 32%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethod.cpp.o
  1658. [ 36%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethodEnv.cpp.o
  1659. [ 40%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethodFile.cpp.o
  1660. [ 44%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethodTCP.cpp.o
  1661. [ 48%] Building CXX object CMakeFiles/THD.dir/base/init_methods/InitMethodUtils.cpp.o
  1662. [ 52%] Building CXX object CMakeFiles/THD.dir/process_group/Collectives.cpp.o
  1663. [ 56%] Building CXX object CMakeFiles/THD.dir/process_group/General.cpp.o
  1664. [ 60%] Building CXX object CMakeFiles/THD.dir/master_worker/common/ByteArray.cpp.o
  1665. [ 64%] Building CXX object CMakeFiles/THD.dir/master_worker/common/CommandChannel.cpp.o
  1666. [ 68%] Building CXX object CMakeFiles/THD.dir/master_worker/common/RPC.cpp.o
  1667. [ 72%] Building CXX object CMakeFiles/THD.dir/master_worker/master/Master.cpp.o
  1668. [ 76%] Building CXX object CMakeFiles/THD.dir/master_worker/master/State.cpp.o
  1669. [ 80%] Building CXX object CMakeFiles/THD.dir/master_worker/master/THDRandom.cpp.o
  1670. [ 84%] Building CXX object CMakeFiles/THD.dir/master_worker/master/THDStorage.cpp.o
  1671. [ 88%] Building CXX object CMakeFiles/THD.dir/master_worker/master/THDTensor.cpp.o
  1672. [ 92%] Building CXX object CMakeFiles/THD.dir/master_worker/worker/Dispatch.cpp.o
  1673. [ 96%] Building CXX object CMakeFiles/THD.dir/master_worker/worker/Worker.cpp.o
  1674. [100%] Linking CXX static library libTHD.a
  1675. [100%] Built target THD
  1676. Install the project...
  1677. -- Install configuration: "Release"
  1678. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/lib/libTHD.a
  1679. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/THD.h
  1680. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/base/ChannelType.h
  1681. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/base/Cuda.h
  1682. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/base/DataChannel.h
  1683. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/base/DataChannelRequest.h
  1684. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/base/THDGenerateAllTypes.h
  1685. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/base/TensorDescriptor.h
  1686. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/process_group/Collectives.h
  1687. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/process_group/General.h
  1688. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/Master.h
  1689. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/State.h
  1690. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/THDRandom.h
  1691. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/THDStorage.h
  1692. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/THDTensor.h
  1693. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/generic/THDStor
  1694. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/generic/THDTens
  1695. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/generic/THDTens
  1696. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/generic/THDTens
  1697. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/generic/THDTens
  1698. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/master_worker/master/generic/THDTens
  1699. -- Installing: /Users/kevinlu/Downloads/pytorch/torch/lib/tmp_install/include/THD/master_worker/worker/Worker.h
  1700. Updating install_name for libATen.1.dylib
  1701. Updating install_name for libTH.1.dylib
  1702. Updating install_name for libTHC.1.dylib
  1703. Updating install_name for libTHCS.1.dylib
  1704. Updating install_name for libTHCUNN.1.dylib
  1705. Updating install_name for libTHNN.1.dylib
  1706. Updating install_name for libTHPP.1.dylib
  1707. Updating install_name for libTHS.1.dylib
  1708. Updating install_name for libshm.dylib
  1709. running build
  1710. running build_py
  1711. -- Building version 0.2.0+4fec5f6
  1712. creating build
  1713. creating build/lib.macosx-10.7-x86_64-3.6
  1714. creating build/lib.macosx-10.7-x86_64-3.6/torch
  1715. copying torch/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1716. copying torch/_six.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1717. copying torch/_storage_docs.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1718. copying torch/_tensor_docs.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1719. copying torch/_tensor_str.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1720. copying torch/_torch_docs.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1721. copying torch/_utils.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1722. copying torch/functional.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1723. copying torch/jit.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1724. copying torch/onnx.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1725. copying torch/serialization.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1726. copying torch/storage.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1727. copying torch/tensor.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1728. copying torch/version.py -> build/lib.macosx-10.7-x86_64-3.6/torch
  1729. creating build/lib.macosx-10.7-x86_64-3.6/torch/_thnn
  1730. copying torch/_thnn/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/_thnn
  1731. copying torch/_thnn/utils.py -> build/lib.macosx-10.7-x86_64-3.6/torch/_thnn
  1732. creating build/lib.macosx-10.7-x86_64-3.6/torch/autograd
  1733. copying torch/autograd/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd
  1734. copying torch/autograd/function.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd
  1735. copying torch/autograd/gradcheck.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd
  1736. copying torch/autograd/stochastic_function.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd
  1737. copying torch/autograd/variable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd
  1738. creating build/lib.macosx-10.7-x86_64-3.6/torch/backends
  1739. copying torch/backends/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/backends
  1740. creating build/lib.macosx-10.7-x86_64-3.6/torch/cuda
  1741. copying torch/cuda/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/cuda
  1742. copying torch/cuda/comm.py -> build/lib.macosx-10.7-x86_64-3.6/torch/cuda
  1743. copying torch/cuda/nccl.py -> build/lib.macosx-10.7-x86_64-3.6/torch/cuda
  1744. copying torch/cuda/nvtx.py -> build/lib.macosx-10.7-x86_64-3.6/torch/cuda
  1745. copying torch/cuda/random.py -> build/lib.macosx-10.7-x86_64-3.6/torch/cuda
  1746. copying torch/cuda/sparse.py -> build/lib.macosx-10.7-x86_64-3.6/torch/cuda
  1747. copying torch/cuda/streams.py -> build/lib.macosx-10.7-x86_64-3.6/torch/cuda
  1748. creating build/lib.macosx-10.7-x86_64-3.6/torch/distributed
  1749. copying torch/distributed/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/distributed
  1750. copying torch/distributed/remote_types.py -> build/lib.macosx-10.7-x86_64-3.6/torch/distributed
  1751. creating build/lib.macosx-10.7-x86_64-3.6/torch/for_onnx
  1752. copying torch/for_onnx/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/for_onnx
  1753. creating build/lib.macosx-10.7-x86_64-3.6/torch/legacy
  1754. copying torch/legacy/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy
  1755. creating build/lib.macosx-10.7-x86_64-3.6/torch/multiprocessing
  1756. copying torch/multiprocessing/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/multiprocessing
  1757. copying torch/multiprocessing/pool.py -> build/lib.macosx-10.7-x86_64-3.6/torch/multiprocessing
  1758. copying torch/multiprocessing/queue.py -> build/lib.macosx-10.7-x86_64-3.6/torch/multiprocessing
  1759. copying torch/multiprocessing/reductions.py -> build/lib.macosx-10.7-x86_64-3.6/torch/multiprocessing
  1760. creating build/lib.macosx-10.7-x86_64-3.6/torch/nn
  1761. copying torch/nn/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn
  1762. copying torch/nn/functional.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn
  1763. copying torch/nn/init.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn
  1764. copying torch/nn/parameter.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn
  1765. creating build/lib.macosx-10.7-x86_64-3.6/torch/optim
  1766. copying torch/optim/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/optim
  1767. copying torch/optim/adadelta.py -> build/lib.macosx-10.7-x86_64-3.6/torch/optim
  1768. copying torch/optim/adagrad.py -> build/lib.macosx-10.7-x86_64-3.6/torch/optim
  1769. copying torch/optim/adam.py -> build/lib.macosx-10.7-x86_64-3.6/torch/optim
  1770. copying torch/optim/adamax.py -> build/lib.macosx-10.7-x86_64-3.6/torch/optim
  1771. copying torch/optim/asgd.py -> build/lib.macosx-10.7-x86_64-3.6/torch/optim
  1772. copying torch/optim/lbfgs.py -> build/lib.macosx-10.7-x86_64-3.6/torch/optim
  1773. copying torch/optim/lr_scheduler.py -> build/lib.macosx-10.7-x86_64-3.6/torch/optim
  1774. copying torch/optim/optimizer.py -> build/lib.macosx-10.7-x86_64-3.6/torch/optim
  1775. copying torch/optim/rmsprop.py -> build/lib.macosx-10.7-x86_64-3.6/torch/optim
  1776. copying torch/optim/rprop.py -> build/lib.macosx-10.7-x86_64-3.6/torch/optim
  1777. copying torch/optim/sgd.py -> build/lib.macosx-10.7-x86_64-3.6/torch/optim
  1778. creating build/lib.macosx-10.7-x86_64-3.6/torch/sparse
  1779. copying torch/sparse/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/sparse
  1780. creating build/lib.macosx-10.7-x86_64-3.6/torch/utils
  1781. copying torch/utils/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils
  1782. copying torch/utils/hooks.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils
  1783. copying torch/utils/model_zoo.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils
  1784. creating build/lib.macosx-10.7-x86_64-3.6/torch/autograd/_functions
  1785. copying torch/autograd/_functions/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd/_functions
  1786. copying torch/autograd/_functions/basic_ops.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd/_functions
  1787. copying torch/autograd/_functions/blas.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd/_functions
  1788. copying torch/autograd/_functions/compare.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd/_functions
  1789. copying torch/autograd/_functions/linalg.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd/_functions
  1790. copying torch/autograd/_functions/pointwise.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd/_functions
  1791. copying torch/autograd/_functions/reduce.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd/_functions
  1792. copying torch/autograd/_functions/stochastic.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd/_functions
  1793. copying torch/autograd/_functions/tensor.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd/_functions
  1794. copying torch/autograd/_functions/utils.py -> build/lib.macosx-10.7-x86_64-3.6/torch/autograd/_functions
  1795. creating build/lib.macosx-10.7-x86_64-3.6/torch/backends/cudnn
  1796. copying torch/backends/cudnn/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/backends/cudnn
  1797. copying torch/backends/cudnn/rnn.py -> build/lib.macosx-10.7-x86_64-3.6/torch/backends/cudnn
  1798. creating build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1799. copying torch/legacy/nn/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1800. copying torch/legacy/nn/Abs.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1801. copying torch/legacy/nn/AbsCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1802. copying torch/legacy/nn/Add.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1803. copying torch/legacy/nn/AddConstant.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1804. copying torch/legacy/nn/BatchNormalization.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1805. copying torch/legacy/nn/BCECriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1806. copying torch/legacy/nn/Bilinear.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1807. copying torch/legacy/nn/CAddTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1808. copying torch/legacy/nn/CDivTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1809. copying torch/legacy/nn/Clamp.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1810. copying torch/legacy/nn/ClassNLLCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1811. copying torch/legacy/nn/ClassSimplexCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1812. copying torch/legacy/nn/CMul.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1813. copying torch/legacy/nn/CMulTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1814. copying torch/legacy/nn/Concat.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1815. copying torch/legacy/nn/ConcatTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1816. copying torch/legacy/nn/Container.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1817. copying torch/legacy/nn/Contiguous.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1818. copying torch/legacy/nn/Copy.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1819. copying torch/legacy/nn/Cosine.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1820. copying torch/legacy/nn/CosineDistance.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1821. copying torch/legacy/nn/CosineEmbeddingCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1822. copying torch/legacy/nn/Criterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1823. copying torch/legacy/nn/CriterionTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1824. copying torch/legacy/nn/CrossEntropyCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1825. copying torch/legacy/nn/CSubTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1826. copying torch/legacy/nn/DepthConcat.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1827. copying torch/legacy/nn/DistKLDivCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1828. copying torch/legacy/nn/DotProduct.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1829. copying torch/legacy/nn/Dropout.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1830. copying torch/legacy/nn/ELU.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1831. copying torch/legacy/nn/Euclidean.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1832. copying torch/legacy/nn/Exp.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1833. copying torch/legacy/nn/FlattenTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1834. copying torch/legacy/nn/GradientReversal.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1835. copying torch/legacy/nn/HardShrink.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1836. copying torch/legacy/nn/HardTanh.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1837. copying torch/legacy/nn/HingeEmbeddingCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1838. copying torch/legacy/nn/Identity.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1839. copying torch/legacy/nn/Index.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1840. copying torch/legacy/nn/JoinTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1841. copying torch/legacy/nn/L1Cost.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1842. copying torch/legacy/nn/L1HingeEmbeddingCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1843. copying torch/legacy/nn/L1Penalty.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1844. copying torch/legacy/nn/LeakyReLU.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1845. copying torch/legacy/nn/Linear.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1846. copying torch/legacy/nn/Log.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1847. copying torch/legacy/nn/LogSigmoid.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1848. copying torch/legacy/nn/LogSoftMax.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1849. copying torch/legacy/nn/LookupTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1850. copying torch/legacy/nn/MarginCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1851. copying torch/legacy/nn/MarginRankingCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1852. copying torch/legacy/nn/MaskedSelect.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1853. copying torch/legacy/nn/Max.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1854. copying torch/legacy/nn/Mean.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1855. copying torch/legacy/nn/Min.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1856. copying torch/legacy/nn/MixtureTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1857. copying torch/legacy/nn/MM.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1858. copying torch/legacy/nn/Module.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1859. copying torch/legacy/nn/MSECriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1860. copying torch/legacy/nn/Mul.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1861. copying torch/legacy/nn/MulConstant.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1862. copying torch/legacy/nn/MultiCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1863. copying torch/legacy/nn/MultiLabelMarginCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1864. copying torch/legacy/nn/MultiLabelSoftMarginCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1865. copying torch/legacy/nn/MultiMarginCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1866. copying torch/legacy/nn/MV.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1867. copying torch/legacy/nn/Narrow.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1868. copying torch/legacy/nn/NarrowTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1869. copying torch/legacy/nn/Normalize.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1870. copying torch/legacy/nn/Padding.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1871. copying torch/legacy/nn/PairwiseDistance.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1872. copying torch/legacy/nn/Parallel.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1873. copying torch/legacy/nn/ParallelCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1874. copying torch/legacy/nn/ParallelTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1875. copying torch/legacy/nn/PartialLinear.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1876. copying torch/legacy/nn/Power.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1877. copying torch/legacy/nn/PReLU.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1878. copying torch/legacy/nn/ReLU.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1879. copying torch/legacy/nn/ReLU6.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1880. copying torch/legacy/nn/Replicate.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1881. copying torch/legacy/nn/Reshape.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1882. copying torch/legacy/nn/RReLU.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1883. copying torch/legacy/nn/Select.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1884. copying torch/legacy/nn/SelectTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1885. copying torch/legacy/nn/Sequential.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1886. copying torch/legacy/nn/Sigmoid.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1887. copying torch/legacy/nn/SmoothL1Criterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1888. copying torch/legacy/nn/SoftMarginCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1889. copying torch/legacy/nn/SoftMax.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1890. copying torch/legacy/nn/SoftMin.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1891. copying torch/legacy/nn/SoftPlus.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1892. copying torch/legacy/nn/SoftShrink.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1893. copying torch/legacy/nn/SoftSign.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1894. copying torch/legacy/nn/SpatialAdaptiveMaxPooling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1895. copying torch/legacy/nn/SpatialAveragePooling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1896. copying torch/legacy/nn/SpatialBatchNormalization.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1897. copying torch/legacy/nn/SpatialClassNLLCriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1898. copying torch/legacy/nn/SpatialContrastiveNormalization.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1899. copying torch/legacy/nn/SpatialConvolution.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1900. copying torch/legacy/nn/SpatialConvolutionLocal.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1901. copying torch/legacy/nn/SpatialConvolutionMap.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1902. copying torch/legacy/nn/SpatialCrossMapLRN.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1903. copying torch/legacy/nn/SpatialDilatedConvolution.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1904. copying torch/legacy/nn/SpatialDivisiveNormalization.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1905. copying torch/legacy/nn/SpatialDropout.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1906. copying torch/legacy/nn/SpatialFractionalMaxPooling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1907. copying torch/legacy/nn/SpatialFullConvolution.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1908. copying torch/legacy/nn/SpatialFullConvolutionMap.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1909. copying torch/legacy/nn/SpatialLPPooling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1910. copying torch/legacy/nn/SpatialMaxPooling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1911. copying torch/legacy/nn/SpatialMaxUnpooling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1912. copying torch/legacy/nn/SpatialReflectionPadding.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1913. copying torch/legacy/nn/SpatialReplicationPadding.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1914. copying torch/legacy/nn/SpatialSoftMax.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1915. copying torch/legacy/nn/SpatialSubSampling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1916. copying torch/legacy/nn/SpatialSubtractiveNormalization.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1917. copying torch/legacy/nn/SpatialUpSamplingNearest.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1918. copying torch/legacy/nn/SpatialZeroPadding.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1919. copying torch/legacy/nn/SplitTable.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1920. copying torch/legacy/nn/Sqrt.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1921. copying torch/legacy/nn/Square.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1922. copying torch/legacy/nn/Squeeze.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1923. copying torch/legacy/nn/Sum.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1924. copying torch/legacy/nn/Tanh.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1925. copying torch/legacy/nn/TanhShrink.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1926. copying torch/legacy/nn/TemporalConvolution.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1927. copying torch/legacy/nn/TemporalMaxPooling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1928. copying torch/legacy/nn/TemporalSubSampling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1929. copying torch/legacy/nn/Threshold.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1930. copying torch/legacy/nn/Transpose.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1931. copying torch/legacy/nn/Unsqueeze.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1932. copying torch/legacy/nn/utils.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1933. copying torch/legacy/nn/View.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1934. copying torch/legacy/nn/VolumetricAveragePooling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1935. copying torch/legacy/nn/VolumetricBatchNormalization.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1936. copying torch/legacy/nn/VolumetricConvolution.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1937. copying torch/legacy/nn/VolumetricDropout.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1938. copying torch/legacy/nn/VolumetricFullConvolution.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1939. copying torch/legacy/nn/VolumetricMaxPooling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1940. copying torch/legacy/nn/VolumetricMaxUnpooling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1941. copying torch/legacy/nn/VolumetricReplicationPadding.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1942. copying torch/legacy/nn/WeightedEuclidean.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1943. copying torch/legacy/nn/WeightedMSECriterion.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/nn
  1944. creating build/lib.macosx-10.7-x86_64-3.6/torch/legacy/optim
  1945. copying torch/legacy/optim/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/optim
  1946. copying torch/legacy/optim/adadelta.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/optim
  1947. copying torch/legacy/optim/adagrad.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/optim
  1948. copying torch/legacy/optim/adam.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/optim
  1949. copying torch/legacy/optim/adamax.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/optim
  1950. copying torch/legacy/optim/asgd.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/optim
  1951. copying torch/legacy/optim/cg.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/optim
  1952. copying torch/legacy/optim/lbfgs.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/optim
  1953. copying torch/legacy/optim/nag.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/optim
  1954. copying torch/legacy/optim/rmsprop.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/optim
  1955. copying torch/legacy/optim/rprop.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/optim
  1956. copying torch/legacy/optim/sgd.py -> build/lib.macosx-10.7-x86_64-3.6/torch/legacy/optim
  1957. creating build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions
  1958. copying torch/nn/_functions/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions
  1959. copying torch/nn/_functions/activation.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions
  1960. copying torch/nn/_functions/dropout.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions
  1961. copying torch/nn/_functions/linear.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions
  1962. copying torch/nn/_functions/loss.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions
  1963. copying torch/nn/_functions/padding.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions
  1964. copying torch/nn/_functions/rnn.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions
  1965. copying torch/nn/_functions/vision.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions
  1966. creating build/lib.macosx-10.7-x86_64-3.6/torch/nn/backends
  1967. copying torch/nn/backends/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/backends
  1968. copying torch/nn/backends/backend.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/backends
  1969. copying torch/nn/backends/thnn.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/backends
  1970. creating build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1971. copying torch/nn/modules/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1972. copying torch/nn/modules/activation.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1973. copying torch/nn/modules/batchnorm.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1974. copying torch/nn/modules/container.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1975. copying torch/nn/modules/conv.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1976. copying torch/nn/modules/distance.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1977. copying torch/nn/modules/dropout.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1978. copying torch/nn/modules/instancenorm.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1979. copying torch/nn/modules/linear.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1980. copying torch/nn/modules/loss.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1981. copying torch/nn/modules/module.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1982. copying torch/nn/modules/normalization.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1983. copying torch/nn/modules/padding.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1984. copying torch/nn/modules/pixelshuffle.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1985. copying torch/nn/modules/pooling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1986. copying torch/nn/modules/rnn.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1987. copying torch/nn/modules/sparse.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1988. copying torch/nn/modules/upsampling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1989. copying torch/nn/modules/utils.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/modules
  1990. creating build/lib.macosx-10.7-x86_64-3.6/torch/nn/parallel
  1991. copying torch/nn/parallel/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/parallel
  1992. copying torch/nn/parallel/_functions.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/parallel
  1993. copying torch/nn/parallel/data_parallel.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/parallel
  1994. copying torch/nn/parallel/distributed.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/parallel
  1995. copying torch/nn/parallel/parallel_apply.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/parallel
  1996. copying torch/nn/parallel/replicate.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/parallel
  1997. copying torch/nn/parallel/scatter_gather.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/parallel
  1998. creating build/lib.macosx-10.7-x86_64-3.6/torch/nn/utils
  1999. copying torch/nn/utils/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/utils
  2000. copying torch/nn/utils/clip_grad.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/utils
  2001. copying torch/nn/utils/rnn.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/utils
  2002. copying torch/nn/utils/weight_norm.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/utils
  2003. creating build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions/thnn
  2004. copying torch/nn/_functions/thnn/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions/thnn
  2005. copying torch/nn/_functions/thnn/activation.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions/thnn
  2006. copying torch/nn/_functions/thnn/auto.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions/thnn
  2007. copying torch/nn/_functions/thnn/auto_double_backwards.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions/thnn
  2008. copying torch/nn/_functions/thnn/auto_symbolic.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions/thnn
  2009. copying torch/nn/_functions/thnn/batchnorm_double_backwards.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions
  2010. copying torch/nn/_functions/thnn/loss.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions/thnn
  2011. copying torch/nn/_functions/thnn/normalization.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions/thnn
  2012. copying torch/nn/_functions/thnn/pooling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions/thnn
  2013. copying torch/nn/_functions/thnn/rnnFusedPointwise.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions/thnn
  2014. copying torch/nn/_functions/thnn/sparse.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions/thnn
  2015. copying torch/nn/_functions/thnn/upsampling.py -> build/lib.macosx-10.7-x86_64-3.6/torch/nn/_functions/thnn
  2016. creating build/lib.macosx-10.7-x86_64-3.6/torch/utils/backcompat
  2017. copying torch/utils/backcompat/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/backcompat
  2018. creating build/lib.macosx-10.7-x86_64-3.6/torch/utils/data
  2019. copying torch/utils/data/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/data
  2020. copying torch/utils/data/dataloader.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/data
  2021. copying torch/utils/data/dataset.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/data
  2022. copying torch/utils/data/distributed.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/data
  2023. copying torch/utils/data/sampler.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/data
  2024. creating build/lib.macosx-10.7-x86_64-3.6/torch/utils/ffi
  2025. copying torch/utils/ffi/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/ffi
  2026. creating build/lib.macosx-10.7-x86_64-3.6/torch/utils/serialization
  2027. copying torch/utils/serialization/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/serialization
  2028. copying torch/utils/serialization/read_lua_file.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/serialization
  2029. creating build/lib.macosx-10.7-x86_64-3.6/torch/utils/trainer
  2030. copying torch/utils/trainer/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/trainer
  2031. copying torch/utils/trainer/trainer.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/trainer
  2032. creating build/lib.macosx-10.7-x86_64-3.6/torch/utils/trainer/plugins
  2033. copying torch/utils/trainer/plugins/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/trainer/plugins
  2034. copying torch/utils/trainer/plugins/accuracy.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/trainer/plugins
  2035. copying torch/utils/trainer/plugins/logger.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/trainer/plugins
  2036. copying torch/utils/trainer/plugins/loss.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/trainer/plugins
  2037. copying torch/utils/trainer/plugins/monitor.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/trainer/plugins
  2038. copying torch/utils/trainer/plugins/plugin.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/trainer/plugins
  2039. copying torch/utils/trainer/plugins/progress.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/trainer/plugins
  2040. copying torch/utils/trainer/plugins/time.py -> build/lib.macosx-10.7-x86_64-3.6/torch/utils/trainer/plugins
  2041. creating build/lib.macosx-10.7-x86_64-3.6/torch/lib
  2042. copying torch/lib/libATen.1.dylib -> build/lib.macosx-10.7-x86_64-3.6/torch/lib
  2043. copying torch/lib/libshm.dylib -> build/lib.macosx-10.7-x86_64-3.6/torch/lib
  2044. copying torch/lib/libTH.1.dylib -> build/lib.macosx-10.7-x86_64-3.6/torch/lib
  2045. copying torch/lib/libTHC.1.dylib -> build/lib.macosx-10.7-x86_64-3.6/torch/lib
  2046. copying torch/lib/libTHCS.1.dylib -> build/lib.macosx-10.7-x86_64-3.6/torch/lib
  2047. copying torch/lib/libTHCUNN.1.dylib -> build/lib.macosx-10.7-x86_64-3.6/torch/lib
  2048. copying torch/lib/libTHNN.1.dylib -> build/lib.macosx-10.7-x86_64-3.6/torch/lib
  2049. copying torch/lib/libTHPP.1.dylib -> build/lib.macosx-10.7-x86_64-3.6/torch/lib
  2050. copying torch/lib/libTHS.1.dylib -> build/lib.macosx-10.7-x86_64-3.6/torch/lib
  2051. copying torch/lib/torch_shm_manager -> build/lib.macosx-10.7-x86_64-3.6/torch/lib
  2052. copying torch/lib/THCUNN.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib
  2053. copying torch/lib/THNN.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib
  2054. creating build/lib.macosx-10.7-x86_64-3.6/torch/lib/include
  2055. creating build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2056. copying torch/lib/include/TH/TH.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2057. copying torch/lib/include/TH/THAllocator.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2058. copying torch/lib/include/TH/THAtomic.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2059. copying torch/lib/include/TH/THBlas.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2060. copying torch/lib/include/TH/THDiskFile.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2061. copying torch/lib/include/TH/THFile.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2062. copying torch/lib/include/TH/THFilePrivate.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2063. copying torch/lib/include/TH/THGeneral.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2064. copying torch/lib/include/TH/THGenerateAllTypes.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2065. copying torch/lib/include/TH/THGenerateByteType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2066. copying torch/lib/include/TH/THGenerateCharType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2067. copying torch/lib/include/TH/THGenerateDoubleType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2068. copying torch/lib/include/TH/THGenerateFloatType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2069. copying torch/lib/include/TH/THGenerateFloatTypes.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2070. copying torch/lib/include/TH/THGenerateHalfType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2071. copying torch/lib/include/TH/THGenerateIntType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2072. copying torch/lib/include/TH/THGenerateIntTypes.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2073. copying torch/lib/include/TH/THGenerateLongType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2074. copying torch/lib/include/TH/THGenerateShortType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2075. copying torch/lib/include/TH/THHalf.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2076. copying torch/lib/include/TH/THLapack.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2077. copying torch/lib/include/TH/THLogAdd.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2078. copying torch/lib/include/TH/THMath.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2079. copying torch/lib/include/TH/THMemoryFile.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2080. copying torch/lib/include/TH/THRandom.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2081. copying torch/lib/include/TH/THSize.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2082. copying torch/lib/include/TH/THStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2083. copying torch/lib/include/TH/THTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2084. copying torch/lib/include/TH/THTensorApply.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2085. copying torch/lib/include/TH/THTensorDimApply.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2086. copying torch/lib/include/TH/THTensorMacros.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2087. copying torch/lib/include/TH/THVector.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2088. creating build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH/generic
  2089. copying torch/lib/include/TH/generic/THBlas.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH/generic
  2090. copying torch/lib/include/TH/generic/THLapack.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH/generic
  2091. copying torch/lib/include/TH/generic/THStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH/generic
  2092. copying torch/lib/include/TH/generic/THStorageCopy.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH/generic
  2093. copying torch/lib/include/TH/generic/THTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH/generic
  2094. copying torch/lib/include/TH/generic/THTensorConv.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH/generic
  2095. copying torch/lib/include/TH/generic/THTensorCopy.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH/generic
  2096. copying torch/lib/include/TH/generic/THTensorLapack.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH/generic
  2097. copying torch/lib/include/TH/generic/THTensorMath.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH/generic
  2098. copying torch/lib/include/TH/generic/THTensorRandom.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH/generic
  2099. copying torch/lib/include/TH/generic/THVector.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH/generic
  2100. creating build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2101. copying torch/lib/include/THC/THC.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2102. copying torch/lib/include/THC/THCAllocator.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2103. copying torch/lib/include/THC/THCBlas.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2104. copying torch/lib/include/THC/THCCachingAllocator.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2105. copying torch/lib/include/THC/THCCachingHostAllocator.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2106. copying torch/lib/include/THC/THCGeneral.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2107. copying torch/lib/include/THC/THCGenerateAllTypes.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2108. copying torch/lib/include/THC/THCGenerateByteType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2109. copying torch/lib/include/THC/THCGenerateCharType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2110. copying torch/lib/include/THC/THCGenerateDoubleType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2111. copying torch/lib/include/THC/THCGenerateFloatType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2112. copying torch/lib/include/THC/THCGenerateFloatTypes.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2113. copying torch/lib/include/THC/THCGenerateHalfType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2114. copying torch/lib/include/THC/THCGenerateIntType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2115. copying torch/lib/include/THC/THCGenerateLongType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2116. copying torch/lib/include/THC/THCGenerateShortType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2117. copying torch/lib/include/THC/THCHalf.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2118. copying torch/lib/include/THC/THCSleep.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2119. copying torch/lib/include/THC/THCStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2120. copying torch/lib/include/THC/THCStorageCopy.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2121. copying torch/lib/include/THC/THCStream.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2122. copying torch/lib/include/THC/THCTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2123. copying torch/lib/include/THC/THCTensorConv.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2124. copying torch/lib/include/THC/THCTensorCopy.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2125. copying torch/lib/include/THC/THCTensorMath.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2126. copying torch/lib/include/THC/THCTensorRandom.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2127. copying torch/lib/include/THC/THCThreadLocal.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2128. creating build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/generic
  2129. copying torch/lib/include/THC/generic/THCStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/generic
  2130. copying torch/lib/include/THC/generic/THCStorageCopy.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/gener
  2131. copying torch/lib/include/THC/generic/THCTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/generic
  2132. copying torch/lib/include/THC/generic/THCTensorCopy.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/generi
  2133. copying torch/lib/include/THC/generic/THCTensorIndex.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/gener
  2134. copying torch/lib/include/THC/generic/THCTensorMasked.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/gene
  2135. copying torch/lib/include/THC/generic/THCTensorMath.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/generi
  2136. copying torch/lib/include/THC/generic/THCTensorMathBlas.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/ge
  2137. copying torch/lib/include/THC/generic/THCTensorMathCompare.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC
  2138. copying torch/lib/include/THC/generic/THCTensorMathCompareT.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2139. copying torch/lib/include/THC/generic/THCTensorMathMagma.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/g
  2140. copying torch/lib/include/THC/generic/THCTensorMathPairwise.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/TH
  2141. copying torch/lib/include/THC/generic/THCTensorMathPointwise.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/T
  2142. copying torch/lib/include/THC/generic/THCTensorMathReduce.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/
  2143. copying torch/lib/include/THC/generic/THCTensorMathScan.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/ge
  2144. copying torch/lib/include/THC/generic/THCTensorMode.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/generi
  2145. copying torch/lib/include/THC/generic/THCTensorRandom.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/gene
  2146. copying torch/lib/include/THC/generic/THCTensorScatterGather.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/T
  2147. copying torch/lib/include/THC/generic/THCTensorSort.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/generi
  2148. copying torch/lib/include/THC/generic/THCTensorTopK.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/THC/generi
  2149. creating build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2150. copying torch/lib/include/ATen/ArrayRef.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2151. copying torch/lib/include/ATen/ATen.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2152. copying torch/lib/include/ATen/CheckGenerator.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2153. copying torch/lib/include/ATen/Context.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2154. copying torch/lib/include/ATen/CPUByteStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2155. copying torch/lib/include/ATen/CPUByteTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2156. copying torch/lib/include/ATen/CPUByteType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2157. copying torch/lib/include/ATen/CPUCharStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2158. copying torch/lib/include/ATen/CPUCharTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2159. copying torch/lib/include/ATen/CPUCharType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2160. copying torch/lib/include/ATen/CPUDoubleStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2161. copying torch/lib/include/ATen/CPUDoubleTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2162. copying torch/lib/include/ATen/CPUDoubleType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2163. copying torch/lib/include/ATen/CPUFixedAllocator.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2164. copying torch/lib/include/ATen/CPUFloatStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2165. copying torch/lib/include/ATen/CPUFloatTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2166. copying torch/lib/include/ATen/CPUFloatType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2167. copying torch/lib/include/ATen/CPUGenerator.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2168. copying torch/lib/include/ATen/CPUHalfStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2169. copying torch/lib/include/ATen/CPUHalfTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2170. copying torch/lib/include/ATen/CPUHalfType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2171. copying torch/lib/include/ATen/CPUIntStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2172. copying torch/lib/include/ATen/CPUIntTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2173. copying torch/lib/include/ATen/CPUIntType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2174. copying torch/lib/include/ATen/CPULongStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2175. copying torch/lib/include/ATen/CPULongTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2176. copying torch/lib/include/ATen/CPULongType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2177. copying torch/lib/include/ATen/CPUShortStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2178. copying torch/lib/include/ATen/CPUShortTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2179. copying torch/lib/include/ATen/CPUShortType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2180. copying torch/lib/include/ATen/CUDAByteStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2181. copying torch/lib/include/ATen/CUDAByteTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2182. copying torch/lib/include/ATen/CUDAByteType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2183. copying torch/lib/include/ATen/CUDACharStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2184. copying torch/lib/include/ATen/CUDACharTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2185. copying torch/lib/include/ATen/CUDACharType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2186. copying torch/lib/include/ATen/CUDADoubleStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2187. copying torch/lib/include/ATen/CUDADoubleTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2188. copying torch/lib/include/ATen/CUDADoubleType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2189. copying torch/lib/include/ATen/CUDAFixedAllocator.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2190. copying torch/lib/include/ATen/CUDAFloatStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2191. copying torch/lib/include/ATen/CUDAFloatTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2192. copying torch/lib/include/ATen/CUDAFloatType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2193. copying torch/lib/include/ATen/CUDAGenerator.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2194. copying torch/lib/include/ATen/CUDAHalfStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2195. copying torch/lib/include/ATen/CUDAHalfTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2196. copying torch/lib/include/ATen/CUDAHalfType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2197. copying torch/lib/include/ATen/CUDAIntStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2198. copying torch/lib/include/ATen/CUDAIntTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2199. copying torch/lib/include/ATen/CUDAIntType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2200. copying torch/lib/include/ATen/CUDALongStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2201. copying torch/lib/include/ATen/CUDALongTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2202. copying torch/lib/include/ATen/CUDALongType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2203. copying torch/lib/include/ATen/CUDAShortStorage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2204. copying torch/lib/include/ATen/CUDAShortTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2205. copying torch/lib/include/ATen/CUDAShortType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2206. copying torch/lib/include/ATen/Dispatch.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2207. copying torch/lib/include/ATen/ExpandUtils.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2208. copying torch/lib/include/ATen/Formatting.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2209. copying torch/lib/include/ATen/Functions.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2210. copying torch/lib/include/ATen/Generator.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2211. copying torch/lib/include/ATen/Half.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2212. copying torch/lib/include/ATen/Scalar.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2213. copying torch/lib/include/ATen/SparseCPUByteTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2214. copying torch/lib/include/ATen/SparseCPUByteType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2215. copying torch/lib/include/ATen/SparseCPUCharTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2216. copying torch/lib/include/ATen/SparseCPUCharType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2217. copying torch/lib/include/ATen/SparseCPUDoubleTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2218. copying torch/lib/include/ATen/SparseCPUDoubleType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2219. copying torch/lib/include/ATen/SparseCPUFloatTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2220. copying torch/lib/include/ATen/SparseCPUFloatType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2221. copying torch/lib/include/ATen/SparseCPUIntTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2222. copying torch/lib/include/ATen/SparseCPUIntType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2223. copying torch/lib/include/ATen/SparseCPULongTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2224. copying torch/lib/include/ATen/SparseCPULongType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2225. copying torch/lib/include/ATen/SparseCPUShortTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2226. copying torch/lib/include/ATen/SparseCPUShortType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2227. copying torch/lib/include/ATen/SparseCUDAByteTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2228. copying torch/lib/include/ATen/SparseCUDAByteType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2229. copying torch/lib/include/ATen/SparseCUDACharTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2230. copying torch/lib/include/ATen/SparseCUDACharType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2231. copying torch/lib/include/ATen/SparseCUDADoubleTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2232. copying torch/lib/include/ATen/SparseCUDADoubleType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2233. copying torch/lib/include/ATen/SparseCUDAFloatTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2234. copying torch/lib/include/ATen/SparseCUDAFloatType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2235. copying torch/lib/include/ATen/SparseCUDAIntTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2236. copying torch/lib/include/ATen/SparseCUDAIntType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2237. copying torch/lib/include/ATen/SparseCUDALongTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2238. copying torch/lib/include/ATen/SparseCUDALongType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2239. copying torch/lib/include/ATen/SparseCUDAShortTensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2240. copying torch/lib/include/ATen/SparseCUDAShortType.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2241. copying torch/lib/include/ATen/SparseTensorRef.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2242. copying torch/lib/include/ATen/Storage.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2243. copying torch/lib/include/ATen/Tensor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2244. copying torch/lib/include/ATen/TensorAccessor.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2245. copying torch/lib/include/ATen/TensorImpl.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2246. copying torch/lib/include/ATen/TensorMethods.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2247. copying torch/lib/include/ATen/TensorOperators.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2248. copying torch/lib/include/ATen/THLongStorageView.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2249. copying torch/lib/include/ATen/Type.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2250. copying torch/lib/include/ATen/TypeMethods.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2251. copying torch/lib/include/ATen/Utils.h -> build/lib.macosx-10.7-x86_64-3.6/torch/lib/include/ATen
  2252. running build_ext
  2253. -- Building with NumPy bindings
  2254. -- Detected cuDNN at /usr/local/cuda/lib, /usr/local/cuda/include
  2255. -- Detected CUDA at /usr/local/cuda
  2256. -- Not using NCCL
  2257. -- Building with distributed package
  2258. building 'torch._C' extension
  2259. creating build/temp.macosx-10.7-x86_64-3.6
  2260. creating build/temp.macosx-10.7-x86_64-3.6/torch
  2261. creating build/temp.macosx-10.7-x86_64-3.6/torch/csrc
  2262. creating build/temp.macosx-10.7-x86_64-3.6/torch/csrc/utils
  2263. creating build/temp.macosx-10.7-x86_64-3.6/torch/csrc/jit
  2264. creating build/temp.macosx-10.7-x86_64-3.6/torch/csrc/autograd
  2265. creating build/temp.macosx-10.7-x86_64-3.6/torch/csrc/autograd/functions
  2266. creating build/temp.macosx-10.7-x86_64-3.6/torch/csrc/autograd/functions/onnx
  2267. creating build/temp.macosx-10.7-x86_64-3.6/torch/csrc/onnx
  2268. creating build/temp.macosx-10.7-x86_64-3.6/Users
  2269. creating build/temp.macosx-10.7-x86_64-3.6/Users/kevinlu
  2270. creating build/temp.macosx-10.7-x86_64-3.6/Users/kevinlu/Downloads
  2271. creating build/temp.macosx-10.7-x86_64-3.6/Users/kevinlu/Downloads/pytorch
  2272. creating build/temp.macosx-10.7-x86_64-3.6/Users/kevinlu/Downloads/pytorch/torch
  2273. creating build/temp.macosx-10.7-x86_64-3.6/Users/kevinlu/Downloads/pytorch/torch/csrc
  2274. creating build/temp.macosx-10.7-x86_64-3.6/Users/kevinlu/Downloads/pytorch/torch/csrc/generated
  2275. creating build/temp.macosx-10.7-x86_64-3.6/torch/csrc/distributed
  2276. creating build/temp.macosx-10.7-x86_64-3.6/torch/csrc/cuda
  2277. creating build/temp.macosx-10.7-x86_64-3.6/torch/csrc/cudnn
  2278. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2279. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2280. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2281. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2282. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2283. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2284. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2285. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2286. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2287. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2288. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2289. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2290. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2291. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2292. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2293. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2294. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2295. torch/csrc/jit/tracer.cpp:36:25: warning: 'apply' overrides a member function but is not marked 'override'
  2296. [-Winconsistent-missing-override]
  2297. virtual variable_list apply(const variable_list& inputs) {
  2298. ^
  2299. /Users/kevinlu/Downloads/pytorch/torch/csrc/autograd/functions/special.h:60:25: note: overridden virtual function is
  2300. here
  2301. virtual variable_list apply(const variable_list& inputs) override;
  2302. ^
  2303. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2304. 1 warning generated.
  2305. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/a
  2306. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2307. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2308. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2309. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2310. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2311. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2312. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2313. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2314. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2315. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2316. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2317. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2318. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2319. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2320. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2321. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2322. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2323. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2324. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2325. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2326. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2327. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2328. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2329. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2330. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2331. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2332. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2333. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2334. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2335. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2336. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2337. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2338. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3//
  2339. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2340. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2341. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2342. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2343. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2344. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2345. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2346. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2347. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2348. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2349. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2350. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2351. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2352. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2353. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2354. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2355. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2356. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2357. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2358. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2359. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2360. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2361. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2362. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2363. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2364. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2365. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2366. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2367. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2368. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/kevinlu/miniconda3/e
  2369. clang -bundle -undefined dynamic_lookup -L/Users/kevinlu/miniconda3/envs/fastai/lib -L/Users/kevinlu/miniconda3/envs/f
  2370. ld: library not found for -lmpi_cxx
  2371. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2372. error: command 'clang' failed with exit status 1
Add Comment
Please, Sign In to add comment