Created
February 24, 2016 00:29
-
-
Save anadon/82d7cdffb1275d71708f 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
| GNU gdb (GDB) 7.10.1 | |
| Copyright (C) 2015 Free Software Foundation, Inc. | |
| License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
| This is free software: you are free to change and redistribute it. | |
| There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
| and "show warranty" for details. | |
| This GDB was configured as "x86_64-unknown-linux-gnu". | |
| Type "show configuration" for configuration details. | |
| For bug reporting instructions, please see: | |
| <http://www.gnu.org/software/gdb/bugs/>. | |
| Find the GDB manual and other documentation resources online at: | |
| <http://www.gnu.org/software/gdb/documentation/>. | |
| For help, type "help". | |
| Type "apropos word" to search for commands related to "word"... | |
| Reading symbols from ./staging/test-correctness...done. | |
| (gdb) run | |
| Starting program: /home/anadon/documents/code/clBLAS/bld/staging/test-correctness | |
| [Thread debugging using libthread_db enabled] | |
| Using host libthread_db library "/usr/lib/libthread_db.so.1". | |
| Initialize OpenCL and clblas... | |
| [New Thread 0x7fffedf15700 (LWP 27770)] | |
| ---- AMD | |
| SetUp: about to create command queues | |
| Kernel Cache limit: 256 MB | |
| Test environment: | |
| Device name: AMD PITCAIRN (DRM 2.43.0, LLVM 3.7.1) | |
| Device vendor: AMD | |
| Platform (bit): Linux | |
| clblas version: 2.10.0 | |
| Driver version: 11.2.0-devel | |
| Device version: OpenCL 1.1 MESA 11.2.0-devel | |
| Global mem size: 1024 MB | |
| --------------------------------------------------------- | |
| [==========] Running 1867284 tests from 293 test cases. | |
| [----------] Global test environment set-up. | |
| [----------] 4 tests from TRSM_extratest | |
| [ RUN ] TRSM_extratest.strsm | |
| Calling reference xTRSM routine... Calling clblas xTRSM routine... | |
| Program received signal SIGSEGV, Segmentation fault. | |
| 0x00007ffff2878928 in ?? () from /usr/lib/libMesaOpenCL.so.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment