Xianyi
|
31040e4d80
|
Fixed #32 a SEGFAULT bug with gcc-4.6. According to i386 calling convention, The called funtion should remove the hidden return value address from the stack.
|
14 years ago |
Xianyi Zhang
|
3d7e62eb8b
|
Fixed #31 Shared library placement on Mac. Thank Mr.Viral B. Shah for this patch.
|
14 years ago |
Xianyi Zhang
|
af40551c9f
|
Fixed the makefile bug about openblas_set_num_threads.
|
14 years ago |
Xianyi Zhang
|
c30c22a76c
|
Fixed a bug about detecting underscore prefix in c_check.
|
14 years ago |
Xianyi Zhang
|
cc09e6ef3a
|
Ingnore *.obj files in git.
|
14 years ago |
Xianyi Zhang
|
fcb5ce011b
|
Fixed #28. Convert the result to double precision in MIPS64 dsdot_k kernel.
|
14 years ago |
Xianyi Zhang
|
830a823be1
|
Added missed testing codes for dsdot.
|
14 years ago |
Xianyi Zhang
|
b206fc7075
|
Fixed #28. Convert the result to double precision in the end of dsdot kernel.
|
14 years ago |
Xianyi Zhang
|
1d60510959
|
Added the unit testcase for dsdot.
|
14 years ago |
Xianyi Zhang
|
03272a606d
|
Added the unit test for drotmg.
|
14 years ago |
Xianyi Zhang
|
0dc9eca36f
|
Merge branch 'hotfix-readme_about_branches' into develop
|
14 years ago |
Xianyi Zhang
|
bbc517292a
|
Added the spec of git branches about this project.
|
14 years ago |
Xianyi Zhang
|
fa8e4fd879
|
Fixed #26 the wrong result of rotmg. Used fabs() instead of abs().
|
14 years ago |
Xianyi Zhang
|
417b8ec792
|
Added openblas_set_num_threads for Fortran.
|
14 years ago |
Xianyi Zhang
|
7dcf4eeee7
|
Fixed #23. Fixed a bug of f_check script about generating link flags.
|
14 years ago |
Xianyi Zhang
|
1acf5ace29
|
Fixed a bug when detecting Intel CPU.
|
14 years ago |
traits
|
fcf9b82f14
|
Fixed a build bug with NO_LAPACK=1 and SANNITY_CHECK=1.
|
14 years ago |
Xianyi Zhang
|
2aab238c61
|
Fixed #16. Print the user-friendly message when detecting CPU failed.
|
14 years ago |
Xianyi Zhang
|
b8d93812f0
|
Added docs for make TARGET=your_cpu_target.
|
14 years ago |
Xianyi Zhang
|
ff6ae89d3e
|
Fixed #19. Provided an error msg when the arch is not supported.
|
14 years ago |
Xianyi Zhang
|
0a45e5495f
|
Fixed #21. Added extern C to support C++. Thank Tasio for the patch.
|
14 years ago |
Xianyi Zhang
|
00ef0cd434
|
Supported goto_set_num_threads & openblas_set_num_threads functions when USE_OPENMP=1.
|
14 years ago |
Xianyi Zhang
|
989c6f8b06
|
Fixed #14 the SEGFAULT bug on 64 cores. On SMP server, the number of CPUs or cores should be less than or equal to 64.
|
14 years ago |
Xianyi Zhang
|
552f31dbbd
|
Fixed #13. Fixed blasint undefined bug in <cblas.h> file.
|
14 years ago |
Xianyi Zhang
|
5452ba3850
|
Updated the developing version to v0.1 alpha2.
|
14 years ago |
Xianyi Zhang
|
54745902b8
|
Init Changelog file for next release version(v0.1alpha2).
|
14 years ago |
Xianyi Zhang
|
85f99d4769
|
Fixed #14 the SEGFAULT bug on 64 cores. On SMP server, the number of CPUs or cores should be less than or equal to 64.
|
14 years ago |
Xianyi Zhang
|
5e7f29b19e
|
Fixed #13. Fixed blasint undefined bug in <cblas.h> file.
|
14 years ago |
Xianyi Zhang
|
141091f528
|
Merge branch 'master' of github.com:xianyi/OpenBLAS into x86
|
14 years ago |
Xianyi Zhang
|
e4bb6f2482
|
Fixed the detecting bug on Intel Core i5. Thank ggl329 for the patch.
|
14 years ago |
Xianyi Zhang
|
0edcdd470e
|
Updated the developing version to v0.1 alpha2.
|
14 years ago |
Xianyi Zhang
|
d672491122
|
Init Changelog file for next release version(v0.1alpha2).
|
14 years ago |
Xianyi Zhang
|
972062903c
|
OpenBLAS 0.1 alpha version 1.
|
14 years ago |
Xianyi Zhang
|
d9aa359e69
|
Merge remote branch 'origin/loongson3a' into x86
|
14 years ago |
Xianyi Zhang
|
04769bdf54
|
Merge remote branch 'origin/loongson3a' into x86
|
14 years ago |
Xianyi Zhang
|
6f058487ab
|
Detect Intel Core Clarkdale & Arrandale
|
14 years ago |
Xianyi Zhang
|
f405b5bcc5
|
Fixed the bug about Loongson3A gsLQC1 & gsSQC1 instructions in daxpy kernel. Now daxpy is correct.
|
14 years ago |
Xianyi Zhang
|
2b8643e0de
|
Merge branch 'loongson3a' of github.com:xianyi/OpenBLAS into loongson3a
|
14 years ago |
Xianyi Zhang
|
c84f8be453
|
Supported detecting new kernel(2.6.36) & new Loongson3A03 CPU.
|
14 years ago |
Wang Qian
|
d5cffd506a
|
Modified the default kernel makefile in MIPS64 arch.
|
14 years ago |
Xianyi Zhang
|
5838f12995
|
Support unalign address in daxpy on loongson3a simd..
|
14 years ago |
Xianyi Zhang
|
5444a3f8f7
|
Unroll to 16 in daxpy on loongson3a.
|
14 years ago |
Xianyi Zhang
|
88cbfcc5b5
|
Merge commit 'origin/x86' into loongson3a
|
14 years ago |
Xianyi Zhang
|
ce78abe37e
|
Merge branch 'x86' of github.com:xianyi/OpenBLAS into x86
|
14 years ago |
Xianyi Zhang
|
8f1090d32a
|
Support NO_LAPACK=1 to build the lib without LAPACK functions.
|
14 years ago |
Xianyi
|
272f62a2b6
|
Changed movlps macro name in capital in x86/zdot_sse2.S file.
|
14 years ago |
Xianyi
|
36016fe349
|
On x86 32bits, gcc 4.4.3 generated wrong codes (movsd) from movlps in zdot_sse2.S line 191.
This would casue zdotu & zdotc failures. Instead, use movlpd to walk around it. Fixed #8. Fixed #9.
|
14 years ago |
Xianyi Zhang
|
44acb7503e
|
Added zdotu with x & y offset=1 test case.
|
14 years ago |
Xianyi Zhang
|
6eb02bbb9c
|
Merge remote branch 'origin/x86' into loongson3a
|
14 years ago |
Xianyi Zhang
|
0e782b9bd3
|
updated the changelog.
|
14 years ago |