rajhlinux

Untitled

Sep 28th, 2022
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.43 KB | None | 0 0
  1. [ 0%] Generating quantizer creator source (python -> C++).
  2. [ 2%] Generating test macros source (python -> C++).
  3. [ 2%] Generating layer creator source (python -> C++).
  4. [ 2%] Generating macros source (python -> C++).
  5. [ 3%] Built target caffeproto
  6. Consolidate compiler generated dependencies of target caffe
  7. [ 3%] Building CXX object src/caffe/CMakeFiles/caffe.dir/backend/cuda/cuda_device_program.cpp.o
  8. [ 3%] Building CXX object src/caffe/CMakeFiles/caffe.dir/backend/cuda/cuda_device_kernel.cpp.o
  9. [ 3%] Building CXX object src/caffe/CMakeFiles/caffe.dir/backend/device.cpp.o
  10. [ 5%] Building CXX object src/caffe/CMakeFiles/caffe.dir/backend/cuda/cuda_dev_ptr.cpp.o
  11. [ 5%] Building CXX object src/caffe/CMakeFiles/caffe.dir/backend/device_im2col.cpp.o
  12. [ 5%] Building CXX object src/caffe/CMakeFiles/caffe.dir/backend/backend.cpp.o
  13. [ 5%] Building CXX object src/caffe/CMakeFiles/caffe.dir/backend/device_kernel.cpp.o
  14. [ 5%] Linking CXX static library ../../lib/libpre_build.a
  15. [ 5%] Built target pre_build
  16. [ 5%] Building CXX object src/caffe/CMakeFiles/caffe.dir/backend/device_math.cpp.o
  17. /home/user/caffe/src/caffe/backend/device_kernel.cpp:6:5: warning: field 'name_' will be initialized after field 'device_' [-Wreorder-ctor]
  18. : name_(name), device_(dev), arg_idx_(0), args_(args) {
  19. ^~~~~~~~~~~ ~~~~~~~~~~~~
  20. device_(dev) name_(name)
  21. In file included from /home/user/caffe/src/caffe/backend/device_kernel.cpp:1:
  22. In file included from /home/user/caffe/include/caffe/backend/device_kernel.hpp:4:
  23. In file included from /home/user/caffe/include/caffe/common.hpp:26:
  24. In file included from /home/user/caffe/include/caffe/backend/opencl/caffe_opencl.hpp:38:
  25. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/vector.hpp:33:
  26. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/vector_operations.hpp:39:
  27. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/vector_operations.hpp:35:
  28. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/kernels/vector.hpp:25:
  29. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/scheduler/preset.hpp:21:
  30. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:129:20: warning: unused function 'generate_value_kernel_argument' [-Wunused-function]
  31. static std::string generate_value_kernel_argument(std::string const & scalartype, std::string const & name)
  32. ^
  33. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:135:20: warning: unused function 'generate_pointer_kernel_argument' [-Wunused-function]
  34. static std::string generate_pointer_kernel_argument(std::string const & address_space, std::string const & scalartype, std::string const & name)
  35. ^
  36. In file included from /home/user/caffe/src/caffe/backend/backend.cpp:1:
  37. In file included from /home/user/caffe/include/caffe/backend/backend.hpp:7:
  38. In file included from /home/user/caffe/include/caffe/common.hpp:26:
  39. In file included from /home/user/caffe/include/caffe/backend/opencl/caffe_opencl.hpp:38:
  40. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/vector.hpp:33:
  41. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/vector_operations.hpp:39:
  42. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/vector_operations.hpp:35:
  43. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/kernels/vector.hpp:25:
  44. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/scheduler/preset.hpp:21:
  45. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:129:20: warning: unused function 'generate_value_kernel_argument' [-Wunused-function]
  46. static std::string generate_value_kernel_argument(std::string const & scalartype, std::string const & name)
  47. ^
  48. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:135:20: warning: unused function 'generate_pointer_kernel_argument' [-Wunused-function]
  49. static std::string generate_pointer_kernel_argument(std::string const & address_space, std::string const & scalartype, std::string const & name)
  50. ^
  51. 2 warnings generated.
  52. [ 6%] Building CXX object src/caffe/CMakeFiles/caffe.dir/backend/device_math_blas1.cpp.o
  53. 3 warnings generated.
  54. [ 6%] Building CXX object src/caffe/CMakeFiles/caffe.dir/backend/device_math_blas2.cpp.o
  55. In file included from /home/user/caffe/src/caffe/backend/device_im2col.cpp:4:
  56. /home/user/caffe/include/caffe/quantizer.hpp:14:1: warning: 'QuantizerValues' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  57. struct QuantizerValues {
  58. ^
  59. /home/user/caffe/include/caffe/util/math_functions.hpp:16:1: note: did you mean struct here?
  60. class QuantizerValues;
  61. ^~~~~
  62. struct
  63. /home/user/caffe/src/caffe/backend/device.cpp:280:50: error: ordered comparison between pointer and zero ('int32_t *' (aka 'int *') and 'int')
  64. if (*lock_id < buffer_flags_.size() && lock_id > 0) {
  65. ~~~~~~~ ^ ~
  66. In file included from /home/user/caffe/src/caffe/backend/device_math.cpp:3:
  67. /home/user/caffe/include/caffe/quantizer.hpp:14:1: warning: 'QuantizerValues' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  68. struct QuantizerValues {
  69. ^
  70. /home/user/caffe/include/caffe/util/math_functions.hpp:16:1: note: did you mean struct here?
  71. class QuantizerValues;
  72. ^~~~~
  73. struct
  74. In file included from /home/user/caffe/src/caffe/backend/cuda/cuda_dev_ptr.cpp:1:
  75. In file included from /home/user/caffe/include/caffe/common.hpp:26:
  76. In file included from /home/user/caffe/include/caffe/backend/opencl/caffe_opencl.hpp:38:
  77. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/vector.hpp:33:
  78. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/vector_operations.hpp:39:
  79. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/vector_operations.hpp:35:
  80. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/kernels/vector.hpp:25:
  81. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/scheduler/preset.hpp:21:
  82. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:129:20: warning: unused function 'generate_value_kernel_argument' [-Wunused-function]
  83. static std::string generate_value_kernel_argument(std::string const & scalartype, std::string const & name)
  84. ^
  85. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:135:20: warning: unused function 'generate_pointer_kernel_argument' [-Wunused-function]
  86. static std::string generate_pointer_kernel_argument(std::string const & address_space, std::string const & scalartype, std::string const & name)
  87. ^
  88. In file included from /home/user/caffe/src/caffe/backend/cuda/cuda_device_kernel.cpp:3:
  89. In file included from /home/user/caffe/include/caffe/backend/cuda/cuda_device_kernel.hpp:4:
  90. In file included from /home/user/caffe/include/caffe/backend/device_kernel.hpp:4:
  91. In file included from /home/user/caffe/include/caffe/common.hpp:26:
  92. In file included from /home/user/caffe/include/caffe/backend/opencl/caffe_opencl.hpp:38:
  93. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/vector.hpp:33:
  94. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/vector_operations.hpp:39:
  95. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/vector_operations.hpp:35:
  96. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/kernels/vector.hpp:25:
  97. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/scheduler/preset.hpp:21:
  98. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:129:20: warning: unused function 'generate_value_kernel_argument' [-Wunused-function]
  99. static std::string generate_value_kernel_argument(std::string const & scalartype, std::string const & name)
  100. ^
  101. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:135:20: warning: unused function 'generate_pointer_kernel_argument' [-Wunused-function]
  102. static std::string generate_pointer_kernel_argument(std::string const & address_space, std::string const & scalartype, std::string const & name)
  103. ^
  104. 2 warnings generated.
  105. [ 6%] Building CXX object src/caffe/CMakeFiles/caffe.dir/backend/device_math_blas3.cpp.o
  106. 1 error generated.
  107. --- src/caffe/CMakeFiles/caffe.dir/backend/device.cpp.o ---
  108. *** [src/caffe/CMakeFiles/caffe.dir/backend/device.cpp.o] Error code 1
  109.  
  110. make[2]: stopped in /usr/home/user/caffe/build
  111. 2 warnings generated.
  112. In file included from /home/user/caffe/src/caffe/backend/device_im2col.cpp:1:
  113. In file included from /home/user/caffe/include/caffe/backend/device.hpp:12:
  114. In file included from /home/user/caffe/include/caffe/blob.hpp:8:
  115. In file included from /home/user/caffe/include/caffe/common.hpp:26:
  116. In file included from /home/user/caffe/include/caffe/backend/opencl/caffe_opencl.hpp:38:
  117. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/vector.hpp:33:
  118. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/vector_operations.hpp:39:
  119. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/vector_operations.hpp:35:
  120. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/kernels/vector.hpp:25:
  121. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/scheduler/preset.hpp:21:
  122. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:129:20: warning: unused function 'generate_value_kernel_argument' [-Wunused-function]
  123. static std::string generate_value_kernel_argument(std::string const & scalartype, std::string const & name)
  124. ^
  125. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:135:20: warning: unused function 'generate_pointer_kernel_argument' [-Wunused-function]
  126. static std::string generate_pointer_kernel_argument(std::string const & address_space, std::string const & scalartype, std::string const & name)
  127. ^
  128. In file included from /home/user/caffe/src/caffe/backend/device_math.cpp:1:
  129. In file included from /home/user/caffe/include/caffe/backend/device.hpp:12:
  130. In file included from /home/user/caffe/include/caffe/blob.hpp:8:
  131. In file included from /home/user/caffe/include/caffe/common.hpp:26:
  132. In file included from /home/user/caffe/include/caffe/backend/opencl/caffe_opencl.hpp:38:
  133. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/vector.hpp:33:
  134. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/vector_operations.hpp:39:
  135. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/vector_operations.hpp:35:
  136. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/kernels/vector.hpp:25:
  137. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/scheduler/preset.hpp:21:
  138. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:129:20: warning: unused function 'generate_value_kernel_argument' [-Wunused-function]
  139. static std::string generate_value_kernel_argument(std::string const & scalartype, std::string const & name)
  140. ^
  141. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:135:20: warning: unused function 'generate_pointer_kernel_argument' [-Wunused-function]
  142. static std::string generate_pointer_kernel_argument(std::string const & address_space, std::string const & scalartype, std::string const & name)
  143. ^
  144. 3 warnings generated.
  145. In file included from /home/user/caffe/src/caffe/backend/device_math_blas1.cpp:6:
  146. In file included from /home/user/caffe/include/caffe/libdnn/libdnn_blas.hpp:13:
  147. /home/user/caffe/include/caffe/quantizer.hpp:14:1: warning: 'QuantizerValues' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  148. struct QuantizerValues {
  149. ^
  150. /home/user/caffe/include/caffe/util/math_functions.hpp:16:1: note: did you mean struct here?
  151. class QuantizerValues;
  152. ^~~~~
  153. struct
  154. In file included from /home/user/caffe/src/caffe/backend/device_math_blas2.cpp:6:
  155. In file included from /home/user/caffe/include/caffe/libdnn/libdnn_blas.hpp:13:
  156. /home/user/caffe/include/caffe/quantizer.hpp:14:1: warning: 'QuantizerValues' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  157. struct QuantizerValues {
  158. ^
  159. /home/user/caffe/include/caffe/util/math_functions.hpp:16:1: note: did you mean struct here?
  160. class QuantizerValues;
  161. ^~~~~
  162. struct
  163. In file included from /home/user/caffe/src/caffe/backend/device_math_blas3.cpp:6:
  164. In file included from /home/user/caffe/include/caffe/libdnn/libdnn_blas.hpp:13:
  165. /home/user/caffe/include/caffe/quantizer.hpp:14:1: warning: 'QuantizerValues' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  166. struct QuantizerValues {
  167. ^
  168. /home/user/caffe/include/caffe/util/math_functions.hpp:16:1: note: did you mean struct here?
  169. class QuantizerValues;
  170. ^~~~~
  171. struct
  172. In file included from /home/user/caffe/src/caffe/backend/device_math_blas1.cpp:1:
  173. In file included from /home/user/caffe/include/caffe/common.hpp:26:
  174. In file included from /home/user/caffe/include/caffe/backend/opencl/caffe_opencl.hpp:38:
  175. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/vector.hpp:33:
  176. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/vector_operations.hpp:39:
  177. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/vector_operations.hpp:35:
  178. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/kernels/vector.hpp:25:
  179. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/scheduler/preset.hpp:21:
  180. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:129:20: warning: unused function 'generate_value_kernel_argument' [-Wunused-function]
  181. static std::string generate_value_kernel_argument(std::string const & scalartype, std::string const & name)
  182. ^
  183. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:135:20: warning: unused function 'generate_pointer_kernel_argument' [-Wunused-function]
  184. static std::string generate_pointer_kernel_argument(std::string const & address_space, std::string const & scalartype, std::string const & name)
  185. ^
  186. In file included from /home/user/caffe/src/caffe/backend/device_math_blas2.cpp:1:
  187. In file included from /home/user/caffe/include/caffe/common.hpp:26:
  188. In file included from /home/user/caffe/include/caffe/backend/opencl/caffe_opencl.hpp:38:
  189. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/vector.hpp:33:
  190. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/vector_operations.hpp:39:
  191. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/vector_operations.hpp:35:
  192. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/kernels/vector.hpp:25:
  193. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/scheduler/preset.hpp:21:
  194. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:129:20: warning: unused function 'generate_value_kernel_argument' [-Wunused-function]
  195. static std::string generate_value_kernel_argument(std::string const & scalartype, std::string const & name)
  196. ^
  197. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:135:20: warning: unused function 'generate_pointer_kernel_argument' [-Wunused-function]
  198. static std::string generate_pointer_kernel_argument(std::string const & address_space, std::string const & scalartype, std::string const & name)
  199. ^
  200. 3 warnings generated.
  201. 3 warnings generated.
  202. In file included from /home/user/caffe/src/caffe/backend/device_math_blas3.cpp:1:
  203. In file included from /home/user/caffe/include/caffe/common.hpp:26:
  204. In file included from /home/user/caffe/include/caffe/backend/opencl/caffe_opencl.hpp:38:
  205. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/vector.hpp:33:
  206. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/vector_operations.hpp:39:
  207. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/vector_operations.hpp:35:
  208. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/linalg/opencl/kernels/vector.hpp:25:
  209. In file included from /home/user/caffe/ViennaCL-1.7.1/viennacl/scheduler/preset.hpp:21:
  210. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:129:20: warning: unused function 'generate_value_kernel_argument' [-Wunused-function]
  211. static std::string generate_value_kernel_argument(std::string const & scalartype, std::string const & name)
  212. ^
  213. /home/user/caffe/ViennaCL-1.7.1/viennacl/device_specific/forwards.h:135:20: warning: unused function 'generate_pointer_kernel_argument' [-Wunused-function]
  214. static std::string generate_pointer_kernel_argument(std::string const & address_space, std::string const & scalartype, std::string const & name)
  215. ^
  216. 3 warnings generated.
  217. 3 warnings generated.
  218. 1 error
  219.  
  220. make[2]: stopped in /usr/home/user/caffe/build
  221. --- src/caffe/CMakeFiles/caffe.dir/all ---
  222. *** [src/caffe/CMakeFiles/caffe.dir/all] Error code 2
  223.  
  224. make[1]: stopped in /usr/home/user/caffe/build
  225. 1 error
  226.  
  227. make[1]: stopped in /usr/home/user/caffe/build
  228. *** [all] Error code 2
  229.  
  230. make: stopped in /usr/home/user/caffe/build
  231. 1 error
  232.  
  233. make: stopped in /usr/home/user/caffe/build
  234. ]
Add Comment
Please, Sign In to add comment