vishkr

testall

Feb 26th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. Setting to use device 0
  2. Build Status = -2 ( Err = -11 )
  3. Log: 1:37:26: warning: OpenCL extension 'cl_khr_fp64' is core feature or supported optional core feature - ignoring
  4. #pragma OPENCL EXTENSION cl_khr_fp64 : enable
  5. ^
  6. 1:59:26: warning: OpenCL extension 'cl_khr_global_int32_base_atomics' is core feature or supported optional core feature - ignoring
  7. #pragma OPENCL EXTENSION cl_khr_global_int32_base_atomics : enable
  8. ^
  9. fcl build 1 succeeded.
  10.  
  11. error: undefined reference to `_Z12atom_cmpxchgPVU3AS1mmm()'
  12.  
  13. error: backend compiler failed build.
  14.  
  15.  
  16. Note: Google Test filter = *OpenCLKernelCompileTest*
  17. [==========] Running 2 tests from 2 test cases.
  18. [----------] Global test environment set-up.
  19. [----------] 1 test from OpenCLKernelCompileTest/0, where TypeParam = float
  20. [ RUN ] OpenCLKernelCompileTest/0.TestCompile
  21. Kernel bundle: activation: OK
  22. Kernel bundle: auxiliary: OK
  23. Kernel bundle: batch_norm: OK
  24. Kernel bundle: batch_reindex: OK
  25. Kernel bundle: benchmark: OK
  26. Kernel bundle: bias: OK
  27. Kernel bundle: bnll: OK
  28. Kernel bundle: channel: OK
  29. Kernel bundle: concat: OK
  30. Kernel bundle: contrastive_loss: OK
  31. Kernel bundle: conv_layer_spatial: OK
  32. Kernel bundle: conv_spatial_helper: OK
  33. Kernel bundle: crop: OK
  34. Kernel bundle: dropout: OK
  35. Kernel bundle: eltwise: OK
  36. Kernel bundle: elu: OK
  37. Kernel bundle: embed: OK
  38. Kernel bundle: fft: OK
  39. Kernel bundle: fillbuffer: OK
  40. Kernel bundle: im2col: OK
  41. Kernel bundle: im2col_nd: OK
  42. Kernel bundle: lrn: OK
  43. Kernel bundle: lstm_unit: OK
  44. Kernel bundle: math: OK
  45. Kernel bundle: mergecrop: OK
  46. Kernel bundle: pooling: OK
  47. Kernel bundle: pooling_nd: OK
  48. Kernel bundle: pooling_sk: OK
  49. Kernel bundle: slice: OK
  50. Kernel bundle: softmax_loss: OK
  51. Kernel bundle: solvers: OK
  52. Kernel bundle: tile: OK
  53. [ OK ] OpenCLKernelCompileTest/0.TestCompile (4735 ms)
  54. [----------] 1 test from OpenCLKernelCompileTest/0 (4735 ms total)
  55.  
  56. [----------] 1 test from OpenCLKernelCompileTest/1, where TypeParam = double
  57. [ RUN ] OpenCLKernelCompileTest/1.TestCompile
  58. Kernel bundle: activation: OK
  59. Kernel bundle: auxiliary: OK
  60. Kernel bundle: batch_norm: OK
  61. Kernel bundle: batch_reindex: OK
  62. Kernel bundle: benchmark: OK
  63. Kernel bundle: bias: OK
  64. Kernel bundle: bnll: OK
  65. Kernel bundle: channel: OK
  66. Kernel bundle: concat: OK
  67. Kernel bundle: contrastive_loss: OK
  68. Kernel bundle: conv_layer_spatial: OK
  69. Kernel bundle: conv_spatial_helper: OK
  70. Kernel bundle: crop: OK
  71. Kernel bundle: dropout: OK
  72. Kernel bundle: eltwise: OK
  73. Kernel bundle: elu: OK
  74. BUILD LOG:
  75. 51:37:26: warning: OpenCL extension 'cl_khr_fp64' is core feature or supported optional core feature - ignoring
  76. #pragma OPENCL EXTENSION cl_khr_fp64 : enable
  77. ^
  78. 51:59:26: warning: OpenCL extension 'cl_khr_global_int32_base_atomics' is core feature or supported optional core feature - ignoring
  79. #pragma OPENCL EXTENSION cl_khr_global_int32_base_atomics : enable
  80. ^
  81. fcl build 1 succeeded.
  82.  
  83. error: undefined reference to `_Z12atom_cmpxchgPVU3AS1mmm()'
  84.  
  85. error: backend compiler failed build.
  86.  
  87. Kernel bundle: fft: OK
  88. Kernel bundle: fillbuffer: OK
  89. Kernel bundle: im2col: OK
  90. Kernel bundle: im2col_nd: OK
  91. Kernel bundle: lrn: OK
  92. Kernel bundle: lstm_unit: OK
  93. Kernel bundle: math: OK
  94. Kernel bundle: mergecrop: OK
  95. Kernel bundle: pooling: OK
  96. Kernel bundle: pooling_nd: OK
  97. Kernel bundle: pooling_sk: OK
  98. Kernel bundle: slice: OK
  99. Kernel bundle: softmax_loss: OK
  100. Kernel bundle: solvers: OK
  101. Kernel bundle: tile: OK
  102. src/caffe/test/test_ocl_kernel_compile.cpp:79: Failure
  103. Value of: failure
  104. Actual: true
  105. Expected: false
  106. [ FAILED ] OpenCLKernelCompileTest/1.TestCompile, where TypeParam = double (5156 ms)
  107. [----------] 1 test from OpenCLKernelCompileTest/1 (5156 ms total)
  108.  
  109. [----------] Global test environment tear-down
  110. [==========] 2 tests from 2 test cases ran. (9891 ms total)
  111. [ PASSED ] 1 test.
  112. [ FAILED ] 1 test, listed below:
  113. [ FAILED ] OpenCLKernelCompileTest/1.TestCompile, where TypeParam = double
  114.  
  115. 1 FAILED TEST
Advertisement
Add Comment
Please, Sign In to add comment