1343 Commits (4c65afcce175bd93041b85f1bd1cfa128ade12e2)
 

Author SHA1 Message Date
  Hank Anderson 4c65afcce1 Changed kernel filenames to vars. These will need to be read from KERNEL. 11 years ago
  Hank Anderson 7fa5c4e2fd Fixed some case issues with ARCH. 11 years ago
  Hank Anderson fa0e6a6c93 Added the rest of the L1 kernel makefile. 11 years ago
  Hank Anderson 2f59135eb6 Added gemv to level2 CMakeLists.txt. 11 years ago
  Hank Anderson 38681fb1c6 Added more kernel files. 11 years ago
  Hank Anderson 6b5d26e07b Added SMP sources to level2 CMakeLists.txt. 11 years ago
  Hank Anderson 13d2d48e67 Added yet another naming scheme for lapack functions. 11 years ago
  Hank Anderson 189fadfde0 Started implementing kernel/Makefile in cmake. 11 years ago
  Hank Anderson 627d5e7401 Added SMP objects to driver/level3. 11 years ago
  Hank Anderson 943fa2fb58 Fixed object names in level2. 11 years ago
  Hank Anderson 1b62a4f3c9 Changed some function parameters to optional. 11 years ago
  Hank Anderson 461e691127 Codes when define is absent are now a parameter to AllCombinations. 11 years ago
  Hank Anderson cfaf1c678f Added option to append define codes with an underscore. 11 years ago
  Hank Anderson 0d7bad1f35 Changed GenerateObjects to append combination codes (e.g. dtrmm_TU). 11 years ago
  Hank Anderson 373a1bdadb Converted lapack/Makefile to cmake. 11 years ago
  Hank Anderson 2828f6630c Added SMP sources to COMMONOBJS. 11 years ago
  Hank Anderson 58cff2fed8 Added CBLAS define/naming convention to GenerateNamedObjects. 11 years ago
  Hank Anderson 5690cf3f0e Added override for function names in GenerateNamedObjects. 11 years ago
  Hank Anderson a0aeda6187 Added function to set defines for the object names (e.g. -DNAME=dgemm). 11 years ago
  Hank Anderson 84b3d760c4 Converted rest of Makefile.system to system.cmake. 11 years ago
  Hank Anderson 0beea3a5a5 Converted LAPACK flags from Makefile.system. 11 years ago
  Hank Anderson 560c96a9a7 Fixed newlines in some cmake files. 11 years ago
  Hank Anderson 0ccfa60a53 Changed fortran compiler name to be uppercase and stripped of path/ext. 11 years ago
  Hank Anderson 30be551502 Corrected fortran compiler name variables. 11 years ago
  Hank Anderson be1ce38f24 Fixed some missing parentheses. 11 years ago
  Hank Anderson e818ace11a Ported more of Makefile.system to CMake. 11 years ago
  Hank Anderson e4bfbd8258 Added fc.cmake (forgot it in last commit). 11 years ago
  Hank Anderson 2d5b442f5b Ported Fortran configuration code from Makefile.system to fc.cmake. 11 years ago
  Hank Anderson af11aff309 Ported C compiler settings from Makefile.system into new cmake file. 11 years ago
  Hank Anderson e66aa5f3b7 Ported arch dependent settings from Makefile.system to new cmake file. 11 years ago
  Hank Anderson 31cf22cb4b Ported OS settings from Makefile.system into new cmake file. 11 years ago
  Hank Anderson 20e593a44a Added cblas_ objects to interface CMakeLists. 11 years ago
  Hank Anderson 7194424fef Added missing common objects to the library. 11 years ago
  Hank Anderson d11bde60d0 DOUBLE define for DBLAS objects is now set in main CMakeLists.txt. 11 years ago
  Hank Anderson 9e154aba58 Added LAPACK object files to interface CMakeLists. 11 years ago
  Hank Anderson 5057a4b4df Added openblas add_library call that uses DBLAS_OBJS ojbects. 11 years ago
  Hank Anderson 3e8ea7a351 Added COMMONOBJS to driver/others CMakeLists.txt. 11 years ago
  Hank Anderson d3dcdddf75 Moved functions into util cmake file. 11 years ago
  Hank Anderson e5e7595bf9 Added paramater to GenerateObjects for defines that affect all sources. 11 years ago
  Hank Anderson 7693887d61 Added empty set to the combinations generated by AllCombinations. 11 years ago
  Hank Anderson 8d9b196e0d Moved loop over define combos into a function. 11 years ago
  Hank Anderson a6cf8aafc0 Updated level3/CMakeLists with correct defines using all combos. 11 years ago
  Hank Anderson dbdca7bf0c Added first pass at driver/level3 Makefile conversion. 11 years ago
  Hank Anderson dabaecb2bc Moved getarch parsing code into a function. 11 years ago
  Hank Anderson 8c23965da3 prebuild.cmake now reads the output from getarch into CMake vars. 11 years ago
  Hank Anderson 61f21b5d03 getarch_2nd now appends its output to config.h/config_kernel.h 11 years ago
  Hank Anderson 8ede4a8da4 getarch now compiles and sets config.h defines properly. 11 years ago
  Hank Anderson 1c5b6bb4f7 Added CORE define to config.h in prebuild.cmake (temporarily). 11 years ago
  Hank Anderson c5f5c7a076 Updated c_check OS/compiler/bits detection. 11 years ago
  Hank Anderson 9a508abdc7 Added first pass at driver/level2 makefile conversion. 11 years ago