Age | Commit message (Expand) | Author | Files | Lines |
2017-07-21 | Use in-place transform shortcut only if matrix is square | Martin Kroeker | 1 | -6/+4 |
2017-07-20 | Add files via upload | Martin Kroeker | 1 | -6/+7 |
2017-07-15 | Exchange rows and cols in final omatcopy with BlasTrans | Martin Kroeker | 1 | -1/+1 |
2017-04-26 | Update xerbla.c | Martin Kroeker | 1 | -1/+1 |
2017-04-26 | Add cblas_xerbla | Martin Kroeker | 1 | -1/+3 |
2017-04-26 | Add cblas_xerbla() | Martin Kroeker | 1 | -0/+22 |
2017-03-16 | Address unlikely memleak in zimatcopy interface (#1129) | Andrew | 1 | -1/+1 |
2017-03-13 | Update zdot.c | Martin Kroeker | 1 | -0/+1 |
2017-03-13 | Update zdot.c | Martin Kroeker | 1 | -1/+1 |
2017-03-13 | Replace gnu _real_, _imag_ extensions in initializers | Martin Kroeker | 1 | -3/+3 |
2017-02-03 | THUNDERX2T99: Add optimized S/D/C/Z SWAP Implementations | Ashwin Sekhar T K | 1 | -1/+4 |
2017-01-10 | updated some level1 funcions, that are not thread save | Werner Saar | 4 | -304/+0 |
2017-01-10 | Adding multi-threading for copy, dot, rot, and asum funcitons | jiahaipeng | 4 | -0/+304 |
2017-01-06 | removed obj-files, that are moved to lapack 3.7.0 | Werner Saar | 1 | -8/+8 |
2016-06-07 | Fix z/ctrmv stack allocation on AMD bulldozer and barcelona target | Jerome Robert | 1 | -0/+2 |
2016-05-31 | Merge pull request #898 from wernsaar/develop | Werner Saar | 1 | -0/+1083 |
2016-05-31 | added directory for optimized lapack fortan codes and added dlaqr5.f | Werner Saar | 1 | -0/+1083 |
2016-05-25 | Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BIN... | John Biddiscombe | 1 | -1/+1 |
2016-05-16 | Disable multi-threading in swap | Jerome Robert | 1 | -0/+4 |
2016-02-08 | Fix zgemv.c compilation when stack allocation is disabled | Jerome Robert | 1 | -1/+1 |
2016-02-08 | zgemv: Add a workaround for #746 | Jerome Robert | 1 | -0/+6 |
2016-02-08 | Improve performances of ztrmv on small matrices | Jerome Robert | 1 | -6/+23 |
2016-02-08 | Use stack allocation in zgemv and zger | Jerome Robert | 2 | -5/+12 |
2016-01-24 | Use GEMM_MULTITHREAD_THRESHOLD as a number of ops | Jerome Robert | 2 | -33/+6 |
2016-01-24 | [z]ger: increase multithread threshold | Jerome Robert | 2 | -2/+2 |
2016-01-19 | swap: disable multi-threading for small matrices | Jerome Robert | 1 | -3/+4 |
2016-01-19 | Disable multi-threading for small matrices in [z]ger | Jerome Robert | 2 | -3/+10 |
2016-01-08 | Factorize MAX_STACK_ALLOC code to common_stackalloc.h | Jerome Robert | 2 | -53/+11 |
2015-12-31 | Fix compilation when MAX_STACK_ALLOC is not set | Jerome Robert | 1 | -2/+3 |
2015-12-14 | Fixed rotg bug on ARM. | Zhang Xianyi | 1 | -1/+1 |
2015-11-30 | Refs #697. Fixed gemv bug for Windows. | Zhang Xianyi | 1 | -2/+9 |
2015-11-09 | Minor C code fixes in interface/ | Ralph Campbell | 6 | -52/+28 |
2015-10-26 | Merge branch 'develop' into cmake | Zhang Xianyi | 1 | -0/+4 |
2015-10-24 | Refs #671. the return of i?max cannot larger than N. | Zhang Xianyi | 1 | -0/+4 |
2015-10-20 | Fixed cmake bug on Visual Studio. | Zhang Xianyi | 4 | -24/+44 |
2015-10-13 | Merge branch 'develop' into cmake | Zhang Xianyi | 2 | -3/+82 |
2015-09-10 | Refs #638. Fixed compiling bug with clang on Mac OS X. | Zhang Xianyi | 1 | -1/+1 |
2015-09-07 | Improved Ximatcopy when lda==ldb. | Martin Koehler | 2 | -3/+82 |
2015-08-10 | Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit. | Zhang Xianyi | 6 | -30/+77 |
2015-07-22 | Merge branch 'cmake' of https://github.com/hpanderson/OpenBLAS into hpanderso... | Zhang Xianyi | 3 | -7/+139 |
2015-05-06 | use only 1 thread if m or n < 2*GEMM_MULTITHREAD_THRESHOLD | Werner Saar | 1 | -0/+6 |
2015-04-24 | gemv: Ensure stack buffer is large enough to handle memory alignment | Jerome Robert | 1 | -0/+4 |
2015-04-20 | Refs #478,#482, Enable stack alloc for s/dgemv_t.(revert 9798491) | Zhang Xianyi | 1 | -13/+9 |
2015-04-13 | Refs #478, #482. Fixed bug on previous commit. | Zhang Xianyi | 1 | -7/+8 |
2015-04-13 | Refs #478, #482. Fix segfault bug for gemv_t with MAX_ALLOC_STACK flag. | Zhang Xianyi | 1 | -8/+20 |
2015-02-26 | Refs #492. Fixed c/zsyr bug with negative incx. | Zhang Xianyi | 1 | -1/+1 |
2015-02-24 | Changed strategy for setting preprocessor definitions. | Hank Anderson | 1 | -2/+1 |
2015-02-23 | More complex objects. | Hank Anderson | 1 | -1/+0 |
2015-02-22 | Added some more complex-only objects. | Hank Anderson | 1 | -0/+18 |
2015-02-17 | Added mangled complex filenames to interface and lapack CMakeLists.txt. | Hank Anderson | 1 | -6/+14 |