Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@marty1885
Created July 8, 2017 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marty1885/8435dae1551d49bfe7ff4dd4faf7dbe6 to your computer and use it in GitHub Desktop.
Save marty1885/8435dae1551d49bfe7ff4dd4faf7dbe6 to your computer and use it in GitHub Desktop.
$ cmake --build . --config Release --target check
[ 4%] Built target addkernels
[ 4%] Built target addkernels_run
Scanning dependencies of target MIOpen
[ 6%] Building CXX object src/CMakeFiles/MIOpen.dir/__/kernel.cpp.o
[ 7%] Linking CXX shared library ../lib/libMIOpen.so
[ 68%] Built target MIOpen
[ 69%] Linking CXX executable ../bin/test_main
[ 71%] Built target test_main
[ 73%] Linking CXX executable ../bin/test_pooling_test
[ 74%] Built target test_pooling_test
[ 76%] Linking CXX executable ../bin/test_tensor_test
[ 77%] Built target test_tensor_test
[ 79%] Linking CXX executable ../bin/test_activation
[ 80%] Built target test_activation
[ 82%] Linking CXX executable ../bin/test_soft_max
[ 84%] Built target test_soft_max
[ 85%] Linking CXX executable ../bin/test_tensor_ops
[ 87%] Built target test_tensor_ops
[ 88%] Linking CXX executable ../bin/test_bn_aux
[ 90%] Built target test_bn_aux
[ 92%] Linking CXX executable ../bin/test_bn_spatial_test
[ 93%] Built target test_bn_spatial_test
[ 95%] Linking CXX executable ../bin/test_bn_peract_test
[ 96%] Built target test_bn_peract_test
[ 98%] Linking CXX executable ../bin/test_conv
[100%] Built target test_conv
Test project /home/marty/文件/MIOpen/test
Start 1: test_activation
1/10 Test #1: test_activation ..................***Exception: Other 0.39 sec
/home/marty/文件/MIOpen/bin/test_activation: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/marty/文件/MIOpen/bin/test_activation)
/home/marty/文件/MIOpen/bin/test_activation: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/marty/文件/MIOpen/lib/libMIOpen.so.1)
FAILED: std::bad_alloc
Forward Activation: miopenActivationLOGISTIC
Input tensor: 16, 32, 8, 8
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Start 2: test_bn_aux
2/10 Test #2: test_bn_aux ...................... Passed 0.00 sec
Start 3: test_bn_peract_test
3/10 Test #3: test_bn_peract_test ..............***Exception: Other 0.23 sec
/home/marty/文件/MIOpen/bin/test_bn_peract_test: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/marty/文件/MIOpen/bin/test_bn_peract_test)
/home/marty/文件/MIOpen/bin/test_bn_peract_test: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/marty/文件/MIOpen/lib/libMIOpen.so.1)
FAILED: std::bad_alloc
Forward Train Per Activation Batch Normalization:
Input tensor: 16, 32, 8, 8
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Start 4: test_bn_spatial_test
4/10 Test #4: test_bn_spatial_test ............. Passed 0.00 sec
Start 5: test_conv
5/10 Test #5: test_conv ........................***Exception: Other 0.37 sec
/home/marty/文件/MIOpen/bin/test_conv: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/marty/文件/MIOpen/bin/test_conv)
/home/marty/文件/MIOpen/bin/test_conv: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/marty/文件/MIOpen/lib/libMIOpen.so.1)
FAILED: /home/marty/文件/MIOpen/src/ocl/handleocl.cpp:529: OpenCL error reading from buffer: 65536 Out Of Resources
Forward convolution:
Input tensor: 16, 32, 8, 8
Weights tensor: 64, 32, 5, 5
Output tensor: 16, 64, 4, 4
Filter: 0, 0, 1, 1, 1, 1,
terminate called after throwing an instance of 'miopen::Exception'
what(): /home/marty/文件/MIOpen/src/ocl/handleocl.cpp:529: OpenCL error reading from buffer: 65536 Out Of Resources
Start 6: test_main
6/10 Test #6: test_main ........................***Exception: SegFault 0.23 sec
/home/marty/文件/MIOpen/bin/test_main: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/marty/文件/MIOpen/bin/test_main)
/home/marty/文件/MIOpen/bin/test_main: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/marty/文件/MIOpen/lib/libMIOpen.so.1)
MIOpen Error: std::bad_alloc
Start 7: test_pooling_test
7/10 Test #7: test_pooling_test ................ Passed 0.24 sec
Start 8: test_soft_max
8/10 Test #8: test_soft_max .................... Passed 0.00 sec
Start 9: test_tensor_ops
9/10 Test #9: test_tensor_ops ..................***Exception: Other 0.34 sec
/home/marty/文件/MIOpen/bin/test_tensor_ops: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/marty/文件/MIOpen/bin/test_tensor_ops)
/home/marty/文件/MIOpen/bin/test_tensor_ops: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/marty/文件/MIOpen/lib/libMIOpen.so.1)
FAILED: std::bad_alloc
TensorOp:
A tensor: 11, 7, 13, 13
B tensor: 1, 7, 1, 1
C tensor: 11, 7, 13, 13
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Start 10: test_tensor_test
10/10 Test #10: test_tensor_test ................. Passed 0.00 sec
50% tests passed, 5 tests failed out of 10
Total Test time (real) = 1.81 sec
The following tests FAILED:
1 - test_activation (OTHER_FAULT)
3 - test_bn_peract_test (OTHER_FAULT)
5 - test_conv (OTHER_FAULT)
6 - test_main (SEGFAULT)
9 - test_tensor_ops (OTHER_FAULT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment