51 Commits (66d9185ebe80cb65935f098865651b9743efebc7)

Author SHA1 Message Date
  Chris Sidebottom 66d9185ebe Fix CMake support 2 months ago
  Martin Kroeker 111c9b0733
Add translations for C_COMPILER and OSNAME 8 months ago
  Martin Kroeker f5c080f083
Fix CMAKE syntax in kernel file parsing of IFNEQ conditionals (#4695) 1 year ago
  Honglin Zhu d96d386d13 Add CMake dynamic build for Sapphire Rapids 2 years ago
  Martin Kroeker a9e297e476
Fix handling of ifdef/ifndef 3 years ago
  Rafael Cardoso Fernandes Sousa fb891f33da Fix the cmake parser to identify more patterns 3 years ago
  cianciosa 4c766cd11f Fix a small syntax error. A ( was accidently deleted. 4 years ago
  cianciosa c28560129f Check the total number of arguments passed insead of if the ARGV# is defined. This fixes a problem when compling openblas as a subproject of another code. 4 years ago
  Martin Kroeker 47ba85f314
Fix regex to match kernels suffixed with cpuname too 4 years ago
  Martin Kroeker 30f23be0f9
Rework setting of -mfma to only apply it where necessary 4 years ago
  Martin Kroeker 13fa9f737d
Modify defines for CR and RC to work around name collision on Windows 4 years ago
  Martin Kroeker 89ae305e11
Workaround for cmake having its own C_COMPILER variable 4 years ago
  Martin Kroeker e3a29f6b58
Change "HALF" and "sh" to "BFLOAT16" and "sb" 5 years ago
  Martin Kroeker cd10b35fe9
Handle trailing spaces and empty condition variables 5 years ago
  Martin Kroeker 3bd56846bb
Silence a debug message 5 years ago
  Martin Kroeker e7bbdfdf84
Have CMAKE parse conditional lines in KERNEL files 5 years ago
  Rajalakshmi Srinivasaraghavan 22bb50fb81 cmake fixes 5 years ago
  luz.paz daf2fec12d Misc. typo fixes 6 years ago
  Isuru Fernando d3b677fe87 Add commonobjs 8 years ago
  Isuru Fernando d798487213 Fixes for dynamic_arch. almost there 8 years ago
  Isuru Fernando 4260215adf Support DYNAMIC_ARCH with cmake 8 years ago
  Isuru Fernando 7a96499b29 Don't change timestamps 8 years ago
  Zhang Xianyi f874465bb8 Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit. 10 years ago
  Hank Anderson 0d8e227ea7 Changed strategy for setting preprocessor definitions. 10 years ago
  Hank Anderson a6116e5859 Added some more complex-only objects. 10 years ago
  Hank Anderson 8a143516e3 Added alternate_name to a couple of the name mangling schemes. 10 years ago
  Hank Anderson 714638c187 Added some TRMM objects for complex types. 10 years ago
  Hank Anderson e27c372e53 Fixed reuse of float_char from parent loop. 10 years ago
  Hank Anderson 43725b82c5 ParseMakefileVars now replaces Makefile vars with CMake vars. 10 years ago
  Hank Anderson cebc07cebd ParseMakefileVars now recursively parses included makefiles. 10 years ago
  Hank Anderson 33c5e8db7f Added a helper function for setting the L1 kernel defaults. 10 years ago
  Hank Anderson 67e39bd8fb Added mangled complex filenames to interface and lapack CMakeLists.txt. 10 years ago
  Hank Anderson 9eb1499095 Added another param to GenerateNamedObjects to mangle complex source names. 10 years ago
  Hank Anderson 4662a0b13a Changed generate functions to iterate through a list of float types. 10 years ago
  Hank Anderson c94fe71278 Removed incoming-stack-boundary for MSVC. 10 years ago
  Hank Anderson 162791e30e Added common objects from kernel Makefile. 10 years ago
  Hank Anderson 96cf6779ca Added DLA sources from lapack-netlib. 10 years ago
  Hank Anderson e8c39138c6 Removed return value from GenerateNamedObjects. 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 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 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 5057a4b4df Added openblas add_library call that uses DBLAS_OBJS ojbects. 10 years ago