Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Setting to use device 0
- Build Status = -2 ( Err = -11 )
- Log: 1:37:26: warning: OpenCL extension 'cl_khr_fp64' is core feature or supported optional core feature - ignoring
- #pragma OPENCL EXTENSION cl_khr_fp64 : enable
- ^
- 1:59:26: warning: OpenCL extension 'cl_khr_global_int32_base_atomics' is core feature or supported optional core feature - ignoring
- #pragma OPENCL EXTENSION cl_khr_global_int32_base_atomics : enable
- ^
- fcl build 1 succeeded.
- error: undefined reference to `_Z12atom_cmpxchgPVU3AS1mmm()'
- error: backend compiler failed build.
- Note: Google Test filter = *OpenCLKernelCompileTest*
- [==========] Running 2 tests from 2 test cases.
- [----------] Global test environment set-up.
- [----------] 1 test from OpenCLKernelCompileTest/0, where TypeParam = float
- [ RUN ] OpenCLKernelCompileTest/0.TestCompile
- Kernel bundle: activation: OK
- Kernel bundle: auxiliary: OK
- Kernel bundle: batch_norm: OK
- Kernel bundle: batch_reindex: OK
- Kernel bundle: benchmark: OK
- Kernel bundle: bias: OK
- Kernel bundle: bnll: OK
- Kernel bundle: channel: OK
- Kernel bundle: concat: OK
- Kernel bundle: contrastive_loss: OK
- Kernel bundle: conv_layer_spatial: OK
- Kernel bundle: conv_spatial_helper: OK
- Kernel bundle: crop: OK
- Kernel bundle: dropout: OK
- Kernel bundle: eltwise: OK
- Kernel bundle: elu: OK
- Kernel bundle: embed: OK
- Kernel bundle: fft: OK
- Kernel bundle: fillbuffer: OK
- Kernel bundle: im2col: OK
- Kernel bundle: im2col_nd: OK
- Kernel bundle: lrn: OK
- Kernel bundle: lstm_unit: OK
- Kernel bundle: math: OK
- Kernel bundle: mergecrop: OK
- Kernel bundle: pooling: OK
- Kernel bundle: pooling_nd: OK
- Kernel bundle: pooling_sk: OK
- Kernel bundle: slice: OK
- Kernel bundle: softmax_loss: OK
- Kernel bundle: solvers: OK
- Kernel bundle: tile: OK
- [ OK ] OpenCLKernelCompileTest/0.TestCompile (4735 ms)
- [----------] 1 test from OpenCLKernelCompileTest/0 (4735 ms total)
- [----------] 1 test from OpenCLKernelCompileTest/1, where TypeParam = double
- [ RUN ] OpenCLKernelCompileTest/1.TestCompile
- Kernel bundle: activation: OK
- Kernel bundle: auxiliary: OK
- Kernel bundle: batch_norm: OK
- Kernel bundle: batch_reindex: OK
- Kernel bundle: benchmark: OK
- Kernel bundle: bias: OK
- Kernel bundle: bnll: OK
- Kernel bundle: channel: OK
- Kernel bundle: concat: OK
- Kernel bundle: contrastive_loss: OK
- Kernel bundle: conv_layer_spatial: OK
- Kernel bundle: conv_spatial_helper: OK
- Kernel bundle: crop: OK
- Kernel bundle: dropout: OK
- Kernel bundle: eltwise: OK
- Kernel bundle: elu: OK
- BUILD LOG:
- 51:37:26: warning: OpenCL extension 'cl_khr_fp64' is core feature or supported optional core feature - ignoring
- #pragma OPENCL EXTENSION cl_khr_fp64 : enable
- ^
- 51:59:26: warning: OpenCL extension 'cl_khr_global_int32_base_atomics' is core feature or supported optional core feature - ignoring
- #pragma OPENCL EXTENSION cl_khr_global_int32_base_atomics : enable
- ^
- fcl build 1 succeeded.
- error: undefined reference to `_Z12atom_cmpxchgPVU3AS1mmm()'
- error: backend compiler failed build.
- Kernel bundle: fft: OK
- Kernel bundle: fillbuffer: OK
- Kernel bundle: im2col: OK
- Kernel bundle: im2col_nd: OK
- Kernel bundle: lrn: OK
- Kernel bundle: lstm_unit: OK
- Kernel bundle: math: OK
- Kernel bundle: mergecrop: OK
- Kernel bundle: pooling: OK
- Kernel bundle: pooling_nd: OK
- Kernel bundle: pooling_sk: OK
- Kernel bundle: slice: OK
- Kernel bundle: softmax_loss: OK
- Kernel bundle: solvers: OK
- Kernel bundle: tile: OK
- src/caffe/test/test_ocl_kernel_compile.cpp:79: Failure
- Value of: failure
- Actual: true
- Expected: false
- [ FAILED ] OpenCLKernelCompileTest/1.TestCompile, where TypeParam = double (5156 ms)
- [----------] 1 test from OpenCLKernelCompileTest/1 (5156 ms total)
- [----------] Global test environment tear-down
- [==========] 2 tests from 2 test cases ran. (9891 ms total)
- [ PASSED ] 1 test.
- [ FAILED ] 1 test, listed below:
- [ FAILED ] OpenCLKernelCompileTest/1.TestCompile, where TypeParam = double
- 1 FAILED TEST
Advertisement
Add Comment
Please, Sign In to add comment