1350 Commits (96cf6779ca9f28490affebf3a74ccf90cc8e8246)
 

Author SHA1 Message Date
  Hank Anderson 96cf6779ca Added DLA sources from lapack-netlib. 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. 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. 10 years ago
  Hank Anderson 7fa5c4e2fd Fixed some case issues with ARCH. 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. 10 years ago
  Hank Anderson cfaf1c678f Added option to append define codes with an underscore. 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. 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. 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). 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. 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. 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. 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. 10 years ago