Hank Anderson
|
33c5e8db7f
|
Added a helper function for setting the L1 kernel defaults.
Added loop to build objects with different KERNEL defines.
|
11 years ago |
Hank Anderson
|
4662a0b13a
|
Changed generate functions to iterate through a list of float types.
This will generate obj files for SINGLE/DOUBLE/COMPLEX/DOUBLE COMPLEX.
|
11 years ago |
Hank Anderson
|
e8c39138c6
|
Removed return value from GenerateNamedObjects.
It sets DBLAS_OBJS directly to save a bunch of list appending in the
CMakeLists.txt files.
|
11 years ago |
Hank Anderson
|
2f59135eb6
|
Added gemv to level2 CMakeLists.txt.
|
11 years ago |
Hank Anderson
|
6b5d26e07b
|
Added SMP sources to level2 CMakeLists.txt.
|
11 years ago |
Hank Anderson
|
943fa2fb58
|
Fixed object names in level2.
|
11 years ago |
Hank Anderson
|
0d7bad1f35
|
Changed GenerateObjects to append combination codes (e.g. dtrmm_TU).
|
11 years ago |
Hank Anderson
|
5057a4b4df
|
Added openblas add_library call that uses DBLAS_OBJS ojbects.
|
11 years ago |
Hank Anderson
|
a6cf8aafc0
|
Updated level3/CMakeLists with correct defines using all combos.
|
11 years ago |
Hank Anderson
|
8c23965da3
|
prebuild.cmake now reads the output from getarch into CMake vars.
|
11 years ago |
Hank Anderson
|
8ede4a8da4
|
getarch now compiles and sets config.h defines properly.
Still isn't parsed into CMake variables, and getarch_2 needs to
get the same treatment.
|
11 years ago |
Hank Anderson
|
1c5b6bb4f7
|
Added CORE define to config.h in prebuild.cmake (temporarily).
|
11 years ago |
Hank Anderson
|
9a508abdc7
|
Added first pass at driver/level2 makefile conversion.
|
11 years ago |
Timothy Gu
|
6c2ead30f0
|
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
|
11 years ago |
Zhang Xianyi
|
5155e3f509
|
Refs #174. Fixed the overflowing buffer bug of multithreading hbmv and sbmv.
Instead of using thread 0 buffer, each thread uses its own sb buffer.
Thus, it can avoid overflowing thread 0 buffer.
|
13 years ago |
Xianyi Zhang
|
342bbc3871
|
Import GotoBLAS2 1.13 BSD version codes.
|
15 years ago |