platform/upstream/openblas.git
2014-05-14 wernsaaradded FCOMMON_OPT for lapack
2014-05-14 wernsaarchanged label lapack-test
2014-05-14 wernsaarbugfixs for ARM regarding lapack tests
2014-05-13 wernsaaradded ARMV5 as reference platform
2014-05-13 wernsaaradded ZERO check to zscal.c because bug in lapack-test
2014-05-13 wernsaaradded ZERO check because bug in lapack-test
2014-05-11 wernsaarremoved lapack objects from interface/Makefile
2014-05-11 wernsaarchecked, that zhpr is OK
2014-05-11 wernsaarchecked, that zhpr2 is OK
2014-05-11 wernsaarchecked, that zhpmv is OK
2014-05-11 wernsaarchecked, that zher is OK
2014-05-11 wernsaarchecked, that zher2 is OK
2014-05-11 wernsaarchecked, that zhemv is OK
2014-05-11 wernsaarmarked zhbmv as smp bug
2014-05-11 wernsaarchecked, that zscal and zswap are OK
2014-05-11 wernsaarchecked, that trtri is OK
2014-05-11 wernsaarchecked, that trsm is OK
2014-05-11 wernsaarchecked, that trmv is OK
2014-05-11 wernsaarchecked, that tpmv is OK
2014-05-11 wernsaarchecked, that tbmv is OK
2014-05-11 wernsaarchecked, that syrk is OK
2014-05-11 wernsaarchecked, that syr is OK
2014-05-10 wernsaarcheck, that syr2k is OK
2014-05-10 wernsaarchecked, that syr2 is OK
2014-05-10 wernsaarchecked, that symv is OK
2014-05-10 wernsaarchecked, that symm is OK
2014-05-10 wernsaarchecked, that spr is OK
2014-05-10 wernsaarchecked, that spr2 is OK
2014-05-10 wernsaarmarked as smp bug
2014-05-10 wernsaarremoved gesv.c from interface
2014-05-10 wernsaarchecked, that ger is OK
2014-05-10 wernsaarcheched, that gbmv is OK
2014-05-10 wernsaarchecked, that gemv is OK
2014-05-10 wernsaarchecked that axpy is OK
2014-05-10 wernsaarchecked that gemm.c is OK
2014-05-10 wernsaaradded C files in interface
2014-05-10 wernsaarremoved all C files in interface
2014-05-10 wernsaarreplaced sgemm and cgemm kernels because lapack bugs
2014-05-10 wernsaarreplaced dgemm-kernel because bug in lapack
2014-05-09 wernsaarchanged test ratio from 30.0 to 40.0
2014-05-08 wernsaarfixed incorrect parameter 2 errors
2014-05-07 wernsaaradded log file for lapack development
2014-05-07 wernsaarchanged makefiles for lapack development
2014-05-06 wernsaarreplaced files for sdot, sgemv_n and sgemv_t for bug...
2014-05-02 Zhang XianyiMerge pull request #367 from xantares/patch-2
2014-05-02 Zhang XianyiMerge pull request #366 from xantares/patch-1
2014-05-02 wernsaarfixed 2 bugs as reported by Brendan Tracey
2014-05-02 xantaresUpdate Makefile
2014-05-01 xantaresInstall dll to prefix/bin instead of prefix/bin
2014-04-27 Zhang XianyiRefs #63. delete prefix for mingw64 toolchain.
2014-04-24 wernsaarreduced stack usage on windows to 16K
2014-03-22 Zhang XianyiRefs #355. Fixed ARM detection bug.
2014-03-06 Zhang Xianyi#351. Release 0.2.9 rc2.
2014-03-06 Zhang XianyiMerge branch 'develop' of github.com:xianyi/OpenBLAS...
2014-02-28 wernsaarbugfix for sdsdot
2014-02-28 wernsaarrewrote rotmg.c instead of modifying very old code
2014-02-25 Zhang XianyiMerge pull request #345 from ogrisel/fix-non-smp-server...
2014-02-25 Zhang XianyiMerge branch 'develop' of github.com:xianyi/OpenBLAS...
2014-02-25 Olivier GriselAdd cast to function pointer to remove warning
2014-02-25 Olivier GriselDo not reference pthread_atfork in non-SMP_SERVER mode
2014-02-24 Zhang XianyiMerge pull request #346 from ogrisel/fix-openblas_config.h
2014-02-24 Olivier GriselMore robust OPENBLAS_ prefixing of macros in openblas_c...
2014-02-20 Zhang XianyiMerge branch 'develop' of github.com:xianyi/OpenBLAS...
2014-02-19 Zhang XianyiMerge pull request #343 from ogrisel/fix-294-fork-safe...
2014-02-19 Olivier GriselDo not reference pthread_atfork under windows
2014-02-19 Olivier GriselMake sure that fork_test.c is not built under windows
2014-02-19 Olivier GriselFIX #294: make OpenBLAS thread-pool resilient to fork...
2014-02-19 Olivier GriselRevert "Refs #294. Used pthread_atfork to avoid hang...
2014-02-18 Zhang XianyiMerge branch 'develop' of github.com:xianyi/OpenBLAS...
2014-02-18 Zhang XianyiRefs #294. Used pthread_atfork to avoid hang after...
2014-02-16 wernsaarchecked in bugfixes for ARM
2014-02-15 Zhang XianyiRefs #340. Fixed SEGFAULT bug of dgemv_n on OSX.
2014-02-04 wangqianFixed computational error of dgemv_n.
2014-01-28 Zhang XianyiUsed SwitchToThread for YIELDING on AMD piledriver...
2014-01-24 Zhang XianyiRefs #329 #287. Only disable -fopenmp for LAPACK Fortra...
2014-01-23 Zhang XianyiRefs #338. Added OPENBLAS_VERBOSE environment variable...
2014-01-20 Zhang XianyiRefs #333. Detect the wrong parameter for zherk/zher2k.
2014-01-19 Zhang XianyiFixed #334 a makefile bug in lapacke.
2014-01-08 Zhang XianyiRefs #335. Added the fallback of L2 size detection...
2014-01-05 Zhang XianyiRefs #332. Added addtional Intel Ivy Bridge and Haswell...
2013-12-31 Zhang XianyiRefs #307. Delete debug printf.
2013-12-16 Zhang XianyiRefs #330. Fixed the compatible issue with clang on... v0.2.9.rc1
2013-12-13 Zhang XianyiRelease 0.2.9 rc1 version.
2013-12-13 Zhang XianyiRefs #325 #324. Imported carkl's patch for building...
2013-12-12 Zhang XianyiRefs #310. Fixed Segfault bug on nehalem when Julia...
2013-12-11 Zhang XianyiMerge pull request #327 from lucasb-eyer/develop
2013-12-10 lucasb-eyerAdded support for NO_SHARED in make install.
2013-12-09 Zhang XianyiMerge pull request #326 from cicku/develop
2013-12-09 Christopher... Add DESTDIR support for easier building on RPM based...
2013-12-09 Zhang XianyiRefs #324. Upgrade LAPACK to 3.5.0 version.
2013-12-03 Zhang XianyiMerge pull request #323 from wernsaar/develop
2013-12-02 wernsaaradded support for HASWELL
2013-12-02 wernsaarmodified trsm kernel
2013-12-01 wernsaaradded trsm kernels from origin
2013-12-01 wernsaarmodified zsymv
2013-12-01 wernsaarmerged symv
2013-12-01 wernsaarmodified param.h
2013-12-01 wernsaarMerge remote branch 'origin/armv7' into develop
2013-12-01 wernsaarMerge remote branch 'origin/develop' into armv7
2013-12-01 wernsaarMerge remote branch 'origin/haswell' into develop
next