Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.57 KB | None | 0 0
  1. CMake Warning at caffe2/CMakeLists.txt:212 (add_library):
  2. Cannot generate a safe runtime search path for target caffe2 because files
  3. in some directories may conflict with libraries in implicit directories:
  4.  
  5. runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4 may be hidden by files in:
  6. /opt/anaconda/lib
  7.  
  8. Some of these libraries may not be found correctly.
  9.  
  10.  
  11. CMake Warning at torch/CMakeLists.txt:258 (add_library):
  12. Cannot generate a safe runtime search path for target torch because files
  13. in some directories may conflict with libraries in implicit directories:
  14.  
  15. runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4 may be hidden by files in:
  16. /opt/anaconda/lib
  17.  
  18. Some of these libraries may not be found correctly.
  19.  
  20.  
  21. CMake Warning at torch/CMakeLists.txt:258 (add_library):
  22. Cannot generate a safe runtime search path for target torch because there
  23. is a cycle in the constraint graph:
  24.  
  25. dir 0 is [/opt/anaconda/lib]
  26. dir 2 must precede it due to runtime library [libcufft.so.8.0]
  27. dir 1 is [/home/sammy/pytorch/build/lib]
  28. dir 2 is [/opt/cuda/lib64]
  29. dir 0 must precede it due to runtime library [libnvToolsExt.so.1]
  30.  
  31. Some of these libraries may not be found correctly.
  32.  
  33.  
  34. CMake Warning at torch/CMakeLists.txt:715 (add_library):
  35. Cannot generate a safe runtime search path for target torch_python because
  36. files in some directories may conflict with libraries in implicit
  37. directories:
  38.  
  39. runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4 may be hidden by files in:
  40. /opt/anaconda/lib
  41.  
  42. Some of these libraries may not be found correctly.
  43.  
  44.  
  45. CMake Warning at torch/CMakeLists.txt:715 (add_library):
  46. Cannot generate a safe runtime search path for target torch_python because
  47. there is a cycle in the constraint graph:
  48.  
  49. dir 0 is [/home/sammy/pytorch/build/lib]
  50. dir 1 is [/opt/anaconda/lib]
  51. dir 2 must precede it due to runtime library [libcudart.so.8.0]
  52. dir 2 is [/opt/cuda/lib64]
  53. dir 1 must precede it due to runtime library [libnvToolsExt.so.1]
  54.  
  55. Some of these libraries may not be found correctly.
  56.  
  57.  
  58. CMake Warning at test/cpp/jit/CMakeLists.txt:3 (add_executable):
  59. Cannot generate a safe runtime search path for target test_jit because
  60. files in some directories may conflict with libraries in implicit
  61. directories:
  62.  
  63. runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4 may be hidden by files in:
  64. /opt/anaconda/lib
  65.  
  66. Some of these libraries may not be found correctly.
  67.  
  68.  
  69. CMake Warning at test/cpp/jit/CMakeLists.txt:3 (add_executable):
  70. Cannot generate a safe runtime search path for target test_jit because
  71. there is a cycle in the constraint graph:
  72.  
  73. dir 0 is [/home/sammy/pytorch/build/lib]
  74. dir 1 is [/opt/anaconda/lib]
  75. dir 2 must precede it due to runtime library [libcufft.so.8.0]
  76. dir 2 is [/opt/cuda/lib64]
  77. dir 1 must precede it due to runtime library [libnvrtc.so.8.0]
  78.  
  79. Some of these libraries may not be found correctly.
  80.  
  81.  
  82. CMake Warning at test/cpp/api/CMakeLists.txt:30 (add_executable):
  83. Cannot generate a safe runtime search path for target test_api because
  84. files in some directories may conflict with libraries in implicit
  85. directories:
  86.  
  87. runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4 may be hidden by files in:
  88. /opt/anaconda/lib
  89.  
  90. Some of these libraries may not be found correctly.
  91.  
  92.  
  93. CMake Warning at test/cpp/api/CMakeLists.txt:30 (add_executable):
  94. Cannot generate a safe runtime search path for target test_api because
  95. there is a cycle in the constraint graph:
  96.  
  97. dir 0 is [/home/sammy/pytorch/build/lib]
  98. dir 1 is [/opt/anaconda/lib]
  99. dir 2 must precede it due to runtime library [libcufft.so.8.0]
  100. dir 2 is [/opt/cuda/lib64]
  101. dir 1 must precede it due to runtime library [libnvrtc.so.8.0]
  102.  
  103. Some of these libraries may not be found correctly.
  104.  
  105.  
  106. CMake Warning at cmake/Modules_CUDA_fix/upstream/FindCUDA.cmake:1839 (add_library):
  107. Cannot generate a safe linker search path for target
  108. caffe2_detectron_ops_gpu because files in some directories may conflict
  109. with libraries in implicit directories:
  110.  
  111. link library [libgomp.so] in /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4 may be hidden by files in:
  112. /opt/anaconda/lib
  113.  
  114. Some of these libraries may not be found correctly.
  115. Call Stack (most recent call first):
  116. modules/detectron/CMakeLists.txt:12 (CUDA_ADD_LIBRARY)
  117.  
  118.  
  119. CMake Warning at cmake/Modules_CUDA_fix/upstream/FindCUDA.cmake:1839 (add_library):
  120. Cannot generate a safe runtime search path for target
  121. caffe2_detectron_ops_gpu because files in some directories may conflict
  122. with libraries in implicit directories:
  123.  
  124. runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4 may be hidden by files in:
  125. /opt/anaconda/lib
  126.  
  127. Some of these libraries may not be found correctly.
  128. Call Stack (most recent call first):
  129. modules/detectron/CMakeLists.txt:12 (CUDA_ADD_LIBRARY)
  130.  
  131.  
  132. -- Generating done
  133. CMake Warning:
  134. Manually-specified variables were not used by the project:
  135.  
  136. NCCL_SYSTEM_LIB
  137. THD_SO_VERSION
  138.  
  139.  
  140. -- Build files have been written to: /home/sammy/pytorch/build
  141. [106/2877] Performing build step for 'nccl_external'
  142. FAILED: nccl_external-prefix/src/nccl_external-stamp/nccl_external-build nccl/lib/libnccl_static.a
  143. cd /home/sammy/pytorch/third_party/nccl/nccl && env CCACHE_DISABLE=1 SCCACHE_DISABLE=1 make CXX=/usr/bin/g++-4.9.4 CUDA_HOME=/opt/cuda NVCC=/opt/cuda/bin/nvcc NVCC_GENCODE= BUILDDIR=/home/sammy/pytorch/build/nccl VERBOSE=0 -j && /opt/anaconda/bin/cmake -E touch /home/sammy/pytorch/build/nccl_external-prefix/src/nccl_external-stamp/nccl_external-build
  144. make -C src build BUILDDIR=/home/sammy/pytorch/build/nccl
  145. make[1]: Entering directory '/home/sammy/pytorch/third_party/nccl/nccl/src'
  146. Compiling init.cu > /home/sammy/pytorch/build/nccl/obj/init.o
  147. Generating nccl.h.in > /home/sammy/pytorch/build/nccl/include/nccl.h
  148. Compiling ring.cu > /home/sammy/pytorch/build/nccl/obj/ring.o
  149. Compiling bootstrap.cu > /home/sammy/pytorch/build/nccl/obj/bootstrap.o
  150. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  151. Compiling transport.cu > /home/sammy/pytorch/build/nccl/obj/transport.o
  152. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  153. Compiling misc/group.cu > /home/sammy/pytorch/build/nccl/obj/misc/group.o
  154. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  155. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  156. Compiling misc/nvmlwrap.cu > /home/sammy/pytorch/build/nccl/obj/misc/nvmlwrap.o
  157. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  158. Compiling misc/ibvwrap.cu > /home/sammy/pytorch/build/nccl/obj/misc/ibvwrap.o
  159. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  160. Compiling misc/rings.cu > /home/sammy/pytorch/build/nccl/obj/misc/rings.o
  161. Compiling misc/utils.cu > /home/sammy/pytorch/build/nccl/obj/misc/utils.o
  162. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  163. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  164. Compiling misc/enqueue.cu > /home/sammy/pytorch/build/nccl/obj/misc/enqueue.o
  165. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  166. Compiling transport/p2p.cu > /home/sammy/pytorch/build/nccl/obj/transport/p2p.o
  167. Compiling transport/shm.cu > /home/sammy/pytorch/build/nccl/obj/transport/shm.o
  168. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  169. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  170. Compiling transport/net.cu > /home/sammy/pytorch/build/nccl/obj/transport/net.o
  171. Compiling transport/net_socket.cu > /home/sammy/pytorch/build/nccl/obj/transport/net_socket.o
  172. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  173. Compiling transport/net_ib.cu > /home/sammy/pytorch/build/nccl/obj/transport/net_ib.o
  174. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  175. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  176. Compiling collectives/all_reduce.cu > /home/sammy/pytorch/build/nccl/obj/collectives/all_reduce.o
  177. Compiling collectives/all_gather.cu > /home/sammy/pytorch/build/nccl/obj/collectives/all_gather.o
  178. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  179. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  180. Compiling collectives/broadcast.cu > /home/sammy/pytorch/build/nccl/obj/collectives/broadcast.o
  181. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  182. Compiling collectives/reduce.cu > /home/sammy/pytorch/build/nccl/obj/collectives/reduce.o
  183. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  184. Compiling collectives/reduce_scatter.cu > /home/sammy/pytorch/build/nccl/obj/collectives/reduce_scatter.o
  185. make[2]: Entering directory '/home/sammy/pytorch/third_party/nccl/nccl/src/collectives/device'
  186. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  187. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  188. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  189. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  190. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  191. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  192. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  193. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  194. Compiling all_reduce.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/all_reduce_sum.o
  195. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  196. Compiling all_reduce.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/all_reduce_prod.o
  197. Compiling broadcast.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/broadcast_prod.o
  198. Compiling reduce.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/reduce_prod.o
  199. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  200. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  201. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  202. Compiling all_gather.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/all_gather_prod.o
  203. Compiling reduce_scatter.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/reduce_scatter_prod.o
  204. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  205. Compiling all_reduce.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/all_reduce_min.o
  206. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  207. Compiling broadcast.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/broadcast_min.o
  208. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  209. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  210. Compiling reduce.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/reduce_min.o
  211. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  212. Compiling all_gather.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/all_gather_min.o
  213. Compiling reduce_scatter.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/reduce_scatter_min.o
  214. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  215. Compiling all_reduce.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/all_reduce_max.o
  216. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  217. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  218. Compiling broadcast.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/broadcast_max.o
  219. Compiling reduce.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/reduce_max.o
  220. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  221. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  222. Compiling all_gather.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/all_gather_max.o
  223. Compiling reduce_scatter.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/reduce_scatter_max.o
  224. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  225. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  226. Compiling functions.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/functions.o
  227. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  228. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  229. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  230. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  231. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  232. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  233. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  234. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  235. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  236. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  237. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  238. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  239. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  240. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  241. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  242. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  243. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  244. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  245. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  246. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  247. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  248. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  249. init.cu:52:1: warning: 'ncclNet' initialized and declared 'extern'
  250. ncclNet_t* ncclNet = NULL;
  251. ^
  252. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  253. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  254. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  255. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  256. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  257. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  258. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  259. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  260. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  261. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  262. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  263. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  264. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  265. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  266. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  267. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  268. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  269. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  270. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  271. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  272. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  273. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  274. Compiling broadcast.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/broadcast_sum.o
  275. Compiling reduce.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/reduce_sum.o
  276. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  277. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  278. Compiling all_gather.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/all_gather_sum.o
  279. Compiling reduce_scatter.cu > /home/sammy/pytorch/build/nccl/obj/collectives/device/reduce_scatter_sum.o
  280. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  281. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  282. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  283. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  284. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  285. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  286. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  287. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  288. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  289. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  290. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  291. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  292. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  293. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  294. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  295. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  296. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  297. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  298. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  299. ptxas warning : Too big maxrregcount value specified 96, will be ignored
  300. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  301. nvlink fatal : Internal error: reference to deleted section
  302. make[2]: *** [Makefile:83: /home/sammy/pytorch/build/nccl/obj/collectives/device/devlink.o] Error 1
  303. make[2]: Leaving directory '/home/sammy/pytorch/third_party/nccl/nccl/src/collectives/device'
  304. make[1]: *** [Makefile:45: devicelib] Error 2
  305. make[1]: Leaving directory '/home/sammy/pytorch/third_party/nccl/nccl/src'
  306. make: *** [Makefile:25: src.build] Error 2
  307. [115/2877] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o
  308. ninja: build stopped: subcommand failed.
  309. Traceback (most recent call last):
  310. File "setup.py", line 734, in <module>
  311. build_deps()
  312. File "setup.py", line 281, in build_deps
  313. build_dir='build')
  314. File "/home/sammy/pytorch/tools/build_pytorch_libs.py", line 248, in build_caffe2
  315. check_call(ninja_cmd, cwd=build_dir, env=my_env)
  316. File "/opt/anaconda/lib/python3.6/subprocess.py", line 311, in check_call
  317. raise CalledProcessError(retcode, cmd)
  318. subprocess.CalledProcessError: Command '['ninja', 'install']' returned non-zero exit status 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement