summaryrefslogtreecommitdiff
path: root/cblas.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-30sbgemm: add missing cblas_sbgemm definitionWangyang Guo1-0/+2
2021-01-13Add prototypes for CBLAS_CROTG and CBLAS_ZROTGMartin Kroeker1-0/+3
2021-01-12Add prototypes for cblas_csrot and cblas_zdrotMartin Kroeker1-0/+2
2020-10-29Implementation of BF16 based gemvChen, Guobing1-0/+1
2020-10-13Fix build issues with bfloat16Rajalakshmi Srinivasaraghavan1-2/+2
2020-10-11Rename "HALF" and "sh" to "BFLOAT16" and "sb"Martin Kroeker1-1/+1
2020-09-04Add bfloat16 based dot and conversion with single/doubleChen, Guobing1-0/+11
2020-04-08Add API to set thread affinity on Linux.Sharvil Nanavati1-0/+5
2019-03-30Add declarations for ?sum and cblas_?sumMartin Kroeker1-0/+5
2019-03-30Expose CBLAS interfaces for I?MIN and I?MAXMartin Kroeker1-0/+10
2018-09-06just make CBLAS_LAYOUT an alias of the existing CBLAS_ORDERMartin Kroeker1-2/+2
2018-09-06Follow netlib renaming/aliasing CBLAS_ORDER to CBLAS_LAYOUTMartin Kroeker1-2/+3
2018-06-23Expose CBLAS interface to BLAS extensions iXaminMartin Kroeker1-0/+5
2017-11-18Fix declaration of cblas_Xdotc_sub and cblas_Xdotu_subMartin Kroeker1-4/+4
2017-11-05Change prototypes of all complex functions to use void*Martin Kroeker1-84/+84
2015-02-16Add ATLAS-style ?geadd functionMartin Koehler1-0/+10
2015-02-03Introduce openblas_get_num_threads and openblas_get_num_procsErik Schnetter1-0/+6
2014-09-21updated cblas.h and cblas_noconst.hwernsaar1-0/+2
2014-09-21added GEMM3M testswernsaar1-0/+3
2014-09-09add CBLAS interface for s/d/c/zimatcopyMartin Koehler1-0/+8
2014-09-08Add cblas_(s/d/c/z)omatcopy in order to have cblas interface for them.Martin Köhler1-0/+10
2014-07-08Fixed #407. Support outputing the CPU corename on runtime.Zhang Xianyi1-0/+3
2014-06-27Remove all trailing whitespace except lapack-netlibTimothy Gu1-3/+3
2014-06-08Ref #285: added axpby kernelswernsaar1-0/+10
2013-08-28get rid of the generated cblas_noconst.h fileLars Buitinck1-255/+264
2013-07-11create openblas_get_parallel to retrieve information whichgrisuthedragon1-0/+10
2013-01-31Refs #193. cblas: move #include out of extern "C" block.Zaheer Chothia1-3/+3
2013-01-20Refs #185. Add missing 'const' to declarations in <cblas.h>. Thanks to Dan Po...Zaheer Chothia1-256/+255
2013-01-19cblas: typedef enums for improved compatibility with Intel MKL.Zaheer Chothia1-5/+5
2012-12-10Refs #163. Obtain the build configure on runtime.Zhang Xianyi1-0/+3
2012-06-23Export openblas_set_num_threads in shared library.Zhang Xianyi1-0/+4
2012-04-24Refs #95 cblas: compatibility for compilers without C99 complex number suppor...Zaheer Chothia1-9/+9
2011-04-20Fixed #21. Added extern C to support C++. Thank Tasio for the patch.Xianyi Zhang1-0/+11
2011-04-07Fixed #13. Fixed blasint undefined bug in <cblas.h> file.Xianyi Zhang1-0/+3
2011-01-24Import GotoBLAS2 1.13 BSD version codes.Xianyi Zhang1-0/+273