platform/upstream/openblas.git
2011-06-24 trazMerge branch 'loongson3a' of github.com:xianyi/OpenBLAS...
2011-06-24 trazFix compute error in ztrmm.
2011-06-23 trazAdd ztrmm and ztrsm part on loongson3a. The average...
2011-06-23 trazChange prefetch length of A and B, the performance...
2011-06-23 Xianyi ZhangMerge branch 'release-v0.1alpha2' into loongson3a
2011-06-23 traitsFixed #38. Released v0.1 alpha2.
2011-06-23 traitsRefs #37. Updated REAME about the compatible issue...
2011-06-22 Xianyi ZhangRefs #39. Moved the shared lib (dll) to top directory...
2011-06-21 trazImprove zgemm performance from 1G to 1.8G, change block...
2011-06-21 Xianyi ZhangRefs #39. It's unnecessary to include sys/mman.h file...
2011-06-21 Xianyi ZhangRefs #38. Prepare the docs with v0.1alpha2.
2011-06-21 Xianyi ZhangMerge branch 'loongson3a' into release-v0.1alpha2
2011-06-21 Xianyi ZhangMerge branch 'add_install_target' into develop
2011-06-21 Xianyi ZhangRefs #20. Fixed the installation bug with DYNAMIC_ARCH=1.
2011-06-20 Xianyi ZhangMerge branch 'add_install_target' into develop
2011-06-20 Xianyi ZhangRefs #20. Updated the docs.
2011-06-20 Xianyi ZhangFixed #20. Added install target in makefile. You can...
2011-06-19 Xianyi ZhangUpdated gitignore file.
2011-06-19 Xianyi ZhangMerge branch 'master' of github.com:xianyi/OpenBLAS...
2011-06-19 Xianyi ZhangFixed #27. Temporarily walk around axpy's low performan...
2011-06-11 Xianyi ZhangMerge pull request #36 from pipping/master
2011-06-11 Elias PippingMake USE_OPENMP=0 disable openmp
2011-06-09 Xianyi ZhangFixed #35 a build bug with NO_LAPACK=1 DYNAMIC_ARCH...
2011-06-09 Xianyi ZhangFixed #35 a build bug with NO_LAPACK=1 & DYNAMIC_ARCH=1.
2011-06-09 Xianyi ZhangPrint the wall time (cycles) with enabling FUNCTION_PRO...
2011-06-07 Wang QianFixed #33 ztrmm bug on Nehalem.
2011-06-03 XianyiFixed #32 a SEGFAULT bug with gcc-4.6. According to...
2011-05-30 Xianyi ZhangFixed #31 Shared library placement on Mac. Thank Mr...
2011-05-28 trazFixed #30 strmm computational error on Loongson3A.
2011-05-27 Xianyi ZhangFixed the makefile bug about openblas_set_num_threads.
2011-05-27 Xianyi ZhangFixed a bug about detecting underscore prefix in c_check.
2011-05-27 Xianyi ZhangIngnore *.obj files in git.
2011-05-27 trazModify single precision compiler conditions, increasing...
2011-05-18 trazRemove the useless code, modify code comments and format.
2011-05-17 Xianyi ZhangFixed #28. Convert the result to double precision in...
2011-05-14 trazFixed #25 dtrmm and dtrsm computational error on Loongs...
2011-05-12 Xianyi ZhangAdded missed testing codes for dsdot.
2011-05-12 Xianyi ZhangFixed #28. Convert the result to double precision in...
2011-05-12 Xianyi ZhangAdded the unit testcase for dsdot.
2011-05-12 Xianyi ZhangAdded the unit test for drotmg.
2011-05-12 Xianyi ZhangMerge branch 'hotfix-readme_about_branches' into develop
2011-05-12 Xianyi ZhangMerge branch 'hotfix-readme_about_branches'
2011-05-12 Xianyi ZhangAdded the spec of git branches about this project.
2011-05-11 trazFinish dtrsm_kernel_Rx.S on Loongson3A.
2011-05-10 Xianyi ZhangFixed #26 the wrong result of rotmg. Used fabs() instea...
2011-05-10 trazFinish dtrsm_kernel_Lx.S on Loongson3A.
2011-05-09 trazModify dtrsm compiler options
2011-05-09 trazFixed #24 drmm error on Loongson3A
2011-05-06 Xianyi ZhangAdded openblas_set_num_threads for Fortran.
2011-05-04 Xianyi ZhangFixed #23. Fixed a bug of f_check script about generati...
2011-05-03 Xianyi ZhangFixed a bug when detecting Intel CPU.
2011-05-03 traitsFixed a build bug with NO_LAPACK=1 and SANNITY_CHECK=1.
2011-04-22 Xianyi ZhangFixed #16. Print the user-friendly message when detecti...
2011-04-22 Xianyi ZhangAdded docs for make TARGET=your_cpu_target.
2011-04-22 Xianyi ZhangFixed #19. Provided an error msg when the arch is not...
2011-04-20 Xianyi ZhangFixed #21. Added extern C to support C++. Thank Tasio...
2011-04-17 trazCompletely dtrmm function.
2011-04-15 trazIncreased handling trmm part, no edge handling. Test...
2011-04-11 trazModify prefetching C.
2011-04-11 trazAdjust kc size from 112 to 116 .
2011-04-11 Xianyi ZhangChanged default page size to 16KB on Loongson 3A.
2011-04-07 Xianyi ZhangSupported goto_set_num_threads & openblas_set_num_threa...
2011-04-07 Xianyi ZhangFixed #14 the SEGFAULT bug on 64 cores. On SMP server...
2011-04-07 Xianyi ZhangFixed #13. Fixed blasint undefined bug in <cblas.h...
2011-04-07 Xianyi ZhangUpdated the developing version to v0.1 alpha2.
2011-04-07 Xianyi ZhangInit Changelog file for next release version(v0.1alpha2).
2011-04-06 trazChange BLOCK SIZE of LOONGSON3A TARGET.
2011-04-06 trazAdd dgemm compiler Options in KERNEL.LOONGSON3A.
2011-04-06 trazNew kernel in LOONGSON3A.
2011-03-28 Xianyi ZhangFixed #14 the SEGFAULT bug on 64 cores. On SMP server...
2011-03-24 Xianyi ZhangFixed #13. Fixed blasint undefined bug in <cblas.h...
2011-03-22 Xianyi ZhangMerge branch 'master' of github.com:xianyi/OpenBLAS...
2011-03-22 Xianyi ZhangFixed the detecting bug on Intel Core i5. Thank ggl329... v0.1alpha1
2011-03-20 Xianyi ZhangUpdated the developing version to v0.1 alpha2.
2011-03-20 Xianyi ZhangInit Changelog file for next release version(v0.1alpha2).
2011-03-20 Xianyi ZhangOpenBLAS 0.1 alpha version 1.
2011-03-20 Xianyi ZhangMerge remote branch 'origin/loongson3a' into x86
2011-03-20 Xianyi ZhangMerge remote branch 'origin/loongson3a' into x86
2011-03-20 Xianyi ZhangDetect Intel Core Clarkdale & Arrandale
2011-03-18 Xianyi ZhangFixed the bug about Loongson3A gsLQC1 & gsSQC1 instruct...
2011-03-18 Xianyi ZhangMerge branch 'loongson3a' of github.com:xianyi/OpenBLAS...
2011-03-18 Xianyi ZhangSupported detecting new kernel(2.6.36) & new Loongson3A...
2011-03-07 Wang QianModified the default kernel makefile in MIPS64 arch.
2011-03-05 Xianyi ZhangSupport unalign address in daxpy on loongson3a simd..
2011-03-04 Xianyi ZhangUnroll to 16 in daxpy on loongson3a.
2011-03-04 Xianyi ZhangMerge commit 'origin/x86' into loongson3a
2011-03-04 Xianyi ZhangMerge branch 'x86' of github.com:xianyi/OpenBLAS into x86
2011-03-04 Xianyi ZhangSupport NO_LAPACK=1 to build the lib without LAPACK...
2011-03-02 XianyiChanged movlps macro name in capital in x86/zdot_sse2...
2011-03-02 XianyiOn x86 32bits, gcc 4.4.3 generated wrong codes (movsd...
2011-03-02 Xianyi ZhangAdded zdotu with x & y offset=1 test case.
2011-03-02 Xianyi ZhangMerge remote branch 'origin/x86' into loongson3a
2011-03-02 Xianyi Zhangupdated the changelog.
2011-03-02 Xianyi ZhangFixed randomly SEGFAULT when nodemask==NULL with above...
2011-02-26 Xianyi ZhangAdded Changelog. Fixed #11.
2011-02-26 Xianyi ZhangEnable Debug flags in memory alloc and init functions.
2011-02-26 Xianyi ZhangAdded DEBUG option in Makefile.rule. Fixed DEBUG typo...
2011-02-24 Xianyi ZhangMerge branch 'x86' of github.com:xianyi/OpenBLAS into x86
2011-02-24 Xianyi ZhangFixed #10. Supported GOTO_NUM_THREADS & GOTO_THREADS_TI...
2011-02-23 XianyiFixed #7. Modified axpy kernel codes to avoid unloop...
next