6653 Commits (94de62e8be1d63d2668d2aa71ce266e630c90b17)
 

Author SHA1 Message Date
  wlbksy 7a9b94b519 Fix #204 13 years ago
  Kenneth Hoste 66b919d99f adjusted Makefile to allow for provided required LAPACK source files rather than downloading them 13 years ago
  Zhang Xianyi f4846afbad Merge pull request #201 from Explorer09/develop 13 years ago
  Explorer09 53588bc786 getarch.c: Minor re-ordering of architecture list 13 years ago
  Explorer09 b47f13ee4c getarch.c: Minor re-ordering of architecture list 13 years ago
  Explorer09 309f90e563 TargetList.txt: minor re-ordering 13 years ago
  Explorer09 773c01f496 Typo correction in README.md 13 years ago
  Zhang Xianyi d831b2ff8b Override CFLAGS in LAPACK make.in. 13 years ago
  Zhang Xianyi 724ae159ce Fixed the Windows x86_64 ABI bug in s/daxpy kernels. 13 years ago
  Zhang Xianyi 2c9a203bd1 Merge pull request #198 from wernsaar/develop 13 years ago
  wernsaar f300ce3df5 new optimization of dgemm kernel for bulldozer: 10% performance increase 13 years ago
  Zhang Xianyi e2c7c75715 Merge pull request #197 from wernsaar/develop 13 years ago
  wernsaar 66e64131ed optimized again bulldozer dgemm kernel 13 years ago
  Zhang Xianyi 5900b1462e Merge pull request #195 from wernsaar/develop 13 years ago
  wernsaar 9405f26f4b new dgemm_kernel for bulldozer 13 years ago
  Zhang Xianyi 54e7b37630 Merge branch 'develop' 13 years ago
  Zhang Xianyi 529f1b5006 Refs#194. Export the missing LAPACK s/dlamc3 functions. 13 years ago
  Zhang Xianyi e5ac3007e0 Merge branch 'develop' 13 years ago
  Zhang Xianyi 0d0405b434 Updated the doc for 0.2.6 version. 13 years ago
  Zhang Xianyi f1ce74ffdd Improved the print when OS don't support AVX. 13 years ago
  Zhang Xianyi d744c9590a In OpenMP threading, preallocate the thread buffer instead of allocating the buffer every time. This patch improved the performance slightly. 13 years ago
  Zhang Xianyi 3cc6ae793e Refs #174. Return sb pointer when OpenMP or Windows. 13 years ago
  Zhang Xianyi 4c2123c334 Fixed the overflowing bug in single thread cholesky factorization. 13 years ago
  Zhang Xianyi 5155e3f509 Refs #174. Fixed the overflowing buffer bug of multithreading hbmv and sbmv. 13 years ago
  Zhang Xianyi 5c8bf6ae0e Merge branch 'bulldozer' into develop 13 years ago
  Zhang Xianyi 6ae2f868fd Set the affinity. Only use 1 core of each module on bulldozer. 13 years ago
  Zhang Xianyi a1ead62f28 Disable the warning of sgemm bulldozer kernel. 13 years ago
  Zhang Xianyi 0133580148 Used sgemm bulldozer kernel on 64 bit. 13 years ago
  Zhang Xianyi 274246651d Merge branch 'bulldozer' of git://github.com/wernsaar/OpenBLAS into bulldozer 13 years ago
  Zhang Xianyi 299b5a44dc Merge branch 'develop' of github.com:xianyi/OpenBLAS into bulldozer 13 years ago
  Zaheer Chothia a9500d0079 Missing line continuation -- follow-up to last commit (64ad8b9809). 13 years ago
  Zaheer Chothia 64ad8b9809 Refs #193. Don't use C99 complex numbers when building C++ code. 13 years ago
  Zaheer Chothia 875d520ccf Refs #193. cblas: move #include out of extern "C" block. 13 years ago
  Zhang Xianyi d311236dfd Refs #189. Fixed the bug of s/cdot about invalid reading NAN on x86_64. 13 years ago
  Zhang Xianyi 36e0982966 Refs #187. Use perl to generate cblas_noconst.h instead of sed. 13 years ago
  Zhang Xianyi 8cdb795438 Refs #187. Use binary code for xgetbv, which is compatible with old compiler. 13 years ago
  Zaheer Chothia 4db6660de4 Refs #185. Add missing 'const' to declarations in <cblas.h>. Thanks to Dan Povey! 13 years ago
  Zhang Xianyi 0b08f7479e Refs #154. Fixed gemv_t bug about overflow 16MB buffer on x86. 13 years ago
  Zaheer Chothia 200e4acf15 cblas: typedef enums for improved compatibility with Intel MKL. 14 years ago
  Zhang Xianyi 99d1978df7 Fixed #180. the typos in kernel/x86_64/sgemv_t.S 13 years ago
  Zhang Xianyi 08bf6674d5 Refs #177. Fixed sgemv_t compiling bug on Win64. 13 years ago
  Zhang Xianyi 8b122ff9dc Refs #176. Fixed make.inc overriding RANLIB bug when cross-compiling LAPACK. 13 years ago
  Zhang Xianyi 69200884e1 Refs #173. Fixed overflow internal buffer bug of gemv_n on x86 13 years ago
  Zhang Xianyi 0d1518add9 Refs #173. Fixed overflow internal buffer bug of sgemv_t on x86 13 years ago
  Zhang Xianyi 91ed4e4450 Refs #171. Prevent loading the dirty number from the buffer in sgemv_t x86 kernel. 13 years ago
  Zhang Xianyi fd3046b32a Refs #173. Fixed overflow internal buffer bug of gemv_t on x86. 13 years ago
  Zhang Xianyi a4ee6f3915 Fixed #172. Support Intel Xeon E7540. 13 years ago
  Zhang Xianyi a0363e9b48 Merge branch 'master' into develop 13 years ago
  Zhang Xianyi b471d52e61 Merge pull request #170 from juliantaylor/athlon-defaults 13 years ago
  Julian Taylor 9fb341a9f8 set parameters for CORE_ATHLON 13 years ago