index
:
platform/upstream/openblas
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
master
sandbox/lstelmach/upstream-0.3.21
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/tyzeroy/devel
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Machine Learning / ML Framework; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-21
Merge branch 'loongson3a' into release-v0.1alpha2
Xianyi Zhang
10
-10
/
+12561
2011-06-21
Merge branch 'add_install_target' into develop
Xianyi Zhang
3
-63
/
+78
2011-06-21
Refs #20. Fixed the installation bug with DYNAMIC_ARCH=1.
Xianyi Zhang
3
-63
/
+78
2011-06-20
Merge branch 'add_install_target' into develop
Xianyi Zhang
5
-0
/
+94
2011-06-20
Refs #20. Updated the docs.
Xianyi Zhang
2
-0
/
+6
2011-06-20
Fixed #20. Added install target in makefile. You can use "make install PREFIX...
Xianyi Zhang
3
-0
/
+87
2011-06-19
Updated gitignore file.
Xianyi Zhang
1
-0
/
+1
2011-06-19
Merge branch 'master' of github.com:xianyi/OpenBLAS into develop
Xianyi Zhang
1
-1
/
+1
2011-06-19
Fixed #27. Temporarily walk around axpy's low performance issue with small im...
Xianyi Zhang
2
-1
/
+6
2011-06-11
Merge pull request #36 from pipping/master
Xianyi Zhang
1
-1
/
+1
2011-06-11
Make USE_OPENMP=0 disable openmp
Elias Pipping
1
-1
/
+1
2011-06-09
Fixed #35 a build bug with NO_LAPACK=1 DYNAMIC_ARCH=1 FC=gfortran. I forgot t...
Xianyi Zhang
1
-0
/
+8
2011-06-09
Fixed #35 a build bug with NO_LAPACK=1 & DYNAMIC_ARCH=1.
Xianyi Zhang
4
-1
/
+28
2011-06-09
Print the wall time (cycles) with enabling FUNCTION_PROFILE.
Xianyi Zhang
3
-4
/
+6
2011-06-07
Fixed #33 ztrmm bug on Nehalem.
Wang Qian
2
-2
/
+3
2011-06-03
Fixed #32 a SEGFAULT bug with gcc-4.6. According to i386 calling convention, ...
Xianyi
2
-0
/
+4
2011-05-30
Fixed #31 Shared library placement on Mac. Thank Mr.Viral B. Shah for this pa...
Xianyi Zhang
1
-1
/
+1
2011-05-28
Fixed #30 strmm computational error on Loongson3A.
traz
2
-50
/
+70
2011-05-27
Fixed the makefile bug about openblas_set_num_threads.
Xianyi Zhang
1
-0
/
+1
2011-05-27
Fixed a bug about detecting underscore prefix in c_check.
Xianyi Zhang
2
-1
/
+2
2011-05-27
Ingnore *.obj files in git.
Xianyi Zhang
1
-0
/
+4
2011-05-27
Modify single precision compiler conditions, increasing single precision kern...
traz
3
-4
/
+2584
2011-05-18
Remove the useless code, modify code comments and format.
traz
1
-552
/
+532
2011-05-17
Fixed #28. Convert the result to double precision in MIPS64 dsdot_k kernel.
Xianyi Zhang
3
-8
/
+16
2011-05-14
Fixed #25 dtrmm and dtrsm computational error on Loongson3A.
traz
1
-84
/
+133
2011-05-13
Added missed testing codes for dsdot.
Xianyi Zhang
1
-0
/
+50
2011-05-13
Fixed #28. Convert the result to double precision in the end of dsdot kernel.
Xianyi Zhang
3
-2
/
+7
2011-05-13
Added the unit testcase for dsdot.
Xianyi Zhang
4
-1
/
+9
2011-05-13
Added the unit test for drotmg.
Xianyi Zhang
4
-3
/
+66
2011-05-12
Merge branch 'hotfix-readme_about_branches' into develop
Xianyi Zhang
1
-0
/
+8
2011-05-12
Merge branch 'hotfix-readme_about_branches'
Xianyi Zhang
1
-0
/
+8
2011-05-12
Added the spec of git branches about this project.
Xianyi Zhang
1
-0
/
+8
2011-05-11
Finish dtrsm_kernel_Rx.S on Loongson3A.
traz
2
-0
/
+3810
2011-05-11
Fixed #26 the wrong result of rotmg. Used fabs() instead of abs().
Xianyi Zhang
2
-3
/
+10
2011-05-10
Finish dtrsm_kernel_Lx.S on Loongson3A.
traz
2
-0
/
+3721
2011-05-09
Modify dtrsm compiler options
traz
2
-0
/
+15
2011-05-09
Fixed #24 drmm error on Loongson3A
traz
1
-19
/
+22
2011-05-06
Added openblas_set_num_threads for Fortran.
Xianyi Zhang
3
-1
/
+49
2011-05-04
Fixed #23. Fixed a bug of f_check script about generating link flags.
Xianyi Zhang
2
-0
/
+2
2011-05-03
Fixed a bug when detecting Intel CPU.
Xianyi Zhang
1
-16
/
+17
2011-05-03
Fixed a build bug with NO_LAPACK=1 and SANNITY_CHECK=1.
traits
1
-0
/
+3
2011-04-22
Fixed #16. Print the user-friendly message when detecting CPU failed.
Xianyi Zhang
1
-0
/
+3
2011-04-22
Added docs for make TARGET=your_cpu_target.
Xianyi Zhang
2
-1
/
+60
2011-04-22
Fixed #19. Provided an error msg when the arch is not supported.
Xianyi Zhang
2
-0
/
+13
2011-04-20
Fixed #21. Added extern C to support C++. Thank Tasio for the patch.
Xianyi Zhang
3
-0
/
+23
2011-04-17
Completely dtrmm function.
traz
1
-18
/
+522
2011-04-15
Increased handling trmm part, no edge handling. Test size(M and N) must be a ...
traz
1
-20
/
+268
2011-04-11
Modify prefetching C.
traz
1
-0
/
+1606
2011-04-11
Adjust kc size from 112 to 116 .
traz
2
-1633
/
+2
2011-04-11
Changed default page size to 16KB on Loongson 3A.
Xianyi Zhang
1
-0
/
+5
[prev]
[next]