338 Commits (2d0b2334259d41c2003b51a07580dbd25cfe267c)

Author SHA1 Message Date
  Zhang Xianyi dcd5ba4443 Merge branch 'cmake' of https://github.com/hpanderson/OpenBLAS into hpanderson_cmake 10 years ago
  Werner Saar f8f2e261fe use only 1 thread if m or n < 2*GEMM_MULTITHREAD_THRESHOLD 10 years ago
  Jerome Robert ab567d8443 gemv: Ensure stack buffer is large enough to handle memory alignment 10 years ago
  Zhang Xianyi 847e19c04e Refs #478,#482, Enable stack alloc for s/dgemv_t.(revert 9798491) 10 years ago
  Zhang Xianyi fd9fd42936 Refs #478, #482. Fixed bug on previous commit. 10 years ago
  Zhang Xianyi 9798481979 Refs #478, #482. Fix segfault bug for gemv_t with MAX_ALLOC_STACK flag. 10 years ago
  Zhang Xianyi cdefdb21cd Refs #492. Fixed c/zsyr bug with negative incx. 10 years ago
  Hank Anderson 0d8e227ea7 Changed strategy for setting preprocessor definitions. 10 years ago
  Hank Anderson b2284647a3 More complex objects. 10 years ago
  Hank Anderson a6116e5859 Added some more complex-only objects. 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
  Martin Koehler 39cc6b21d3 Add ATLAS-style ?geadd function 10 years ago
  Hank Anderson 4662a0b13a Changed generate functions to iterate through a list of float types. 10 years ago
  Hank Anderson e74462a3f5 Moved declarations to start of functions to satisfy MSVC C89 implementation. 10 years ago
  Hank Anderson e8c39138c6 Removed return value from GenerateNamedObjects. 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 20e593a44a Added cblas_ objects to interface CMakeLists. 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 a6cf8aafc0 Updated level3/CMakeLists with correct defines using all combos. 10 years ago
  Jerome Robert b17ccb4c5c Fix a segfault in gemv when MAX_STACK_ALLOC is set 10 years ago
  Hank Anderson 5eefe18ae4 Added CMakeLists.txt for the first of the BLAS folders. 10 years ago
  Jerome Robert e9d9a8eae3 Allow to do gemv and ger buffer allocation on the stack 10 years ago
  wernsaar 9e829ce98f enabled cblas gemm3m functions 11 years ago
  wernsaar d49fd33885 disabled SYMM3M and HEMM3M functions because segment violations 11 years ago
  wernsaar 7aae4a62e7 enabled use of GEMM3M functions 11 years ago
  wernsaar 3300f5ebff optimized multithreading lower limits 11 years ago
  wernsaar fd2478c9e2 optimized interface/zgemv.c for multithreading 11 years ago
  Zhang Xianyi 1cba8e7b11 Merge pull request #446 from grisuthedragon/cblas_matcopy 11 years ago
  Martin Koehler a057e5434d add CBLAS interface for s/d/c/zimatcopy 11 years ago
  Martin Köhler 7794766d3c Add cblas_(s/d/c/z)omatcopy in order to have cblas interface for them. 11 years ago
  wernsaar f511807fc0 modified multithreading threshold 11 years ago
  wernsaar d1800397f5 optimized interface/gemv.c for multithreading 11 years ago
  wernsaar f4ff889491 updated interface/gemv.c for multithreading 11 years ago
  wernsaar 51413925bd adjust number of threads for small size in cgemv and zgemv 11 years ago
  wernsaar b985cea65d adjust number of threads for sgemv and dgemv 11 years ago
  wernsaar d286daa2ba adjusted number of threads for small size 11 years ago
  wernsaar cedc1f4b14 Ref #410: disabled optimized potri functions ( single threading bug) 11 years ago
  wernsaar 02a504c0b8 fixed my bug in ger.c 11 years ago
  wernsaar be94db096c disabled *3M functions for x86_64 platforms 11 years ago
  wernsaar aee61456a4 disabled SMP for sbmv and zsbmv again 11 years ago
  wernsaar 01a119abfc enabled SMP for sbmv and zsbmv, but only for 64bit binaries 11 years ago
  wernsaar 1fad2b759f enabled smp for ger.c and zger.c, but only for 64bit binaries 11 years ago
  Timothy Gu 6c2ead30f0 Remove all trailing whitespace except lapack-netlib 11 years ago
  wernsaar 15d5dfa92c fixed compiler warnings 11 years ago
  wernsaar 86d8c8978b Ref #391: disabled SMP in ger.c and zger.c 11 years ago
  wernsaar a19d209005 Ref #103: enhancement for small matrix dimensions 11 years ago