Zhang Xianyi
|
c92ae012a6
|
Refs #279. Provide ONLY_CBLAS flag. If you only need CBLAS without
a fortran compiler, please try make ONLY_CBLAS=1.
This mode only compiler CBLAS without BLAS fortran interface and LAPACK.
|
2013-08-21 00:03:25 +08:00 |
Zhang Xianyi
|
a07cc39571
|
Refs #266. Fixed the compiling bug with Open64 5.0.
|
2013-07-31 14:41:39 +08:00 |
Zhang Xianyi
|
63f14189e3
|
Refs #259. Fixed missing LAPACK functions in shared library.
|
2013-07-26 01:32:32 +08:00 |
Zhang Xianyi
|
c69e73b868
|
Fixed typo in generating shared library on x86_64.
|
2013-07-16 23:18:18 +08:00 |
Zhang Xianyi
|
5448643557
|
Fixed generating dll bug in last commit.
|
2013-07-11 22:24:50 +08:00 |
grisuthedragon
|
c19a488af2
|
create openblas_get_parallel to retrieve information which
parallelization model is used by OpenBLAS.
|
2013-07-11 21:39:19 +08:00 |
Zhang Xianyi
|
a068d54981
|
Refs #209. Export the missing cblas_cdotc_sub functions.
|
2013-04-08 23:21:28 +08:00 |
Zhang Xianyi
|
529f1b5006
|
Refs#194. Export the missing LAPACK s/dlamc3 functions.
|
2013-03-02 14:41:18 +08:00 |
Zhang Xianyi
|
bdf8d9411e
|
Refs #163. Obtain the build configure on runtime.
openblas_get_config function returns the configure string.
So far, it supports USE64BITINT, NO_CBLAS, NO_LAPACK, NO_LAPACKE,
DYNAMIC_ARCH, NO_AFFINITY.
Example:
#include <stdio.h>
extern char * openblas_get_config();
void main()
{
printf("%s\n",openblas_get_config());
return;
}
|
2012-12-10 15:52:51 +08:00 |
Zaheer Chothia
|
ca4136cf41
|
Fixed #147: LAPACK symbols were not being exported for version 3.4.2
|
2012-10-12 23:44:23 +02:00 |
Zhang Xianyi
|
4a5d08d0cf
|
Refs #123. Fixed exporting DLL functions bug on Windows
|
2012-07-06 21:37:51 +08:00 |
Xianyi Zhang
|
853d16ed7e
|
Added openblas_set_num_threads dummy function on Windows. We plan to implement this feature in next version.
|
2012-06-23 13:07:38 +08:00 |
Zhang Xianyi
|
422359d09a
|
Export openblas_set_num_threads in shared library.
|
2012-06-23 11:32:43 +08:00 |
Zaheer Chothia
|
f404a17787
|
Symbol list: document how LAPACKE exports are derived and synchronize with lapack-3.4.1
This change adds the missing LAPACKE_[zc]syr routines but does not remove any exported functions.
|
2012-05-16 11:28:45 +02:00 |
Zaheer Chothia
|
fc4927fa0f
|
Fixed #107. Export missing LAPACK auxiliary routines (ALLAUX, SCLAUX, DZLAUX)
Added some documentation on how the symbol list is derived and synchronized with
lapack-3.4.1 to minimize the differences.
|
2012-05-16 00:27:48 +02:00 |
Xianyi Zhang
|
52485e5fd0
|
Refs #105. Export missing LAPACK functions in shared library.
They are as following,
slabad, dlabad,
slacpy, dlacpy,
slamch, dlamch,
slartg, slartgp, slartgs, dlartg, dlartgp, dlartgs,
slascl, dlascl,
slaset, dlaset.
|
2012-05-10 13:01:35 +08:00 |
Xianyi Zhang
|
0e39699c8c
|
Fixed #102. Export the missing LAPACK functions (slapy2,slapy3,dlapy2,dlapy3) in shared library.
|
2012-04-30 13:03:34 +08:00 |
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
|
f4eee224d8
|
Refs #93. Upgraded LAPACK to 3.4.1 version.
|
2012-04-23 17:15:22 +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
|
a7a7751be7
|
Export CBLAS funtions on Windows DLL.
|
2012-03-14 17:08:21 +08:00 |
Xianyi Zhang
|
70abe10fc0
|
Check new LAPACK version in generating shared library.
|
2012-03-07 23:14:25 +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 Zhang
|
342bbc3871
|
Import GotoBLAS2 1.13 BSD version codes.
|
2011-01-24 14:54:24 +00:00 |