41 Commits (670ec6f7576ecc74fff96be7c00ec8fffed8647b)

Author SHA1 Message Date
  gkdddd 670ec6f757 Added shgemm_kernel_8x8 for RISCV64_ZVL128B and shgemm_kernel_16x8 for RISCV64_ZVL256B 4 months ago
  Martin Kroeker 70865a894e
Merge pull request #5180 from ywwry66/openmp_use_cmake 5 months ago
  Ruiyang Wu 02fd1df10b CMake: Pass `OpenMP` compiler and linker flags through CMake targets 6 months ago
  Martin Kroeker 51c1fb1f93
Fix ?spmv build and misinterpretation of NO_LAPACK=0 6 months ago
  Martin Kroeker 09414a4187
Ensure that GEMMTR name appears in XERBLA if gemmt was called as such 7 months ago
  Martin Kroeker 0cf656fd3e
Add copies of GEMMT under its new name GEMMTR 11 months ago
  Martin Kroeker 2f12a47405
fix build options for CAXPYC/ZAXPYC 1 year ago
  Martin Kroeker 076766df4e
Update CMakeLists.txt 1 year ago
  Martin Kroeker ff6670cb83
don't generate non-cblas files for gemm_batch 1 year ago
  Martin Kroeker d4db6a9f16
Separate the interface for SBGEMMT from GEMMT due to differences in GEMV arguments 1 year ago
  Martin Kroeker b54cda8490
Unify creation of CBLAS interfaces for ?AMIN/?AMAX and C/ZAXPYC between gmake and cmake builds 1 year ago
  Martin Kroeker 8c99d5d1b6
Merge pull request #3796 from martin-frbg/gemmt 2 years ago
  Martin Kroeker e6204d254f
Update CMakeLists.txt 2 years ago
  Martin Kroeker 1b77764182
Conditionally leave out bits of LAPACK to be overridden by ReLAPACK 2 years ago
  Martin Kroeker e7fd8d21a6
Add GEMMT based on looped GEMV 2 years ago
  Martin Kroeker d2b5fbf80f
Exclude some complex (LAPACK) functions when NO_LAPACK is set 3 years ago
  Martin Kroeker c35739db5e
Add separate entries for BFLOAT16 functions and fix missing cblas_xerbla 4 years ago
  Martin Kroeker 0f7d73ff6d
Allow supporting only a subset of variable types 5 years ago
  Martin Kroeker b475b4bd0d
Support building only a subset of types 5 years ago
  Martin Kroeker 2db5178e2d
enable cblas interfaces to GEMM3M in CMAKE builds 5 years ago
  luz.paz daf2fec12d Misc. typo fixes 6 years ago
  Martin Kroeker 79cfc24a62
Add interface for ?sum (derived from ?asum) 6 years ago
  Isuru Fernando d245caa49a Support out-of-source build 8 years ago
  John Biddiscombe 053044ae4d Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR 9 years ago
  Zhang Xianyi 8fade093aa Fixed cmake bug on Visual Studio. 10 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 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
  Hank Anderson 4662a0b13a Changed generate functions to iterate through a list of float types. 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
  Hank Anderson 5eefe18ae4 Added CMakeLists.txt for the first of the BLAS folders. 10 years ago