36 Commits (871b730dc56d316546bea8ae27195d80d35415fa)

Author SHA1 Message Date
  Martin Kroeker 8668571040
add openblas_getaffinity() 3 years ago
  Wangyang Guo 2e44ca0136 sbgemm: add missing cblas_sbgemm definition 4 years ago
  Martin Kroeker 25c986db5a
Add prototypes for CBLAS_CROTG and CBLAS_ZROTG 4 years ago
  Martin Kroeker 9ccb12b031
Add prototypes for cblas_csrot and cblas_zdrot 4 years ago
  Chen, Guobing a7b1f9b1bb Implementation of BF16 based gemv 5 years ago
  Rajalakshmi Srinivasaraghavan b5d30b390d Fix build issues with bfloat16 5 years ago
  Martin Kroeker ca31c32693
Rename "HALF" and "sh" to "BFLOAT16" and "sb" 5 years ago
  Chen, Guobing deaeb6c5b8 Add bfloat16 based dot and conversion with single/double 5 years ago
  Sharvil Nanavati 7b4773b24d Add API to set thread affinity on Linux. 5 years ago
  Martin Kroeker 5c42287c4f
Add declarations for ?sum and cblas_?sum 6 years ago
  Martin Kroeker 4f9d3e4b28
Expose CBLAS interfaces for I?MIN and I?MAX 6 years ago
  Martin Kroeker b57af93792
just make CBLAS_LAYOUT an alias of the existing CBLAS_ORDER 7 years ago
  Martin Kroeker 8aeab0601e
Follow netlib renaming/aliasing CBLAS_ORDER to CBLAS_LAYOUT 7 years ago
  Martin Kroeker eb71d61c7c
Expose CBLAS interface to BLAS extensions iXamin 7 years ago
  Martin Kroeker 1c9f4422b5
Fix declaration of cblas_Xdotc_sub and cblas_Xdotu_sub 7 years ago
  Martin Kroeker 66ac898f64
Change prototypes of all complex functions to use void* 8 years ago
  Martin Koehler 39cc6b21d3 Add ATLAS-style ?geadd function 10 years ago
  Erik Schnetter 65a847cd36 Introduce openblas_get_num_threads and openblas_get_num_procs 10 years ago
  wernsaar f446d2368a updated cblas.h and cblas_noconst.h 11 years ago
  wernsaar 7f234f8ed1 added GEMM3M tests 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
  Zhang Xianyi 552119c484 Fixed #407. Support outputing the CPU corename on runtime. 11 years ago
  Timothy Gu 6c2ead30f0 Remove all trailing whitespace except lapack-netlib 11 years ago
  wernsaar faf3ac0aad Ref #285: added axpby kernels 11 years ago
  Lars Buitinck 212463dce9 get rid of the generated cblas_noconst.h file 12 years ago
  grisuthedragon c19a488af2 create openblas_get_parallel to retrieve information which 12 years ago
  Zaheer Chothia 875d520ccf Refs #193. cblas: move #include out of extern "C" block. 12 years ago
  Zaheer Chothia 4db6660de4 Refs #185. Add missing 'const' to declarations in <cblas.h>. Thanks to Dan Povey! 12 years ago
  Zaheer Chothia 200e4acf15 cblas: typedef enums for improved compatibility with Intel MKL. 13 years ago
  Zhang Xianyi bdf8d9411e Refs #163. Obtain the build configure on runtime. 12 years ago
  Zhang Xianyi 422359d09a Export openblas_set_num_threads in shared library. 13 years ago
  Zaheer Chothia f93318a6c8 Refs #95 cblas: compatibility for compilers without C99 complex number support (e.g. Visual Studio) 13 years ago
  Xianyi Zhang 0a45e5495f Fixed #21. Added extern C to support C++. Thank Tasio for the patch. 14 years ago
  Xianyi Zhang 552f31dbbd Fixed #13. Fixed blasint undefined bug in <cblas.h> file. 14 years ago
  Xianyi Zhang 342bbc3871 Import GotoBLAS2 1.13 BSD version codes. 14 years ago