Hank Anderson
96cf6779ca
Added DLA sources from lapack-netlib.
Can't use the lapack-netlib cmake files, since they are designed to
build a complete lapack/blas library. They have their own fortran
detection and flag setup and so on. Instead I'll just recreate the
makefiles I need.
Fixed a typo in the NAME defines.
10 years ago
Hank Anderson
3b20b62423
Fixed trti2 name.
10 years ago
Hank Anderson
6ddbfea700
Added generic laswp object.
10 years ago
Hank Anderson
c0624a26be
Fixed some dgemm_copy function names.
10 years ago
Hank Anderson
4bfaf1ce66
Removed some list appends I missed.
10 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.
10 years ago
Hank Anderson
f992799226
Added the rest of Makefile.L3.
10 years ago
Hank Anderson
4c65afcce1
Changed kernel filenames to vars. These will need to be read from KERNEL.
Added some kernel/L3 objects.
10 years ago
Hank Anderson
7fa5c4e2fd
Fixed some case issues with ARCH.
Added some kernel and driver/others objects.
10 years ago
Hank Anderson
fa0e6a6c93
Added the rest of the L1 kernel makefile.
10 years ago
Hank Anderson
2f59135eb6
Added gemv to level2 CMakeLists.txt.
10 years ago
Hank Anderson
38681fb1c6
Added more kernel files.
10 years ago
Hank Anderson
6b5d26e07b
Added SMP sources to level2 CMakeLists.txt.
10 years ago
Hank Anderson
13d2d48e67
Added yet another naming scheme for lapack functions.
10 years ago
Hank Anderson
189fadfde0
Started implementing kernel/Makefile in cmake.
10 years ago
Hank Anderson
627d5e7401
Added SMP objects to driver/level3.
10 years ago
Hank Anderson
943fa2fb58
Fixed object names in level2.
10 years ago
Hank Anderson
1b62a4f3c9
Changed some function parameters to optional.
10 years ago
Hank Anderson
461e691127
Codes when define is absent are now a parameter to AllCombinations.
The level3 object names should now be correct.
10 years ago
Hank Anderson
cfaf1c678f
Added option to append define codes with an underscore.
Fixed the code array not getting reset on subsequent AllCombinations
calls.
10 years ago
Hank Anderson
0d7bad1f35
Changed GenerateObjects to append combination codes (e.g. dtrmm_TU).
10 years ago
Hank Anderson
373a1bdadb
Converted lapack/Makefile to cmake.
10 years ago
Hank Anderson
2828f6630c
Added SMP sources to COMMONOBJS.
10 years ago
Hank Anderson
58cff2fed8
Added CBLAS define/naming convention to GenerateNamedObjects.
10 years ago
Hank Anderson
5690cf3f0e
Added override for function names in GenerateNamedObjects.
The BLAS interface folder should now be generated the correct objects
for the DOUBLE case.
10 years ago
Hank Anderson
a0aeda6187
Added function to set defines for the object names (e.g. -DNAME=dgemm).
10 years ago
Hank Anderson
84b3d760c4
Converted rest of Makefile.system to system.cmake.
10 years ago
Hank Anderson
0beea3a5a5
Converted LAPACK flags from Makefile.system.
10 years ago
Hank Anderson
560c96a9a7
Fixed newlines in some cmake files.
10 years ago
Hank Anderson
0ccfa60a53
Changed fortran compiler name to be uppercase and stripped of path/ext.
10 years ago
Hank Anderson
30be551502
Corrected fortran compiler name variables.
Fixed some typos.
Updated c_check to set ARCH and BINARY64/32.
Added version variables.
10 years ago
Hank Anderson
be1ce38f24
Fixed some missing parentheses.
10 years ago
Hank Anderson
e818ace11a
Ported more of Makefile.system to CMake.
10 years ago
Hank Anderson
e4bfbd8258
Added fc.cmake (forgot it in last commit).
Moved a couple C compiler ifs from Makefile.system into cc.cmake.
10 years ago
Hank Anderson
2d5b442f5b
Ported Fortran configuration code from Makefile.system to fc.cmake.
10 years ago
Hank Anderson
af11aff309
Ported C compiler settings from Makefile.system into new cmake file.
10 years ago
Hank Anderson
e66aa5f3b7
Ported arch dependent settings from Makefile.system to new cmake file.
10 years ago
Hank Anderson
31cf22cb4b
Ported OS settings from Makefile.system into new cmake file.
10 years ago
Hank Anderson
20e593a44a
Added cblas_ objects to interface CMakeLists.
Naming isn't right, though, not seeing cblas_xxxx exports in the
resulting library.
10 years ago
Hank Anderson
7194424fef
Added missing common objects to the library.
10 years ago
Hank Anderson
d11bde60d0
DOUBLE define for DBLAS objects is now set in main CMakeLists.txt.
Since the objects are the same, could generate SINGLE/COMPLEX/etc here
without having to rewrite all the object enumeration code again.
10 years ago
Hank Anderson
9e154aba58
Added LAPACK object files to interface CMakeLists.
10 years ago
Hank Anderson
5057a4b4df
Added openblas add_library call that uses DBLAS_OBJS ojbects.
10 years ago
Hank Anderson
3e8ea7a351
Added COMMONOBJS to driver/others CMakeLists.txt.
10 years ago
Hank Anderson
d3dcdddf75
Moved functions into util cmake file.
10 years ago
Hank Anderson
e5e7595bf9
Added paramater to GenerateObjects for defines that affect all sources.
10 years ago
Hank Anderson
7693887d61
Added empty set to the combinations generated by AllCombinations.
10 years ago
Hank Anderson
8d9b196e0d
Moved loop over define combos into a function.
This function takes a set of sources and a set of preprocessor
definitions. It will iterate over the sources and build an object
file for each combination of preprocessor definitions for each
source file.
10 years ago
Hank Anderson
a6cf8aafc0
Updated level3/CMakeLists with correct defines using all combos.
10 years ago
Hank Anderson
dbdca7bf0c
Added first pass at driver/level3 Makefile conversion.
Added a rather convoluted CMake function to find all combinations
of a given list. This will be useful for the object files that are
compiled multiple times with different combinations of preprocessor
definitions.
10 years ago