7fa5c4e2f
Fixed some case issues with ARCH. by
2015-02-08 15:29:18 -0600
771b18ae9
Detect the wrong combined flags of USE_OPENMP=1 and USE_THREAD=0. by
2015-02-08 01:42:48 -0600
cfa9392ff
Fix openblas_get_num_threads and openblas_get_num_procs bug with single thread. by
2015-02-08 01:30:12 -0600
fa0e6a6c9
Added the rest of the L1 kernel makefile. by
2015-02-07 21:37:46 -0600
2f59135eb
Added gemv to level2 CMakeLists.txt. by
2015-02-07 21:15:21 -0600
38681fb1c
Added more kernel files. by
2015-02-07 12:54:30 -0600
6b5d26e07
Added SMP sources to level2 CMakeLists.txt. by
2015-02-06 16:52:19 -0600
13d2d48e6
Added yet another naming scheme for lapack functions. by
2015-02-06 13:42:20 -0600
189fadfde
Started implementing kernel/Makefile in cmake. by
2015-02-05 21:05:11 -0600
627d5e740
Added SMP objects to driver/level3. by
2015-02-05 12:22:48 -0600
943fa2fb5
Fixed object names in level2. by
2015-02-05 10:49:11 -0600
1b62a4f3c
Changed some function parameters to optional. by
2015-02-05 09:39:40 -0600
461e69112
Codes when define is absent are now a parameter to AllCombinations. by
2015-02-05 09:23:47 -0600
cfaf1c678
Added option to append define codes with an underscore. by
2015-02-05 09:17:18 -0600
0d7bad1f3
Changed GenerateObjects to append combination codes (e.g. dtrmm_TU). by
2015-02-05 09:02:54 -0600
373a1bdad
Converted lapack/Makefile to cmake. by
2015-02-04 15:47:10 -0600
2828f6630
Added SMP sources to COMMONOBJS. by
2015-02-04 14:01:36 -0600
58cff2fed
Added CBLAS define/naming convention to GenerateNamedObjects. by
2015-02-04 11:30:15 -0600
5690cf3f0
Added override for function names in GenerateNamedObjects. by
2015-02-04 10:52:19 -0600
a0aeda618
Added function to set defines for the object names (e.g. -DNAME=dgemm). by
2015-02-04 10:37:34 -0600
1ccd57ce8
Merge pull request #497 from eschnett/develop by
2015-02-03 23:09:38 -0600
84b3d760c
Converted rest of Makefile.system to system.cmake. by
2015-02-03 16:05:01 -0600
0beea3a5a
Converted LAPACK flags from Makefile.system. by
2015-02-03 15:33:56 -0600
560c96a9a
Fixed newlines in some cmake files. by
2015-02-03 15:11:15 -0600
0ccfa60a5
Changed fortran compiler name to be uppercase and stripped of path/ext. by
2015-02-03 15:09:37 -0600
30be55150
Corrected fortran compiler name variables. by
2015-02-03 14:21:22 -0600
be1ce38f2
Fixed some missing parentheses. by
2015-02-03 14:00:29 -0600
e818ace11
Ported more of Makefile.system to CMake. by
2015-02-03 13:34:41 -0600
e4bfbd825
Added fc.cmake (forgot it in last commit). by
2015-02-03 13:08:59 -0600
2d5b442f5
Ported Fortran configuration code from Makefile.system to fc.cmake. by
2015-02-03 12:32:23 -0600
af11aff30
Ported C compiler settings from Makefile.system into new cmake file. by
2015-02-03 12:00:49 -0600
e66aa5f3b
Ported arch dependent settings from Makefile.system to new cmake file. by
2015-02-03 11:32:20 -0600
65a847cd3
(refs/pull/497/head)
Introduce openblas_get_num_threads and openblas_get_num_procs by
2015-02-03 12:23:34 -0500
31cf22cb4
Ported OS settings from Makefile.system into new cmake file. by
2015-02-03 11:07:58 -0600
20e593a44
Added cblas_ objects to interface CMakeLists. by
2015-02-02 16:25:30 -0600
7194424fe
Added missing common objects to the library. by
2015-02-02 15:21:29 -0600
d11bde60d
DOUBLE define for DBLAS objects is now set in main CMakeLists.txt. by
2015-02-02 15:00:44 -0600
9e154aba5
Added LAPACK object files to interface CMakeLists. by
2015-02-02 12:31:15 -0600
5057a4b4d
Added openblas add_library call that uses DBLAS_OBJS ojbects. by
2015-01-30 15:21:21 -0600
3e8ea7a35
Added COMMONOBJS to driver/others CMakeLists.txt. by
2015-01-30 14:06:14 -0600
d3dcdddf7
Moved functions into util cmake file. by
2015-01-30 13:47:40 -0600
e5e7595bf
Added paramater to GenerateObjects for defines that affect all sources. by
2015-01-30 13:31:13 -0600
7693887d6
Added empty set to the combinations generated by AllCombinations. by
2015-01-30 13:01:11 -0600
8d9b196e0
Moved loop over define combos into a function. by
2015-01-30 12:14:44 -0600
a6cf8aafc
Updated level3/CMakeLists with correct defines using all combos. by
2015-01-30 11:21:50 -0600
dbdca7bf0
Added first pass at driver/level3 Makefile conversion. by
2015-01-29 22:53:11 -0600
dabaecb2b
Moved getarch parsing code into a function. by
2015-01-29 09:30:47 -0600
07ff00198
Merge pull request #495 from jeromerobert/develop by
2015-01-29 18:23:50 +0800
b17ccb4c5
(refs/pull/495/head)
Fix a segfault in gemv when MAX_STACK_ALLOC is set by
2015-01-29 09:55:57 +0100
8c23965da
prebuild.cmake now reads the output from getarch into CMake vars. by
2015-01-28 22:57:44 -0600
61f21b5d0
getarch_2nd now appends its output to config.h/config_kernel.h by
2015-01-28 22:20:15 -0600
8ede4a8da
getarch now compiles and sets config.h defines properly. by
2015-01-28 17:18:26 -0600
1c5b6bb4f
Added CORE define to config.h in prebuild.cmake (temporarily). by
2015-01-28 16:33:48 -0600
c5f5c7a07
Updated c_check OS/compiler/bits detection. by
2015-01-28 15:47:47 -0600
9a508abdc
Added first pass at driver/level2 makefile conversion. by
2015-01-28 14:52:15 -0600
5eefe18ae
Added CMakeLists.txt for the first of the BLAS folders. by
2015-01-27 16:17:17 -0600
1e8bb0e0e
Fixed architecture detection when AMD64 in c_check. by
2015-01-27 14:03:46 -0600
864b8b31d
Fixed incorrect case in OS_ definition in c_check. by
2015-01-27 13:54:29 -0600
d2d15e522
Started converting lib target to CMake. by
2015-01-27 12:23:35 -0600
f4d1e7a26
Hardcoded NUM_CORES to get system.cmake working. by
2015-01-27 11:37:39 -0600
63c6fcfa0
Merge pull request #490 from eschnett/develop by
2015-01-13 15:43:56 +0800
29cb47fc0
(refs/pull/490/head)
Move #include statements outside extern "C" blocks by
2015-01-12 21:27:52 -0500
4e6c4046f
Fix cortex-a15 detecting bug. by
2015-01-12 09:35:16 +0000
229ce2ccd
Add cortex-a9 and cortex-a15 targets. by
2015-01-12 08:55:29 +0000
ef75be0e5
Merge pull request #487 from kortschak/dromtg-test by
2015-01-07 14:13:11 +0800
5344f335a
(refs/pull/487/head)
Add test for drotmg bug fixed by 692b14c by
2015-01-07 10:06:55 +1030
0f6bec0a3
cmake.prebuild now compiles getarch. by
2015-01-01 21:03:17 -0600
92cdac5f8
Added MSVC functions to cpuid_x86.c to replace gcc-specific ASM. by
2015-01-01 21:02:48 -0600
1a41022e3
Added MSVC defines to cpuid.h and getarch.c. by
2015-01-01 21:01:28 -0600
5cb5af933
Add configuration options. by
2015-01-02 02:42:32 +0800
41aad0407
Merge pull request #482 from jeromerobert/develop by
2015-01-02 02:26:17 +0800
e5c47e44f
First pass at converting a few makefiles to CMake. by
2014-12-30 21:53:00 -0600
f8f2e8465
Merge pull request #486 from wernsaar/develop by
2014-12-31 02:36:23 +0800
34633fef0
(refs/pull/486/head)
Merge branch 'develop' of github.com:wernsaar/OpenBLAS into develop by
2014-12-30 20:16:53 +0800
ddf983d64
added optimizations for steamroller by
2014-12-30 20:14:45 +0800
17b9db20f
Merge pull request #483 from wernsaar/develop by
2014-12-29 12:00:16 +0800
0dc559ed3
(refs/pull/483/head)
bugfix in dynamic.c by
2014-12-28 17:15:42 +0100
9566f5fdb
added Steamroller as a target processor by
2014-12-28 13:45:19 +0100
4319769b7
added target processor STEAMROLLER by
2014-12-28 20:16:46 +0800
e9d9a8eae
(refs/pull/482/head)
Allow to do gemv and ger buffer allocation on the stack by
2014-12-26 14:42:00 +0100
cbb3ab80e
Merge pull request #481 from eschnett/develop by
2014-12-26 10:09:19 +0800
cd9868b1b
(refs/pull/481/head)
Correct ilaver C declaration by
2014-12-25 17:41:17 -0500
eb738148f
Merge pull request #479 from wernsaar/develop by
2014-12-23 00:59:41 +0800
587e16fba
(refs/pull/479/head)
Ref #458: Backport, sandybrigde uses nehalem zgemm kernel by
2014-12-22 17:01:18 +0100
4de7b9ae4
increased NMAX to 128 by
2014-12-22 14:04:27 +0100
887aed634
modified sources for OS Darwin by
2014-12-19 12:40:46 +0100
6261342de
small optimization on dgemm_kernel for N=1 by
2014-12-18 20:35:51 +0100
1e566223e
added code for the size of n by
2014-12-17 15:02:11 +0100
113b48ca2
modified makefile for acml6.1 by
2014-12-17 14:12:21 +0100
3e81c99b6
Fixed installation bug on Mac OSX. by
2014-12-13 13:05:06 +0800
ec85c4a51
Increased the Threshold value in sep.in by
2014-12-11 14:57:41 +0100
97de657d3
added tests to sep.as as workaround for gfortran-4.8.x by
2014-12-11 13:53:59 +0100
71966eba6
Merge pull request #475 from xantares/patch-2 by
2014-12-09 17:57:43 +0800
a359979e1
Merge pull request #474 from xantares/patch-1 by
2014-12-09 17:57:16 +0800
7a6a141bc
(refs/pull/475/head)
add OpenBLAS_VERSION to cmake config file by
2014-12-09 10:34:41 +0100
b8ff6892f
(refs/pull/474/head)
set OPENBLAS_CMAKE_DIR to <prefix>/lib/cmake/<package_name> by
2014-12-09 10:18:18 +0100
8fe7a9ce6
Merge pull request #473 from wernsaar/develop by
2014-12-08 13:22:18 +0800
bc5fff708
(refs/pull/473/head)
changed inline assembler labels to short form by
2014-12-07 12:38:54 +0100
51ce5ef44
(tag: v0.2.13)
Merge branch 'develop' by
2014-12-03 23:14:21 +0800
1943ea91a
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop by
2014-12-03 23:03:48 +0800