platform/upstream/openblas.git
2011-12-05 trazAdding detection of complex situations in symm.c, other...
2011-11-10 trazAdd conjugate condition to gemv.
2011-11-04 trazFix the compute error of gemv when incx and incy are...
2011-11-03 trazAdd complete gemv function on Loongson3a platform.
2011-09-26 trazAdding conditional compilation(#if defined(LOONGSON3A...
2011-09-23 trazModify aligned address of sa and sb to improve the...
2011-09-16 trazComplete all the complex single-precision functions...
2011-09-16 trazAdd ctrmm part in cgemm_kernel_loongson3a_4x2_ps.S.
2011-09-15 trazComplete cgemm function, but no optimization.
2011-09-14 trazFix some compute error.
2011-09-14 trazMerge branch 'loongson3a' of github.com:xianyi/OpenBLAS...
2011-09-14 trazUse ps instructions in cgemm.
2011-09-08 Xianyi Zhang Refs #47. Fixed the seting parameter bug on Loongson...
2011-09-06 Xianyi ZhangCheck the return value of pthread_create. Update the...
2011-09-06 Xianyi ZhangMerge branch 'develop' into loongson3a
2011-09-05 trazMerge branch 'loongson3a' of github.com:xianyi/OpenBLAS...
2011-09-05 trazFixed #46. Initialize variables in cblat3.f and zblat3.f.
2011-09-05 Xianyi ZhangRefs #47. On Loongson 3A, set DGEMM_R parameter dependi...
2011-09-02 trazFix an illegal instruction for strmm_RTLU.
2011-09-02 trazFix an error for strmm_LLTN.
2011-09-02 trazFix an error for strmm_LLTN.
2011-09-02 trazFix a compute error for strmm.
2011-09-02 trazFix stack-pointer bug for strmm.
2011-09-02 trazAdd strmm part.
2011-09-01 trazTuning mb, kb, nb size to get the best performance.
2011-08-31 trazUsing PS instructions to improve the performance of...
2011-08-31 Xianyi ZhangFixed the bug about installation. f77blas.h works OK...
2011-08-30 trazModify compile options.
2011-08-30 trazUsing ps instruction.
2011-07-18 trazMerge branch 'loongson3a' of github.com:xianyi/OpenBLAS...
2011-07-18 trazComplete all the plura single precision functions of...
2011-07-13 traitsMerge branch 'hotfix-0.1alpha2.2' into develop
2011-07-13 traitsUpdate the documents for 0.1alpha2.2 version.
2011-07-13 traitsFixed #44 a makefile bug when DYNAMIC_ARCH=1 and INTERF...
2011-07-07 Xianyi ZhangMerge branch 'develop' into loongson3a
2011-06-28 traitsMerge branch 'hotfix-0.1alpha2.1' into develop
2011-06-28 traitsMerge branch 'hotfix-0.1alpha2.1' v0.1alpha2.1
2011-06-28 traitsRefs #42. Output the error message when detecting fortr...
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 Xianyi ZhangMerge branch 'release-v0.1alpha2' into develop
2011-06-23 traitsMerge branch 'release-v0.1alpha2' v0.1alpha2
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 .
next