Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marty1885/5c3ea7ffb70d47afde8b94f068f46cde to your computer and use it in GitHub Desktop.
Save marty1885/5c3ea7ffb70d47afde8b94f068f46cde to your computer and use it in GitHub Desktop.
[ 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%] Building CXX object src/CMakeFiles/MIOpen.dir/ocl/handleocl.cpp.o
[ 9%] 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 .................. Passed 0.16 sec
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 .............. Passed 0.14 sec
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.23 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)
There are 1devices
65536
FAILED: /home/marty/文件/MIOpen/src/ocl/handleocl.cpp:531: 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:531: OpenCL error reading from buffer: 65536 Out Of Resources
Start 6: test_main
6/10 Test #6: test_main ........................***Exception: SegFault 0.43 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)
There are 1devices
There are 1devices
There are 1devices
MIOpen Error: /home/marty/文件/MIOpen/src/ocl/handleocl.cpp:291: Error: Creating Handle. (clCreateContextFromType) Device Not Available
Start 7: test_pooling_test
7/10 Test #7: test_pooling_test ................ Passed 0.15 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 .................. Passed 0.14 sec
Start 10: test_tensor_test
10/10 Test #10: test_tensor_test ................. Passed 0.00 sec
80% tests passed, 2 tests failed out of 10
Total Test time (real) = 1.27 sec
The following tests FAILED:
5 - test_conv (OTHER_FAULT)
6 - test_main (SEGFAULT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment