traits
|
6a0762949d
|
Fixed #38. Released v0.1 alpha2.
|
2011-06-23 15:16:24 +08:00 |
Xianyi Zhang
|
e568df0dae
|
Refs #38. Prepare the docs with v0.1alpha2.
|
2011-06-21 18:06:13 +08:00 |
Xianyi Zhang
|
2e6e9272fe
|
Merge branch 'add_install_target' into develop
Conflicts:
Changelog.txt
|
2011-06-20 18:40:05 +08:00 |
Xianyi Zhang
|
d978436c4b
|
Refs #20. Updated the docs.
|
2011-06-20 18:36:29 +08:00 |
Xianyi Zhang
|
aeed8d6225
|
Fixed #27. Temporarily walk around axpy's low performance issue with small imput size & multithreads.
|
2011-06-19 11:55:29 +08:00 |
Xianyi Zhang
|
8d50a9fd1a
|
Fixed #35 a build bug with NO_LAPACK=1 & DYNAMIC_ARCH=1.
|
2011-06-09 11:38:59 +08:00 |
Xianyi Zhang
|
1496383224
|
Print the wall time (cycles) with enabling FUNCTION_PROFILE.
|
2011-06-09 10:40:15 +08:00 |
Wang Qian
|
4335bca2f7
|
Fixed #33 ztrmm bug on Nehalem.
|
2011-06-07 12:53:25 +08:00 |
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.
|
2011-06-03 13:19:54 +08:00 |
Xianyi Zhang
|
c30c22a76c
|
Fixed a bug about detecting underscore prefix in c_check.
|
2011-05-27 18:16:19 +08:00 |
Xianyi Zhang
|
fcb5ce011b
|
Fixed #28. Convert the result to double precision in MIPS64 dsdot_k kernel.
|
2011-05-17 21:24:00 +00:00 |
Xianyi Zhang
|
b206fc7075
|
Fixed #28. Convert the result to double precision in the end of dsdot kernel.
|
2011-05-13 02:34:30 +08:00 |
Xianyi Zhang
|
fa8e4fd879
|
Fixed #26 the wrong result of rotmg. Used fabs() instead of abs().
|
2011-05-11 01:12:32 +08:00 |
Xianyi Zhang
|
417b8ec792
|
Added openblas_set_num_threads for Fortran.
|
2011-05-06 17:03:35 +08:00 |
Xianyi Zhang
|
7dcf4eeee7
|
Fixed #23. Fixed a bug of f_check script about generating link flags.
|
2011-05-04 13:03:10 +08:00 |
Xianyi Zhang
|
ff6ae89d3e
|
Fixed #19. Provided an error msg when the arch is not supported.
|
2011-04-22 20:21:42 +08:00 |
Xianyi Zhang
|
0a45e5495f
|
Fixed #21. Added extern C to support C++. Thank Tasio for the patch.
|
2011-04-20 13:41:38 +08:00 |
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.
|
2011-04-07 14:48:10 +08:00 |
Xianyi Zhang
|
552f31dbbd
|
Fixed #13. Fixed blasint undefined bug in <cblas.h> file.
|
2011-04-07 14:48:10 +08:00 |
Xianyi Zhang
|
54745902b8
|
Init Changelog file for next release version(v0.1alpha2).
|
2011-04-07 14:48:10 +08:00 |
Xianyi Zhang
|
972062903c
|
OpenBLAS 0.1 alpha version 1.
|
2011-03-20 22:44:57 +08:00 |
Xianyi Zhang
|
6f058487ab
|
Detect Intel Core Clarkdale & Arrandale
|
2011-03-20 21:56:40 +08:00 |
Xianyi Zhang
|
ce78abe37e
|
Merge branch 'x86' of github.com:xianyi/OpenBLAS into x86
|
2011-03-04 11:53:04 +08:00 |
Xianyi Zhang
|
8f1090d32a
|
Support NO_LAPACK=1 to build the lib without LAPACK functions.
|
2011-03-04 11:51:32 +08:00 |
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.
|
2011-03-02 18:45:43 +08:00 |
Xianyi Zhang
|
0e782b9bd3
|
updated the changelog.
|
2011-03-02 13:40:55 +08:00 |
Xianyi Zhang
|
cdf33edac3
|
Added Changelog. Fixed #11.
|
2011-02-26 12:27:56 +08:00 |