Created
August 30, 2016 17:06
-
-
Save Mezzano/f0e10bdd3e908f2196d490b15c097735 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iCar-G3-446:/dev/disk/mounted/sda1/opencl/caffe_requirements/CLBlast/build # ./clblast_test_xgemm | |
* Options given/available: | |
-platform 0 [=default] | |
-device 0 [=default] | |
-full_test [false] | |
-verbose [false] | |
-cblas 1 [=default] | |
* Running on OpenCL device 'Vivante OpenCL Device'. | |
* Starting tests for the 'SGEMM' routine. Legend: | |
: -> Test produced correct results | |
. -> Test returned the correct error code | |
X -> Test produced incorrect results | |
/ -> Test returned an incorrect error code | |
\ -> Test not executed: OpenCL-kernel compilation error | |
o -> Test not executed: Unsupported precision | |
- -> Test not completed: Reference CBLAS doesn't output error codes | |
* Testing 'regular behaviour' for '101 (row-major) 111 (regular) 111 (regular)': | |
::::::::----::::---:---:-------:::::::::----::::---:---:-------: | |
Pass rate 46.9%: 30 passed / 34 skipped / 0 failed | |
* Testing 'regular behaviour' for '101 (row-major) 111 (regular) 112 (transposed)': | |
::::::::------::-:-:-:-:-------:::::::::------::-:-:-:-:-------: | |
Pass rate 46.9%: 30 passed / 34 skipped / 0 failed | |
* Testing 'regular behaviour' for '101 (row-major) 112 (transposed) 111 (regular)': | |
::::::::::::::::---:---:---:---:----::::----::::-------:-------: | |
Pass rate 46.9%: 30 passed / 34 skipped / 0 failed | |
* Testing 'regular behaviour' for '101 (row-major) 112 (transposed) 112 (transposed)': | |
::::::::--::--::-:-:-:-:---:---:----::::------::-----:-:-------: | |
Pass rate 42.2%: 27 passed / 37 skipped / 0 failed | |
* Testing 'regular behaviour' for '102 (col-major) 111 (regular) 111 (regular)': | |
::::::::--::--::::::::::--::--::-----:-:-------:-----:-:-------: | |
Pass rate 46.9%: 30 passed / 34 skipped / 0 failed | |
* Testing 'regular behaviour' for '102 (col-major) 111 (regular) 112 (transposed)': | |
::::::::::::::::--::--::--::--::-----:-:-----:-:-------:-------: | |
Pass rate 46.9%: 30 passed / 34 skipped / 0 failed | |
* Testing 'regular behaviour' for '102 (col-major) 112 (transposed) 111 (regular)': | |
::::::::------::::::::::------::-:-:-:-:-------:-:-:-:-:-------: | |
Pass rate 46.9%: 30 passed / 34 skipped / 0 failed | |
* Testing 'regular behaviour' for '102 (col-major) 112 (transposed) 112 (transposed)': | |
::::::::----::::--::--::------::-:-:-:-:-----:-:---:---:-------: | |
Pass rate 42.2%: 27 passed / 37 skipped / 0 failed | |
* Completed all test-cases for this routine. Results: | |
234 test(s) passed | |
278 test(s) skipped | |
0 test(s) failed | |
* Running on OpenCL device 'Vivante OpenCL Device'. | |
* Starting tests for the 'DGEMM' routine. | |
* All tests skipped: Unsupported precision | |
* Running on OpenCL device 'Vivante OpenCL Device'. | |
* Starting tests for the 'CGEMM' routine. Legend: | |
: -> Test produced correct results | |
. -> Test returned the correct error code | |
X -> Test produced incorrect results | |
/ -> Test returned an incorrect error code | |
\ -> Test not executed: OpenCL-kernel compilation error | |
o -> Test not executed: Unsupported precision | |
- -> Test not completed: Reference CBLAS doesn't output error codes | |
* Testing 'regular behaviour' for '101 (row-major) 111 (regular) 111 (regular)': |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment