BLIS Typed Backend
Typed-API backend of BLIS is also exposed via the BLIS.TypedBackend
submodule. The following example demonstrates usage of BLIS's bli_dmkherm
method:
using BLIS
# Import BLIS' enumerate types
# like BLIS_UPPER and BLIS_TRANSPOSE.
using BLIS.Types
A = rand(4, 4)
# NOTE: of course for rsa and csa parameters
# one can directly pass strides(A) and expand.
BLIS.TypedBackend.bli_dmkherm!(BLIS_UPPER, 4, A, strides(A)...)
A # Check that A is projected to be Hermitian.
BLIS.TypedBackend
: Level-1 Vector
BLIS.TypedBackend.bli_saddv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_saddv
.
BLIS.TypedBackend.bli_scopyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_scopyv
.
BLIS.TypedBackend.bli_ssubv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssubv
.
BLIS.TypedBackend.bli_saxpyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_saxpyv
.
BLIS.TypedBackend.bli_sscal2v!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sscal2v
.
BLIS.TypedBackend.bli_sscalv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sscalv
.
BLIS.TypedBackend.bli_ssetv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssetv
.
BLIS.TypedBackend.bli_samaxv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_samaxv
.
BLIS.TypedBackend.bli_saxpbyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_saxpbyv
.
BLIS.TypedBackend.bli_sdotv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sdotv
.
BLIS.TypedBackend.bli_sdotxv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sdotxv
.
BLIS.TypedBackend.bli_sinvertv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sinvertv
.
BLIS.TypedBackend.bli_sswapv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sswapv
.
BLIS.TypedBackend.bli_sxpbyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sxpbyv
.
BLIS.TypedBackend.bli_daddv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_daddv
.
BLIS.TypedBackend.bli_dcopyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dcopyv
.
BLIS.TypedBackend.bli_dsubv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsubv
.
BLIS.TypedBackend.bli_daxpyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_daxpyv
.
BLIS.TypedBackend.bli_dscal2v!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dscal2v
.
BLIS.TypedBackend.bli_dscalv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dscalv
.
BLIS.TypedBackend.bli_dsetv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsetv
.
BLIS.TypedBackend.bli_damaxv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_damaxv
.
BLIS.TypedBackend.bli_daxpbyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_daxpbyv
.
BLIS.TypedBackend.bli_ddotv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ddotv
.
BLIS.TypedBackend.bli_ddotxv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ddotxv
.
BLIS.TypedBackend.bli_dinvertv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dinvertv
.
BLIS.TypedBackend.bli_dswapv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dswapv
.
BLIS.TypedBackend.bli_dxpbyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dxpbyv
.
BLIS.TypedBackend.bli_caddv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_caddv
.
BLIS.TypedBackend.bli_ccopyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ccopyv
.
BLIS.TypedBackend.bli_csubv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csubv
.
BLIS.TypedBackend.bli_caxpyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_caxpyv
.
BLIS.TypedBackend.bli_cscal2v!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cscal2v
.
BLIS.TypedBackend.bli_cscalv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cscalv
.
BLIS.TypedBackend.bli_csetv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csetv
.
BLIS.TypedBackend.bli_camaxv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_camaxv
.
BLIS.TypedBackend.bli_caxpbyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_caxpbyv
.
BLIS.TypedBackend.bli_cdotv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cdotv
.
BLIS.TypedBackend.bli_cdotxv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cdotxv
.
BLIS.TypedBackend.bli_cinvertv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cinvertv
.
BLIS.TypedBackend.bli_cswapv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cswapv
.
BLIS.TypedBackend.bli_cxpbyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cxpbyv
.
BLIS.TypedBackend.bli_zaddv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zaddv
.
BLIS.TypedBackend.bli_zcopyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zcopyv
.
BLIS.TypedBackend.bli_zsubv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsubv
.
BLIS.TypedBackend.bli_zaxpyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zaxpyv
.
BLIS.TypedBackend.bli_zscal2v!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zscal2v
.
BLIS.TypedBackend.bli_zscalv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zscalv
.
BLIS.TypedBackend.bli_zsetv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsetv
.
BLIS.TypedBackend.bli_zamaxv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zamaxv
.
BLIS.TypedBackend.bli_zaxpbyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zaxpbyv
.
BLIS.TypedBackend.bli_zdotv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zdotv
.
BLIS.TypedBackend.bli_zdotxv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zdotxv
.
BLIS.TypedBackend.bli_zinvertv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zinvertv
.
BLIS.TypedBackend.bli_zswapv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zswapv
.
BLIS.TypedBackend.bli_zxpbyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zxpbyv
.
BLIS.TypedBackend
: Level-1 Diagonal
BLIS.TypedBackend.bli_saddd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_saddd
.
BLIS.TypedBackend.bli_scopyd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_scopyd
.
BLIS.TypedBackend.bli_ssubd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssubd
.
BLIS.TypedBackend.bli_saxpyd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_saxpyd
.
BLIS.TypedBackend.bli_sscal2d!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sscal2d
.
BLIS.TypedBackend.bli_sscald!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sscald
.
BLIS.TypedBackend.bli_ssetd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssetd
.
BLIS.TypedBackend.bli_sinvertd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sinvertd
.
BLIS.TypedBackend.bli_ssetid!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssetid
.
BLIS.TypedBackend.bli_sshiftd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sshiftd
.
BLIS.TypedBackend.bli_sxpbyd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sxpbyd
.
BLIS.TypedBackend.bli_daddd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_daddd
.
BLIS.TypedBackend.bli_dcopyd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dcopyd
.
BLIS.TypedBackend.bli_dsubd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsubd
.
BLIS.TypedBackend.bli_daxpyd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_daxpyd
.
BLIS.TypedBackend.bli_dscal2d!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dscal2d
.
BLIS.TypedBackend.bli_dscald!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dscald
.
BLIS.TypedBackend.bli_dsetd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsetd
.
BLIS.TypedBackend.bli_dinvertd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dinvertd
.
BLIS.TypedBackend.bli_dsetid!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsetid
.
BLIS.TypedBackend.bli_dshiftd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dshiftd
.
BLIS.TypedBackend.bli_dxpbyd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dxpbyd
.
BLIS.TypedBackend.bli_caddd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_caddd
.
BLIS.TypedBackend.bli_ccopyd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ccopyd
.
BLIS.TypedBackend.bli_csubd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csubd
.
BLIS.TypedBackend.bli_caxpyd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_caxpyd
.
BLIS.TypedBackend.bli_cscal2d!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cscal2d
.
BLIS.TypedBackend.bli_cscald!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cscald
.
BLIS.TypedBackend.bli_csetd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csetd
.
BLIS.TypedBackend.bli_cinvertd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cinvertd
.
BLIS.TypedBackend.bli_csetid!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csetid
.
BLIS.TypedBackend.bli_cshiftd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cshiftd
.
BLIS.TypedBackend.bli_cxpbyd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cxpbyd
.
BLIS.TypedBackend.bli_zaddd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zaddd
.
BLIS.TypedBackend.bli_zcopyd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zcopyd
.
BLIS.TypedBackend.bli_zsubd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsubd
.
BLIS.TypedBackend.bli_zaxpyd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zaxpyd
.
BLIS.TypedBackend.bli_zscal2d!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zscal2d
.
BLIS.TypedBackend.bli_zscald!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zscald
.
BLIS.TypedBackend.bli_zsetd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsetd
.
BLIS.TypedBackend.bli_zinvertd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zinvertd
.
BLIS.TypedBackend.bli_zsetid!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsetid
.
BLIS.TypedBackend.bli_zshiftd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zshiftd
.
BLIS.TypedBackend.bli_zxpbyd!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zxpbyd
.
BLIS.TypedBackend
: Level-1 Matrix
BLIS.TypedBackend.bli_saddm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_saddm
.
BLIS.TypedBackend.bli_scopym!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_scopym
.
BLIS.TypedBackend.bli_ssubm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssubm
.
BLIS.TypedBackend.bli_saxpym!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_saxpym
.
BLIS.TypedBackend.bli_sscal2m!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sscal2m
.
BLIS.TypedBackend.bli_sscalm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sscalm
.
BLIS.TypedBackend.bli_ssetm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssetm
.
BLIS.TypedBackend.bli_daddm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_daddm
.
BLIS.TypedBackend.bli_dcopym!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dcopym
.
BLIS.TypedBackend.bli_dsubm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsubm
.
BLIS.TypedBackend.bli_daxpym!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_daxpym
.
BLIS.TypedBackend.bli_dscal2m!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dscal2m
.
BLIS.TypedBackend.bli_dscalm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dscalm
.
BLIS.TypedBackend.bli_dsetm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsetm
.
BLIS.TypedBackend.bli_caddm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_caddm
.
BLIS.TypedBackend.bli_ccopym!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ccopym
.
BLIS.TypedBackend.bli_csubm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csubm
.
BLIS.TypedBackend.bli_caxpym!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_caxpym
.
BLIS.TypedBackend.bli_cscal2m!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cscal2m
.
BLIS.TypedBackend.bli_cscalm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cscalm
.
BLIS.TypedBackend.bli_csetm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csetm
.
BLIS.TypedBackend.bli_zaddm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zaddm
.
BLIS.TypedBackend.bli_zcopym!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zcopym
.
BLIS.TypedBackend.bli_zsubm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsubm
.
BLIS.TypedBackend.bli_zaxpym!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zaxpym
.
BLIS.TypedBackend.bli_zscal2m!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zscal2m
.
BLIS.TypedBackend.bli_zscalm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zscalm
.
BLIS.TypedBackend.bli_zsetm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsetm
.
BLIS.TypedBackend
: Level-1 Fused-vector
BLIS.TypedBackend.bli_saxpy2v!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_saxpy2v
.
BLIS.TypedBackend.bli_sdotaxpyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sdotaxpyv
.
BLIS.TypedBackend.bli_saxpyf!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_saxpyf
.
BLIS.TypedBackend.bli_sdotxf!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sdotxf
.
BLIS.TypedBackend.bli_sdotxaxpyf!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sdotxaxpyf
.
BLIS.TypedBackend.bli_daxpy2v!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_daxpy2v
.
BLIS.TypedBackend.bli_ddotaxpyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ddotaxpyv
.
BLIS.TypedBackend.bli_daxpyf!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_daxpyf
.
BLIS.TypedBackend.bli_ddotxf!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ddotxf
.
BLIS.TypedBackend.bli_ddotxaxpyf!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ddotxaxpyf
.
BLIS.TypedBackend.bli_caxpy2v!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_caxpy2v
.
BLIS.TypedBackend.bli_cdotaxpyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cdotaxpyv
.
BLIS.TypedBackend.bli_caxpyf!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_caxpyf
.
BLIS.TypedBackend.bli_cdotxf!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cdotxf
.
BLIS.TypedBackend.bli_cdotxaxpyf!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cdotxaxpyf
.
BLIS.TypedBackend.bli_zaxpy2v!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zaxpy2v
.
BLIS.TypedBackend.bli_zdotaxpyv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zdotaxpyv
.
BLIS.TypedBackend.bli_zaxpyf!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zaxpyf
.
BLIS.TypedBackend.bli_zdotxf!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zdotxf
.
BLIS.TypedBackend.bli_zdotxaxpyf!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zdotxaxpyf
.
BLIS.TypedBackend
: Level-2
BLIS.TypedBackend.bli_sher2!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sher2
.
BLIS.TypedBackend.bli_ssyr2!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssyr2
.
BLIS.TypedBackend.bli_shemv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_shemv
.
BLIS.TypedBackend.bli_ssymv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssymv
.
BLIS.TypedBackend.bli_strmv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_strmv
.
BLIS.TypedBackend.bli_strsv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_strsv
.
BLIS.TypedBackend.bli_sgemv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sgemv
.
BLIS.TypedBackend.bli_sger!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sger
.
BLIS.TypedBackend.bli_sher!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sher
.
BLIS.TypedBackend.bli_ssyr!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssyr
.
BLIS.TypedBackend.bli_dher2!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dher2
.
BLIS.TypedBackend.bli_dsyr2!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsyr2
.
BLIS.TypedBackend.bli_dhemv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dhemv
.
BLIS.TypedBackend.bli_dsymv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsymv
.
BLIS.TypedBackend.bli_dtrmv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dtrmv
.
BLIS.TypedBackend.bli_dtrsv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dtrsv
.
BLIS.TypedBackend.bli_dgemv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dgemv
.
BLIS.TypedBackend.bli_dger!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dger
.
BLIS.TypedBackend.bli_dher!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dher
.
BLIS.TypedBackend.bli_dsyr!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsyr
.
BLIS.TypedBackend.bli_cher2!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cher2
.
BLIS.TypedBackend.bli_csyr2!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csyr2
.
BLIS.TypedBackend.bli_chemv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_chemv
.
BLIS.TypedBackend.bli_csymv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csymv
.
BLIS.TypedBackend.bli_ctrmv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ctrmv
.
BLIS.TypedBackend.bli_ctrsv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ctrsv
.
BLIS.TypedBackend.bli_cgemv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cgemv
.
BLIS.TypedBackend.bli_cger!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cger
.
BLIS.TypedBackend.bli_cher!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cher
.
BLIS.TypedBackend.bli_csyr!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csyr
.
BLIS.TypedBackend.bli_zher2!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zher2
.
BLIS.TypedBackend.bli_zsyr2!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsyr2
.
BLIS.TypedBackend.bli_zhemv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zhemv
.
BLIS.TypedBackend.bli_zsymv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsymv
.
BLIS.TypedBackend.bli_ztrmv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ztrmv
.
BLIS.TypedBackend.bli_ztrsv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ztrsv
.
BLIS.TypedBackend.bli_zgemv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zgemv
.
BLIS.TypedBackend.bli_zger!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zger
.
BLIS.TypedBackend.bli_zher!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zher
.
BLIS.TypedBackend.bli_zsyr!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsyr
.
BLIS.TypedBackend
: Level-3
BLIS.TypedBackend.bli_shemm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_shemm
.
BLIS.TypedBackend.bli_ssymm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssymm
.
BLIS.TypedBackend.bli_strmm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_strmm
.
BLIS.TypedBackend.bli_strsm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_strsm
.
BLIS.TypedBackend.bli_sgemm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sgemm
.
BLIS.TypedBackend.bli_sgemmt!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sgemmt
.
BLIS.TypedBackend.bli_sherk!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sherk
.
BLIS.TypedBackend.bli_sher2k!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sher2k
.
BLIS.TypedBackend.bli_ssyrk!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssyrk
.
BLIS.TypedBackend.bli_ssyr2k!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssyr2k
.
BLIS.TypedBackend.bli_strmm3!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_strmm3
.
BLIS.TypedBackend.bli_dhemm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dhemm
.
BLIS.TypedBackend.bli_dsymm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsymm
.
BLIS.TypedBackend.bli_dtrmm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dtrmm
.
BLIS.TypedBackend.bli_dtrsm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dtrsm
.
BLIS.TypedBackend.bli_dgemm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dgemm
.
BLIS.TypedBackend.bli_dgemmt!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dgemmt
.
BLIS.TypedBackend.bli_dherk!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dherk
.
BLIS.TypedBackend.bli_dher2k!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dher2k
.
BLIS.TypedBackend.bli_dsyrk!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsyrk
.
BLIS.TypedBackend.bli_dsyr2k!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsyr2k
.
BLIS.TypedBackend.bli_dtrmm3!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dtrmm3
.
BLIS.TypedBackend.bli_chemm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_chemm
.
BLIS.TypedBackend.bli_csymm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csymm
.
BLIS.TypedBackend.bli_ctrmm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ctrmm
.
BLIS.TypedBackend.bli_ctrsm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ctrsm
.
BLIS.TypedBackend.bli_cgemm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cgemm
.
BLIS.TypedBackend.bli_cgemmt!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cgemmt
.
BLIS.TypedBackend.bli_cherk!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cherk
.
BLIS.TypedBackend.bli_cher2k!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cher2k
.
BLIS.TypedBackend.bli_csyrk!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csyrk
.
BLIS.TypedBackend.bli_csyr2k!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csyr2k
.
BLIS.TypedBackend.bli_ctrmm3!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ctrmm3
.
BLIS.TypedBackend.bli_zhemm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zhemm
.
BLIS.TypedBackend.bli_zsymm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsymm
.
BLIS.TypedBackend.bli_ztrmm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ztrmm
.
BLIS.TypedBackend.bli_ztrsm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ztrsm
.
BLIS.TypedBackend.bli_zgemm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zgemm
.
BLIS.TypedBackend.bli_zgemmt!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zgemmt
.
BLIS.TypedBackend.bli_zherk!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zherk
.
BLIS.TypedBackend.bli_zher2k!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zher2k
.
BLIS.TypedBackend.bli_zsyrk!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsyrk
.
BLIS.TypedBackend.bli_zsyr2k!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsyr2k
.
BLIS.TypedBackend.bli_ztrmm3!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ztrmm3
.
BLIS.TypedBackend
: Utility-level
BLIS.TypedBackend.bli_snorm1v!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_snorm1v
.
BLIS.TypedBackend.bli_snormfv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_snormfv
.
BLIS.TypedBackend.bli_snormiv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_snormiv
.
BLIS.TypedBackend.bli_snorm1m!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_snorm1m
.
BLIS.TypedBackend.bli_snormfm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_snormfm
.
BLIS.TypedBackend.bli_snormim!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_snormim
.
BLIS.TypedBackend.bli_smkherm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_smkherm
.
BLIS.TypedBackend.bli_smksymm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_smksymm
.
BLIS.TypedBackend.bli_smktrim!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_smktrim
.
BLIS.TypedBackend.bli_srandv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_srandv
.
BLIS.TypedBackend.bli_srandnv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_srandnv
.
BLIS.TypedBackend.bli_srandm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_srandm
.
BLIS.TypedBackend.bli_srandnm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_srandnm
.
BLIS.TypedBackend.bli_sasumv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sasumv
.
BLIS.TypedBackend.bli_sprintv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sprintv
.
BLIS.TypedBackend.bli_sprintm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_sprintm
.
BLIS.TypedBackend.bli_ssumsqv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_ssumsqv
.
BLIS.TypedBackend.bli_dnorm1v!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dnorm1v
.
BLIS.TypedBackend.bli_dnormfv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dnormfv
.
BLIS.TypedBackend.bli_dnormiv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dnormiv
.
BLIS.TypedBackend.bli_dnorm1m!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dnorm1m
.
BLIS.TypedBackend.bli_dnormfm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dnormfm
.
BLIS.TypedBackend.bli_dnormim!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dnormim
.
BLIS.TypedBackend.bli_dmkherm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dmkherm
.
BLIS.TypedBackend.bli_dmksymm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dmksymm
.
BLIS.TypedBackend.bli_dmktrim!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dmktrim
.
BLIS.TypedBackend.bli_drandv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_drandv
.
BLIS.TypedBackend.bli_drandnv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_drandnv
.
BLIS.TypedBackend.bli_drandm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_drandm
.
BLIS.TypedBackend.bli_drandnm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_drandnm
.
BLIS.TypedBackend.bli_dasumv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dasumv
.
BLIS.TypedBackend.bli_dprintv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dprintv
.
BLIS.TypedBackend.bli_dprintm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dprintm
.
BLIS.TypedBackend.bli_dsumsqv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_dsumsqv
.
BLIS.TypedBackend.bli_cnorm1v!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cnorm1v
.
BLIS.TypedBackend.bli_cnormfv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cnormfv
.
BLIS.TypedBackend.bli_cnormiv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cnormiv
.
BLIS.TypedBackend.bli_cnorm1m!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cnorm1m
.
BLIS.TypedBackend.bli_cnormfm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cnormfm
.
BLIS.TypedBackend.bli_cnormim!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cnormim
.
BLIS.TypedBackend.bli_cmkherm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cmkherm
.
BLIS.TypedBackend.bli_cmksymm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cmksymm
.
BLIS.TypedBackend.bli_cmktrim!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cmktrim
.
BLIS.TypedBackend.bli_crandv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_crandv
.
BLIS.TypedBackend.bli_crandnv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_crandnv
.
BLIS.TypedBackend.bli_crandm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_crandm
.
BLIS.TypedBackend.bli_crandnm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_crandnm
.
BLIS.TypedBackend.bli_casumv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_casumv
.
BLIS.TypedBackend.bli_cprintv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cprintv
.
BLIS.TypedBackend.bli_cprintm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_cprintm
.
BLIS.TypedBackend.bli_csumsqv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_csumsqv
.
BLIS.TypedBackend.bli_znorm1v!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_znorm1v
.
BLIS.TypedBackend.bli_znormfv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_znormfv
.
BLIS.TypedBackend.bli_znormiv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_znormiv
.
BLIS.TypedBackend.bli_znorm1m!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_znorm1m
.
BLIS.TypedBackend.bli_znormfm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_znormfm
.
BLIS.TypedBackend.bli_znormim!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_znormim
.
BLIS.TypedBackend.bli_zmkherm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zmkherm
.
BLIS.TypedBackend.bli_zmksymm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zmksymm
.
BLIS.TypedBackend.bli_zmktrim!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zmktrim
.
BLIS.TypedBackend.bli_zrandv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zrandv
.
BLIS.TypedBackend.bli_zrandnv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zrandnv
.
BLIS.TypedBackend.bli_zrandm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zrandm
.
BLIS.TypedBackend.bli_zrandnm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zrandnm
.
BLIS.TypedBackend.bli_zasumv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zasumv
.
BLIS.TypedBackend.bli_zprintv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zprintv
.
BLIS.TypedBackend.bli_zprintm!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zprintm
.
BLIS.TypedBackend.bli_zsumsqv!
— FunctionAutogenerated BLIS Typed-API function. For usage refer the BLIS docs for bli_zsumsqv
.