OpenBLAS/kernel
Zhang Xianyi 5f0117385e Refs #154. Fixed a SEGFAULT bug of dgemv_t when m is very large.
It overflowed the internal buffer. Thus, we split vector x into blocks when m is very large.

Thank @wangqian for this patch.
2012-11-19 22:32:27 +08:00
..
alpha Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
generic Refs #83 #53. Adding Intel Sandy Bridge (AVX supported) kernel codes for BLAS level 3 functions. 2012-06-19 16:37:12 +08:00
ia64 Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
mips64 Appending gemmkernel and trmmkernel C code in kernel/generic, this code can be used to execute on a new platform which dose not have optimized assemble kernel. 2012-01-10 17:16:13 +00:00
power Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
sparc Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
x86 refs #140. Fixed zdot incompatibility ABI issue with GCC 4.7 on Win 32. 2012-09-24 20:34:33 +08:00
x86_64 Refs #154. Fixed a SEGFAULT bug of dgemv_t when m is very large. 2012-11-19 22:32:27 +08:00
Makefile provide support for passing CFLAGS, FFLAGS, PFLAGS, FPFLAGS to make on the command line 2012-08-21 00:31:12 -04:00
Makefile.L1 Fixed #28. Convert the result to double precision in the end of dsdot kernel. 2011-05-13 02:34:30 +08:00
Makefile.L2 Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
Makefile.L3 Appending gemmkernel and trmmkernel C code in kernel/generic, this code can be used to execute on a new platform which dose not have optimized assemble kernel. 2012-01-10 17:16:13 +00:00
Makefile.LA Support NO_LAPACK=1 to build the lib without LAPACK functions. 2011-03-04 11:51:32 +08:00
setparam-ref.c Refs #113. Fixed the typo BOBCATE -> BOBCAT 2012-05-31 22:40:15 +08:00