Commit Graph

1318 Commits

Author SHA1 Message Date
Zhang Xianyi d02171b494 Fixed the bug about NO_CBLAS=1 disabled exporting LAPACKE functions in shared library. 2012-04-27 11:15:24 +08:00
Zaheer Chothia c8a5d4b86f Refs #99. c_check/f_check: strip quotes from detected flags 2012-04-27 10:21:48 +08:00
Zhang Xianyi 006200c9a4 Fixed #98 updated MD5 for new LAPACK 3.4.1 version on netlib.org. 2012-04-27 09:55:21 +08:00
Xianyi Zhang 5d657c6e67 Fixed #96 a SEGFAULT bug in samax on x86. 2012-04-26 16:50:57 +08:00
Xianyi Zhang 14428af879 Adde the mising test_amax.c file. 2012-04-26 16:40:44 +08:00
Xianyi Zhang 5656cca4f3 Added the test case for samax. 2012-04-26 16:17:17 +08:00
Xianyi Zhang 08570c4248 Fixed the utest bug for drotmg. 2012-04-26 15:54:15 +08:00
Xianyi Zhang b2bdb6f7c4 Automatically download CUnit 2.1.2-2 version from SF.net. 2012-04-26 15:39:03 +08:00
Zhang Xianyi 9037782a9c Fixed the LAPACKE building bug on Mac OSX. 2012-04-24 12:03:08 +08:00
Zaheer Chothia f93318a6c8 Refs #95 cblas: compatibility for compilers without C99 complex number support (e.g. Visual Studio) 2012-04-24 11:59:58 +08:00
Xianyi Zhang 001c2c322b Refs #94. Auto-detecting Intel Xeon E7 Westmere-EX. 2012-04-23 17:38:54 +08:00
Zaheer Chothia f4eee224d8 Refs #93. Upgraded LAPACK to 3.4.1 version. 2012-04-23 17:15:22 +08:00
Xianyi Zhang 74306b54d7 Refs #90 auto detect Intel Sandy Bridge Core i7-3820 2012-04-23 11:26:42 +08:00
Xianyi Zhang fd2ee0c9e2 Refs #88. Fixed the build bug about LAPACKE C Interface to LAPACKE. 2012-04-13 23:12:06 +08:00
Zaheer Chothia 78914475ae Fixed #88. Build LAPACKE: C Interface to LAPACK. 2012-04-10 16:19:55 +08:00
Zaheer Chothia 435420d6d5 Fixed #87. Export missing and new LAPACK 3.4.0 functions in shared library. 2012-04-10 15:55:21 +08:00
Xianyi Zhang 03b0eb19f7 Refs #86. Test alpha=Nan in x86/x86_64 dscale. 2012-04-05 18:16:18 +08:00
Xianyi Zhang 910338f071 Merge branch 'develop' into sandybridge 2012-04-05 16:25:57 +08:00
Xianyi Zhang fad089ffff Fixed #84 the MD5 command line bug on Mac OSX. 2012-04-05 16:21:40 +08:00
Xianyi Zhang 19a48b82cf Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
Xianyi Zhang 09b2417848 Fixed a typo in license file. 2012-03-27 14:17:13 +08:00
Xianyi Zhang 5cbbc496b0 Merge branch 'release-0.1.0' into develop 2012-03-23 18:53:51 +08:00
Xianyi Zhang 09f74f6d23 Merge branch 'release-0.1.0' 2012-03-23 18:52:40 +08:00
Xianyi Zhang 2b3eae6cc7 Ref #70 Updated Changelog.txt. 2012-03-23 18:45:54 +08:00
Xianyi Zhang 0b89a7a92d Ref #82. Disable outputing debug information in alloc_mmap. 2012-03-23 18:17:12 +08:00
Xianyi Zhang 91ce66a0a8 Ref #82 fixed the bug in my_mbind function. 2012-03-23 15:15:05 +08:00
Xianyi Zhang ccdba3c771 Updated the version to 0.1.0. 2012-03-23 01:29:05 +08:00
Xianyi Zhang 3871b6a86d Merge branch 'loongson3b' into release-0.1.0 2012-03-23 01:26:44 +08:00
Xianyi Zhang 83ecfbb9b3 Merge branch 'loongson3a' into release-0.1.0 2012-03-23 01:26:27 +08:00
Xianyi Zhang 31c836ac25 Ref #79 Added GEMM_MULTITHREAD_THRESHOLD flag to use single thread in gemm function with small matrices. 2012-03-23 01:17:41 +08:00
Xianyi Zhang 3afedbf6f0 Merge branch 'fix-crash_on_P4' into develop 2012-03-23 00:06:29 +08:00
Xianyi Zhang b4ec36debc Merge branch 'master' into develop 2012-03-23 00:00:13 +08:00
Xianyi Zhang 1f15bee02a Refs #81. Added LIBNAMESUFFIX flag in Makefile.rule. The user can use this flag to control the library name, e.g. libopenblas.a, libopenblas_ifort.a or libopenblas_omp.a. 2012-03-21 23:57:09 +08:00
unknown dff146e306 refs #80. Used GEMV SSE2 kernels on x86. 2012-03-19 17:56:22 +08:00
Xianyi Zhang 722dd08703 ref #80. On P4 CPU with 32-bit Windows XP, Octave crashed with OpenBLAS. Walkaroud: Use netlib reference gemv instead of own funtions.
For example, make USE_NETLIB_GEMV=1
2012-03-16 20:29:39 +08:00
Xianyi Zhang d047afe615 Set shared library soname in Linux. 2012-03-15 01:07:34 +08:00
Xianyi Zhang a7a7751be7 Export CBLAS funtions on Windows DLL. 2012-03-14 17:08:21 +08:00
Xianyi Zhang 0bbf955d4c Refs #74. Added -lgfortran into generating shared library. 2012-03-12 18:20:37 +08:00
Xianyi Zhang 70abe10fc0 Check new LAPACK version in generating shared library. 2012-03-07 23:14:25 +08:00
Xianyi Zhang 0a696bd4ce Improved the makefile for Intel compiler. 2012-02-20 23:36:58 +08:00
Xianyi Zhang fda39c6cb0 Updated the Changelog. 2012-02-20 09:06:43 +08:00
Xianyi Zhang 875da22a43 Merge pull request #77 from nolta/master
fix #49 the sched_yield warnings bug on Mac OS X.
2012-02-19 16:44:35 -08:00
Mike Nolta 363a563ec2 fix #49 2012-02-19 14:07:34 -05:00
Xianyi Zhang 8da6fdc2ce Merge branch 'hotfix-0.1alpha2.5' into develop 2012-02-19 23:11:06 +08:00
Xianyi Zhang 0caa5616f2 Merge branch 'hotfix-0.1alpha2.5' 2012-02-19 22:56:06 +08:00
Xianyi Zhang 727e6d83c0 Released 0.1 alpha 2.5. Updated the documents. 2012-02-19 22:55:31 +08:00
Xianyi Zhang da3f101a77 Merge branch 'develop' into hotfix-0.1alpha2.5 2012-02-19 22:31:09 +08:00
Xianyi Zhang fe613de8e1 refs #69. Auto-detect Intel Core i6/i7 (Sandy Bridge) CPU with Nehalem assembly kernels. 2012-02-13 19:20:35 +08:00
Xianyi Zhang 142e99d4e9 Merge branch 'master' into develop 2012-01-20 21:32:13 +08:00
traz 7af0139a09 Modify P Q R size of Loongson3b. 2012-01-11 16:05:39 +00:00