cuBLAS (nvmath.bindings.cublas)#

For detailed documentation on the original C APIs, refer to thecuBLAS documentation.

Enums and constants#

AtomicsMode(value[, names, module, ...])

SeecublasAtomicsMode_t.

ComputeType(value[, names, module, ...])

SeecublasComputeType_t.

cuBLASError(status)

DiagType(value[, names, module, qualname, ...])

SeecublasDiagType_t.

FillMode(value[, names, module, qualname, ...])

SeecublasFillMode_t.

GemmAlgo(value[, names, module, qualname, ...])

SeecublasGemmAlgo_t.

Math(value[, names, module, qualname, type, ...])

SeecublasMath_t.

Operation(value[, names, module, qualname, ...])

SeecublasOperation_t.

PointerMode(value[, names, module, ...])

SeecublasPointerMode_t.

SideMode(value[, names, module, qualname, ...])

SeecublasSideMode_t.

Status(value[, names, module, qualname, ...])

SeecublasStatus_t.

Functions#

asum_ex(intptr_t handle, int n, intptr_t x, ...)

SeecublasAsumEx.

asum_ex_64(intptr_t handle, int64_t n, ...)

SeecublasAsumEx_64.

axpy_ex(intptr_t handle, int n, ...)

SeecublasAxpyEx.

axpy_ex_64(intptr_t handle, int64_t n, ...)

SeecublasAxpyEx_64.

caxpy(intptr_t handle, int n, ...)

SeecublasCaxpy.

caxpy_64(intptr_t handle, int64_t n, ...)

SeecublasCaxpy_64.

ccopy(intptr_t handle, int n, intptr_t x, ...)

SeecublasCcopy.

ccopy_64(intptr_t handle, int64_t n, ...)

SeecublasCcopy_64.

cdgmm(intptr_t handle, int mode, int m, ...)

SeecublasCdgmm.

cdgmm_64(intptr_t handle, int mode, ...)

SeecublasCdgmm_64.

cdotc(intptr_t handle, int n, intptr_t x, ...)

SeecublasCdotc.

cdotc_64(intptr_t handle, int64_t n, ...)

SeecublasCdotc_64.

cdotu(intptr_t handle, int n, intptr_t x, ...)

SeecublasCdotu.

cdotu_64(intptr_t handle, int64_t n, ...)

SeecublasCdotu_64.

cgbmv(intptr_t handle, int trans, int m, ...)

SeecublasCgbmv.

cgbmv_64(intptr_t handle, int trans, ...)

SeecublasCgbmv_64.

cgeam(intptr_t handle, int transa, ...)

SeecublasCgeam.

cgeam_64(intptr_t handle, int transa, ...)

SeecublasCgeam_64.

cgels_batched(intptr_t handle, int trans, ...)

SeecublasCgelsBatched.

cgemm(intptr_t handle, int transa, ...)

SeecublasCgemm.

cgemm_64(intptr_t handle, int transa, ...)

SeecublasCgemm_64.

cgemm_batched(intptr_t handle, int transa, ...)

SeecublasCgemmBatched.

cgemm_batched_64(intptr_t handle, ...)

SeecublasCgemmBatched_64.

cgemm_ex(intptr_t handle, int transa, ...)

SeecublasCgemmEx.

cgemm_ex_64(intptr_t handle, int transa, ...)

SeecublasCgemmEx_64.

cgemm_strided_batched(intptr_t handle, ...)

SeecublasCgemmStridedBatched.

cgemm_strided_batched_64(intptr_t handle, ...)

SeecublasCgemmStridedBatched_64.

cgemm3m(intptr_t handle, int transa, ...)

SeecublasCgemm3m.

cgemm3m_64(intptr_t handle, int transa, ...)

SeecublasCgemm3m_64.

cgemm3m_batched(intptr_t handle, int transa, ...)

SeecublasCgemm3mBatched.

cgemm3m_batched_64(intptr_t handle, ...)

SeecublasCgemm3mBatched_64.

cgemm3m_ex(intptr_t handle, int transa, ...)

SeecublasCgemm3mEx.

cgemm3m_ex_64(intptr_t handle, int transa, ...)

SeecublasCgemm3mEx_64.

cgemm3m_strided_batched(intptr_t handle, ...)

SeecublasCgemm3mStridedBatched.

cgemm3m_strided_batched_64(intptr_t handle, ...)

SeecublasCgemm3mStridedBatched_64.

cgemv(intptr_t handle, int trans, int m, ...)

SeecublasCgemv.

cgemv_64(intptr_t handle, int trans, ...)

SeecublasCgemv_64.

cgemv_batched(intptr_t handle, int trans, ...)

SeecublasCgemvBatched.

cgemv_batched_64(intptr_t handle, int trans, ...)

SeecublasCgemvBatched_64.

cgemv_strided_batched(intptr_t handle, ...)

SeecublasCgemvStridedBatched.

cgemv_strided_batched_64(intptr_t handle, ...)

SeecublasCgemvStridedBatched_64.

cgeqrf_batched(intptr_t handle, int m, ...)

SeecublasCgeqrfBatched.

cgerc(intptr_t handle, int m, int n, ...)

SeecublasCgerc.

cgerc_64(intptr_t handle, int64_t m, ...)

SeecublasCgerc_64.

cgeru(intptr_t handle, int m, int n, ...)

SeecublasCgeru.

cgeru_64(intptr_t handle, int64_t m, ...)

SeecublasCgeru_64.

cgetrf_batched(intptr_t handle, int n, ...)

SeecublasCgetrfBatched.

cgetri_batched(intptr_t handle, int n, ...)

SeecublasCgetriBatched.

cgetrs_batched(intptr_t handle, int trans, ...)

SeecublasCgetrsBatched.

chbmv(intptr_t handle, int uplo, int n, ...)

SeecublasChbmv.

chbmv_64(intptr_t handle, int uplo, ...)

SeecublasChbmv_64.

check_status(int status)

chemm(intptr_t handle, int side, int uplo, ...)

SeecublasChemm.

chemm_64(intptr_t handle, int side, ...)

SeecublasChemm_64.

chemv(intptr_t handle, int uplo, int n, ...)

SeecublasChemv.

chemv_64(intptr_t handle, int uplo, ...)

SeecublasChemv_64.

cher(intptr_t handle, int uplo, int n, ...)

SeecublasCher.

cher_64(intptr_t handle, int uplo, ...)

SeecublasCher_64.

cher2(intptr_t handle, int uplo, int n, ...)

SeecublasCher2.

cher2_64(intptr_t handle, int uplo, ...)

SeecublasCher2_64.

cher2k(intptr_t handle, int uplo, int trans, ...)

SeecublasCher2k.

cher2k_64(intptr_t handle, int uplo, ...)

SeecublasCher2k_64.

cherk(intptr_t handle, int uplo, int trans, ...)

SeecublasCherk.

cherk_64(intptr_t handle, int uplo, ...)

SeecublasCherk_64.

cherk_ex(intptr_t handle, int uplo, ...)

SeecublasCherkEx.

cherk_ex_64(intptr_t handle, int uplo, ...)

SeecublasCherkEx_64.

cherk3m_ex(intptr_t handle, int uplo, ...)

SeecublasCherk3mEx.

cherk3m_ex_64(intptr_t handle, int uplo, ...)

SeecublasCherk3mEx_64.

cherkx(intptr_t handle, int uplo, int trans, ...)

SeecublasCherkx.

cherkx_64(intptr_t handle, int uplo, ...)

SeecublasCherkx_64.

chpmv(intptr_t handle, int uplo, int n, ...)

SeecublasChpmv.

chpmv_64(intptr_t handle, int uplo, ...)

SeecublasChpmv_64.

chpr(intptr_t handle, int uplo, int n, ...)

SeecublasChpr.

chpr_64(intptr_t handle, int uplo, ...)

SeecublasChpr_64.

chpr2(intptr_t handle, int uplo, int n, ...)

SeecublasChpr2.

chpr2_64(intptr_t handle, int uplo, ...)

SeecublasChpr2_64.

cmatinv_batched(intptr_t handle, int n, ...)

SeecublasCmatinvBatched.

copy_ex(intptr_t handle, int n, intptr_t x, ...)

SeecublasCopyEx.

copy_ex_64(intptr_t handle, int64_t n, ...)

SeecublasCopyEx_64.

create()

SeecublasCreate.

crot(intptr_t handle, int n, intptr_t x, ...)

SeecublasCrot.

crot_64(intptr_t handle, int64_t n, ...)

SeecublasCrot_64.

crotg(intptr_t handle, intptr_t a, ...)

SeecublasCrotg.

cscal(intptr_t handle, int n, ...)

SeecublasCscal.

cscal_64(intptr_t handle, int64_t n, ...)

SeecublasCscal_64.

csrot(intptr_t handle, int n, intptr_t x, ...)

SeecublasCsrot.

csrot_64(intptr_t handle, int64_t n, ...)

SeecublasCsrot_64.

csscal(intptr_t handle, int n, ...)

SeecublasCsscal.

csscal_64(intptr_t handle, int64_t n, ...)

SeecublasCsscal_64.

cswap(intptr_t handle, int n, intptr_t x, ...)

SeecublasCswap.

cswap_64(intptr_t handle, int64_t n, ...)

SeecublasCswap_64.

csymm(intptr_t handle, int side, int uplo, ...)

SeecublasCsymm.

csymm_64(intptr_t handle, int side, ...)

SeecublasCsymm_64.

csymv(intptr_t handle, int uplo, int n, ...)

SeecublasCsymv.

csymv_64(intptr_t handle, int uplo, ...)

SeecublasCsymv_64.

csyr(intptr_t handle, int uplo, int n, ...)

SeecublasCsyr.

csyr_64(intptr_t handle, int uplo, ...)

SeecublasCsyr_64.

csyr2(intptr_t handle, int uplo, int n, ...)

SeecublasCsyr2.

csyr2_64(intptr_t handle, int uplo, ...)

SeecublasCsyr2_64.

csyr2k(intptr_t handle, int uplo, int trans, ...)

SeecublasCsyr2k.

csyr2k_64(intptr_t handle, int uplo, ...)

SeecublasCsyr2k_64.

csyrk(intptr_t handle, int uplo, int trans, ...)

SeecublasCsyrk.

csyrk_64(intptr_t handle, int uplo, ...)

SeecublasCsyrk_64.

csyrk_ex(intptr_t handle, int uplo, ...)

SeecublasCsyrkEx.

csyrk_ex_64(intptr_t handle, int uplo, ...)

SeecublasCsyrkEx_64.

csyrk3m_ex(intptr_t handle, int uplo, ...)

SeecublasCsyrk3mEx.

csyrk3m_ex_64(intptr_t handle, int uplo, ...)

SeecublasCsyrk3mEx_64.

csyrkx(intptr_t handle, int uplo, int trans, ...)

SeecublasCsyrkx.

csyrkx_64(intptr_t handle, int uplo, ...)

SeecublasCsyrkx_64.

ctbmv(intptr_t handle, int uplo, int trans, ...)

SeecublasCtbmv.

ctbmv_64(intptr_t handle, int uplo, ...)

SeecublasCtbmv_64.

ctbsv(intptr_t handle, int uplo, int trans, ...)

SeecublasCtbsv.

ctbsv_64(intptr_t handle, int uplo, ...)

SeecublasCtbsv_64.

ctpmv(intptr_t handle, int uplo, int trans, ...)

SeecublasCtpmv.

ctpmv_64(intptr_t handle, int uplo, ...)

SeecublasCtpmv_64.

ctpsv(intptr_t handle, int uplo, int trans, ...)

SeecublasCtpsv.

ctpsv_64(intptr_t handle, int uplo, ...)

SeecublasCtpsv_64.

ctpttr(intptr_t handle, int uplo, int n, ...)

SeecublasCtpttr.

ctrmm(intptr_t handle, int side, int uplo, ...)

SeecublasCtrmm.

ctrmm_64(intptr_t handle, int side, ...)

SeecublasCtrmm_64.

ctrmv(intptr_t handle, int uplo, int trans, ...)

SeecublasCtrmv.

ctrmv_64(intptr_t handle, int uplo, ...)

SeecublasCtrmv_64.

ctrsm(intptr_t handle, int side, int uplo, ...)

SeecublasCtrsm.

ctrsm_64(intptr_t handle, int side, ...)

SeecublasCtrsm_64.

ctrsm_batched(intptr_t handle, int side, ...)

SeecublasCtrsmBatched.

ctrsm_batched_64(intptr_t handle, int side, ...)

SeecublasCtrsmBatched_64.

ctrsv(intptr_t handle, int uplo, int trans, ...)

SeecublasCtrsv.

ctrsv_64(intptr_t handle, int uplo, ...)

SeecublasCtrsv_64.

ctrttp(intptr_t handle, int uplo, int n, ...)

SeecublasCtrttp.

dasum(intptr_t handle, int n, intptr_t x, ...)

SeecublasDasum.

dasum_64(intptr_t handle, int64_t n, ...)

SeecublasDasum_64.

daxpy(intptr_t handle, int n, ...)

SeecublasDaxpy.

daxpy_64(intptr_t handle, int64_t n, ...)

SeecublasDaxpy_64.

dcopy(intptr_t handle, int n, intptr_t x, ...)

SeecublasDcopy.

dcopy_64(intptr_t handle, int64_t n, ...)

SeecublasDcopy_64.

ddgmm(intptr_t handle, int mode, int m, ...)

SeecublasDdgmm.

ddgmm_64(intptr_t handle, int mode, ...)

SeecublasDdgmm_64.

ddot(intptr_t handle, int n, intptr_t x, ...)

SeecublasDdot.

ddot_64(intptr_t handle, int64_t n, ...)

SeecublasDdot_64.

destroy(intptr_t handle)

SeecublasDestroy.

dgbmv(intptr_t handle, int trans, int m, ...)

SeecublasDgbmv.

dgbmv_64(intptr_t handle, int trans, ...)

SeecublasDgbmv_64.

dgeam(intptr_t handle, int transa, ...)

SeecublasDgeam.

dgeam_64(intptr_t handle, int transa, ...)

SeecublasDgeam_64.

dgels_batched(intptr_t handle, int trans, ...)

SeecublasDgelsBatched.

dgemm(intptr_t handle, int transa, ...)

SeecublasDgemm.

dgemm_64(intptr_t handle, int transa, ...)

SeecublasDgemm_64.

dgemm_batched(intptr_t handle, int transa, ...)

SeecublasDgemmBatched.

dgemm_batched_64(intptr_t handle, ...)

SeecublasDgemmBatched_64.

dgemm_grouped_batched(intptr_t handle, ...)

SeecublasDgemmGroupedBatched.

dgemm_grouped_batched_64(intptr_t handle, ...)

SeecublasDgemmGroupedBatched_64.

dgemm_strided_batched(intptr_t handle, ...)

SeecublasDgemmStridedBatched.

dgemm_strided_batched_64(intptr_t handle, ...)

SeecublasDgemmStridedBatched_64.

dgemv(intptr_t handle, int trans, int m, ...)

SeecublasDgemv.

dgemv_64(intptr_t handle, int trans, ...)

SeecublasDgemv_64.

dgemv_batched(intptr_t handle, int trans, ...)

SeecublasDgemvBatched.

dgemv_batched_64(intptr_t handle, int trans, ...)

SeecublasDgemvBatched_64.

dgemv_strided_batched(intptr_t handle, ...)

SeecublasDgemvStridedBatched.

dgemv_strided_batched_64(intptr_t handle, ...)

SeecublasDgemvStridedBatched_64.

dgeqrf_batched(intptr_t handle, int m, ...)

SeecublasDgeqrfBatched.

dger(intptr_t handle, int m, int n, ...)

SeecublasDger.

dger_64(intptr_t handle, int64_t m, ...)

SeecublasDger_64.

dgetrf_batched(intptr_t handle, int n, ...)

SeecublasDgetrfBatched.

dgetri_batched(intptr_t handle, int n, ...)

SeecublasDgetriBatched.

dgetrs_batched(intptr_t handle, int trans, ...)

SeecublasDgetrsBatched.

dmatinv_batched(intptr_t handle, int n, ...)

SeecublasDmatinvBatched.

dnrm2(intptr_t handle, int n, intptr_t x, ...)

SeecublasDnrm2.

dnrm2_64(intptr_t handle, int64_t n, ...)

SeecublasDnrm2_64.

dot_ex(intptr_t handle, int n, intptr_t x, ...)

SeecublasDotEx.

dot_ex_64(intptr_t handle, int64_t n, ...)

SeecublasDotEx_64.

dotc_ex(intptr_t handle, int n, intptr_t x, ...)

SeecublasDotcEx.

dotc_ex_64(intptr_t handle, int64_t n, ...)

SeecublasDotcEx_64.

drot(intptr_t handle, int n, intptr_t x, ...)

SeecublasDrot.

drot_64(intptr_t handle, int64_t n, ...)

SeecublasDrot_64.

drotg(intptr_t handle, intptr_t a, ...)

SeecublasDrotg.

drotm(intptr_t handle, int n, intptr_t x, ...)

SeecublasDrotm.

drotm_64(intptr_t handle, int64_t n, ...)

SeecublasDrotm_64.

drotmg(intptr_t handle, intptr_t d1, ...)

SeecublasDrotmg.

dsbmv(intptr_t handle, int uplo, int n, ...)

SeecublasDsbmv.

dsbmv_64(intptr_t handle, int uplo, ...)

SeecublasDsbmv_64.

dscal(intptr_t handle, int n, ...)

SeecublasDscal.

dscal_64(intptr_t handle, int64_t n, ...)

SeecublasDscal_64.

dspmv(intptr_t handle, int uplo, int n, ...)

SeecublasDspmv.

dspmv_64(intptr_t handle, int uplo, ...)

SeecublasDspmv_64.

dspr(intptr_t handle, int uplo, int n, ...)

SeecublasDspr.

dspr_64(intptr_t handle, int uplo, ...)

SeecublasDspr_64.

dspr2(intptr_t handle, int uplo, int n, ...)

SeecublasDspr2.

dspr2_64(intptr_t handle, int uplo, ...)

SeecublasDspr2_64.

dswap(intptr_t handle, int n, intptr_t x, ...)

SeecublasDswap.

dswap_64(intptr_t handle, int64_t n, ...)

SeecublasDswap_64.

dsymm(intptr_t handle, int side, int uplo, ...)

SeecublasDsymm.

dsymm_64(intptr_t handle, int side, ...)

SeecublasDsymm_64.

dsymv(intptr_t handle, int uplo, int n, ...)

SeecublasDsymv.

dsymv_64(intptr_t handle, int uplo, ...)

SeecublasDsymv_64.

dsyr(intptr_t handle, int uplo, int n, ...)

SeecublasDsyr.

dsyr_64(intptr_t handle, int uplo, ...)

SeecublasDsyr_64.

dsyr2(intptr_t handle, int uplo, int n, ...)

SeecublasDsyr2.

dsyr2_64(intptr_t handle, int uplo, ...)

SeecublasDsyr2_64.

dsyr2k(intptr_t handle, int uplo, int trans, ...)

SeecublasDsyr2k.

dsyr2k_64(intptr_t handle, int uplo, ...)

SeecublasDsyr2k_64.

dsyrk(intptr_t handle, int uplo, int trans, ...)

SeecublasDsyrk.

dsyrk_64(intptr_t handle, int uplo, ...)

SeecublasDsyrk_64.

dsyrkx(intptr_t handle, int uplo, int trans, ...)

SeecublasDsyrkx.

dsyrkx_64(intptr_t handle, int uplo, ...)

SeecublasDsyrkx_64.

dtbmv(intptr_t handle, int uplo, int trans, ...)

SeecublasDtbmv.

dtbmv_64(intptr_t handle, int uplo, ...)

SeecublasDtbmv_64.

dtbsv(intptr_t handle, int uplo, int trans, ...)

SeecublasDtbsv.

dtbsv_64(intptr_t handle, int uplo, ...)

SeecublasDtbsv_64.

dtpmv(intptr_t handle, int uplo, int trans, ...)

SeecublasDtpmv.

dtpmv_64(intptr_t handle, int uplo, ...)

SeecublasDtpmv_64.

dtpsv(intptr_t handle, int uplo, int trans, ...)

SeecublasDtpsv.

dtpsv_64(intptr_t handle, int uplo, ...)

SeecublasDtpsv_64.

dtpttr(intptr_t handle, int uplo, int n, ...)

SeecublasDtpttr.

dtrmm(intptr_t handle, int side, int uplo, ...)

SeecublasDtrmm.

dtrmm_64(intptr_t handle, int side, ...)

SeecublasDtrmm_64.

dtrmv(intptr_t handle, int uplo, int trans, ...)

SeecublasDtrmv.

dtrmv_64(intptr_t handle, int uplo, ...)

SeecublasDtrmv_64.

dtrsm(intptr_t handle, int side, int uplo, ...)

SeecublasDtrsm.

dtrsm_64(intptr_t handle, int side, ...)

SeecublasDtrsm_64.

dtrsm_batched(intptr_t handle, int side, ...)

SeecublasDtrsmBatched.

dtrsm_batched_64(intptr_t handle, int side, ...)

SeecublasDtrsmBatched_64.

dtrsv(intptr_t handle, int uplo, int trans, ...)

SeecublasDtrsv.

dtrsv_64(intptr_t handle, int uplo, ...)

SeecublasDtrsv_64.

dtrttp(intptr_t handle, int uplo, int n, ...)

SeecublasDtrttp.

dzasum(intptr_t handle, int n, intptr_t x, ...)

SeecublasDzasum.

dzasum_64(intptr_t handle, int64_t n, ...)

SeecublasDzasum_64.

dznrm2(intptr_t handle, int n, intptr_t x, ...)

SeecublasDznrm2.

dznrm2_64(intptr_t handle, int64_t n, ...)

SeecublasDznrm2_64.

gemm_batched_ex(intptr_t handle, int transa, ...)

SeecublasGemmBatchedEx.

gemm_batched_ex_64(intptr_t handle, ...)

SeecublasGemmBatchedEx_64.

gemm_ex(intptr_t handle, int transa, ...)

SeecublasGemmEx.

gemm_ex_64(intptr_t handle, int transa, ...)

SeecublasGemmEx_64.

gemm_grouped_batched_ex(intptr_t handle, ...)

SeecublasGemmGroupedBatchedEx.

gemm_grouped_batched_ex_64(intptr_t handle, ...)

SeecublasGemmGroupedBatchedEx_64.

gemm_strided_batched_ex(intptr_t handle, ...)

SeecublasGemmStridedBatchedEx.

gemm_strided_batched_ex_64(intptr_t handle, ...)

SeecublasGemmStridedBatchedEx_64.

get_atomics_mode(intptr_t handle)

SeecublasGetAtomicsMode.

get_cudart_version()

SeecublasGetCudartVersion.

get_math_mode(intptr_t handle)

SeecublasGetMathMode.

get_matrix(int rows, int cols, ...)

SeecublasGetMatrix.

get_matrix_64(int64_t rows, int64_t cols, ...)

SeecublasGetMatrix_64.

get_matrix_async(int rows, int cols, ...)

SeecublasGetMatrixAsync.

get_matrix_async_64(int64_t rows, ...)

SeecublasGetMatrixAsync_64.

get_pointer_mode(intptr_t handle)

SeecublasGetPointerMode.

get_property(int type)

SeecublasGetProperty.

get_sm_count_target(intptr_t handle)

SeecublasGetSmCountTarget.

get_status_name(int status)

SeecublasGetStatusName.

get_status_string(int status)

SeecublasGetStatusString.

get_stream(intptr_t handle)

SeecublasGetStream.

get_vector(int n, int elem_size, intptr_t x, ...)

SeecublasGetVector.

get_vector_64(int64_t n, int64_t elem_size, ...)

SeecublasGetVector_64.

get_vector_async(int n, int elem_size, ...)

SeecublasGetVectorAsync.

get_vector_async_64(int64_t n, ...)

SeecublasGetVectorAsync_64.

get_version(intptr_t handle)

SeecublasGetVersion.

iamax_ex(intptr_t handle, int n, intptr_t x, ...)

SeecublasIamaxEx.

iamax_ex_64(intptr_t handle, int64_t n, ...)

SeecublasIamaxEx_64.

iamin_ex(intptr_t handle, int n, intptr_t x, ...)

SeecublasIaminEx.

iamin_ex_64(intptr_t handle, int64_t n, ...)

SeecublasIaminEx_64.

icamax(intptr_t handle, int n, intptr_t x, ...)

SeecublasIcamax.

icamax_64(intptr_t handle, int64_t n, ...)

SeecublasIcamax_64.

icamin(intptr_t handle, int n, intptr_t x, ...)

SeecublasIcamin.

icamin_64(intptr_t handle, int64_t n, ...)

SeecublasIcamin_64.

idamax(intptr_t handle, int n, intptr_t x, ...)

SeecublasIdamax.

idamax_64(intptr_t handle, int64_t n, ...)

SeecublasIdamax_64.

idamin(intptr_t handle, int n, intptr_t x, ...)

SeecublasIdamin.

idamin_64(intptr_t handle, int64_t n, ...)

SeecublasIdamin_64.

isamax(intptr_t handle, int n, intptr_t x, ...)

SeecublasIsamax.

isamax_64(intptr_t handle, int64_t n, ...)

SeecublasIsamax_64.

isamin(intptr_t handle, int n, intptr_t x, ...)

SeecublasIsamin.

isamin_64(intptr_t handle, int64_t n, ...)

SeecublasIsamin_64.

izamax(intptr_t handle, int n, intptr_t x, ...)

SeecublasIzamax.

izamax_64(intptr_t handle, int64_t n, ...)

SeecublasIzamax_64.

izamin(intptr_t handle, int n, intptr_t x, ...)

SeecublasIzamin.

izamin_64(intptr_t handle, int64_t n, ...)

SeecublasIzamin_64.

logger_configure(int log_is_on, ...)

SeecublasLoggerConfigure.

nrm2_ex(intptr_t handle, int n, intptr_t x, ...)

SeecublasNrm2Ex.

nrm2ex_64(intptr_t handle, int64_t n, ...)

SeecublasNrm2Ex_64.

rot_ex(intptr_t handle, int n, intptr_t x, ...)

SeecublasRotEx.

rot_ex_64(intptr_t handle, int64_t n, ...)

SeecublasRotEx_64.

rotg_ex(intptr_t handle, intptr_t a, ...)

SeecublasRotgEx.

rotm_ex(intptr_t handle, int n, intptr_t x, ...)

SeecublasRotmEx.

rotm_ex_64(intptr_t handle, int64_t n, ...)

SeecublasRotmEx_64.

rotmg_ex(intptr_t handle, intptr_t d1, ...)

SeecublasRotmgEx.

sasum(intptr_t handle, int n, intptr_t x, ...)

SeecublasSasum.

sasum_64(intptr_t handle, int64_t n, ...)

SeecublasSasum_64.

saxpy(intptr_t handle, int n, ...)

SeecublasSaxpy.

saxpy_64(intptr_t handle, int64_t n, ...)

SeecublasSaxpy_64.

scal_ex(intptr_t handle, int n, ...)

SeecublasScalEx.

scal_ex_64(intptr_t handle, int64_t n, ...)

SeecublasScalEx_64.

scasum(intptr_t handle, int n, intptr_t x, ...)

SeecublasScasum.

scasum_64(intptr_t handle, int64_t n, ...)

SeecublasScasum_64.

scnrm2(intptr_t handle, int n, intptr_t x, ...)

SeecublasScnrm2.

scnrm2_64(intptr_t handle, int64_t n, ...)

SeecublasScnrm2_64.

scopy(intptr_t handle, int n, intptr_t x, ...)

SeecublasScopy.

scopy_64(intptr_t handle, int64_t n, ...)

SeecublasScopy_64.

sdgmm(intptr_t handle, int mode, int m, ...)

SeecublasSdgmm.

sdgmm_64(intptr_t handle, int mode, ...)

SeecublasSdgmm_64.

sdot(intptr_t handle, int n, intptr_t x, ...)

SeecublasSdot.

sdot_64(intptr_t handle, int64_t n, ...)

SeecublasSdot_64.

set_atomics_mode(intptr_t handle, int mode)

SeecublasSetAtomicsMode.

set_math_mode(intptr_t handle, int mode)

SeecublasSetMathMode.

set_matrix(int rows, int cols, ...)

SeecublasSetMatrix.

set_matrix_64(int64_t rows, int64_t cols, ...)

SeecublasSetMatrix_64.

set_matrix_async(int rows, int cols, ...)

SeecublasSetMatrixAsync.

set_matrix_async_64(int64_t rows, ...)

SeecublasSetMatrixAsync_64.

set_pointer_mode(intptr_t handle, int mode)

SeecublasSetPointerMode.

set_sm_count_target(intptr_t handle, ...)

SeecublasSetSmCountTarget.

set_stream(intptr_t handle, intptr_t stream_id)

SeecublasSetStream.

set_vector(int n, int elem_size, intptr_t x, ...)

SeecublasSetVector.

set_vector_64(int64_t n, int64_t elem_size, ...)

SeecublasSetVector_64.

set_vector_async(int n, int elem_size, ...)

SeecublasSetVectorAsync.

set_vector_async_64(int64_t n, ...)

SeecublasSetVectorAsync_64.

set_workspace(intptr_t handle, ...)

SeecublasSetWorkspace.

sgbmv(intptr_t handle, int trans, int m, ...)

SeecublasSgbmv.

sgbmv_64(intptr_t handle, int trans, ...)

SeecublasSgbmv_64.

sgeam(intptr_t handle, int transa, ...)

SeecublasSgeam.

sgeam_64(intptr_t handle, int transa, ...)

SeecublasSgeam_64.

sgels_batched(intptr_t handle, int trans, ...)

SeecublasSgelsBatched.

sgemm(intptr_t handle, int transa, ...)

SeecublasSgemm.

sgemm_64(intptr_t handle, int transa, ...)

SeecublasSgemm_64.

sgemm_batched(intptr_t handle, int transa, ...)

SeecublasSgemmBatched.

sgemm_batched_64(intptr_t handle, ...)

SeecublasSgemmBatched_64.

sgemm_ex(intptr_t handle, int transa, ...)

SeecublasSgemmEx.

sgemm_ex_64(intptr_t handle, int transa, ...)

SeecublasSgemmEx_64.

sgemm_grouped_batched(intptr_t handle, ...)

SeecublasSgemmGroupedBatched.

sgemm_grouped_batched_64(intptr_t handle, ...)

SeecublasSgemmGroupedBatched_64.

sgemm_strided_batched(intptr_t handle, ...)

SeecublasSgemmStridedBatched.

sgemm_strided_batched_64(intptr_t handle, ...)

SeecublasSgemmStridedBatched_64.

sgemv(intptr_t handle, int trans, int m, ...)

SeecublasSgemv.

sgemv_64(intptr_t handle, int trans, ...)

SeecublasSgemv_64.

sgemv_batched(intptr_t handle, int trans, ...)

SeecublasSgemvBatched.

sgemv_batched_64(intptr_t handle, int trans, ...)

SeecublasSgemvBatched_64.

sgemv_strided_batched(intptr_t handle, ...)

SeecublasSgemvStridedBatched.

sgemv_strided_batched_64(intptr_t handle, ...)

SeecublasSgemvStridedBatched_64.

sgeqrf_batched(intptr_t handle, int m, ...)

SeecublasSgeqrfBatched.

sger(intptr_t handle, int m, int n, ...)

SeecublasSger.

sger_64(intptr_t handle, int64_t m, ...)

SeecublasSger_64.

sgetrf_batched(intptr_t handle, int n, ...)

SeecublasSgetrfBatched.

sgetri_batched(intptr_t handle, int n, ...)

SeecublasSgetriBatched.

sgetrs_batched(intptr_t handle, int trans, ...)

SeecublasSgetrsBatched.

smatinv_batched(intptr_t handle, int n, ...)

SeecublasSmatinvBatched.

snrm2(intptr_t handle, int n, intptr_t x, ...)

SeecublasSnrm2.

snrm2_64(intptr_t handle, int64_t n, ...)

SeecublasSnrm2_64.

srot(intptr_t handle, int n, intptr_t x, ...)

SeecublasSrot.

srot_64(intptr_t handle, int64_t n, ...)

SeecublasSrot_64.

srotg(intptr_t handle, intptr_t a, ...)

SeecublasSrotg.

srotm(intptr_t handle, int n, intptr_t x, ...)

SeecublasSrotm.

srotm_64(intptr_t handle, int64_t n, ...)

SeecublasSrotm_64.

srotmg(intptr_t handle, intptr_t d1, ...)

SeecublasSrotmg.

ssbmv(intptr_t handle, int uplo, int n, ...)

SeecublasSsbmv.

ssbmv_64(intptr_t handle, int uplo, ...)

SeecublasSsbmv_64.

sscal(intptr_t handle, int n, ...)

SeecublasSscal.

sscal_64(intptr_t handle, int64_t n, ...)

SeecublasSscal_64.

sspmv(intptr_t handle, int uplo, int n, ...)

SeecublasSspmv.

sspmv_64(intptr_t handle, int uplo, ...)

SeecublasSspmv_64.

sspr(intptr_t handle, int uplo, int n, ...)

SeecublasSspr.

sspr_64(intptr_t handle, int uplo, ...)

SeecublasSspr_64.

sspr2(intptr_t handle, int uplo, int n, ...)

SeecublasSspr2.

sspr2_64(intptr_t handle, int uplo, ...)

SeecublasSspr2_64.

sswap(intptr_t handle, int n, intptr_t x, ...)

SeecublasSswap.

sswap_64(intptr_t handle, int64_t n, ...)

SeecublasSswap_64.

ssymm(intptr_t handle, int side, int uplo, ...)

SeecublasSsymm.

ssymm_64(intptr_t handle, int side, ...)

SeecublasSsymm_64.

ssymv(intptr_t handle, int uplo, int n, ...)

SeecublasSsymv.

ssymv_64(intptr_t handle, int uplo, ...)

SeecublasSsymv_64.

ssyr(intptr_t handle, int uplo, int n, ...)

SeecublasSsyr.

ssyr_64(intptr_t handle, int uplo, ...)

SeecublasSsyr_64.

ssyr2(intptr_t handle, int uplo, int n, ...)

SeecublasSsyr2.

ssyr2_64(intptr_t handle, int uplo, ...)

SeecublasSsyr2_64.

ssyr2k(intptr_t handle, int uplo, int trans, ...)

SeecublasSsyr2k.

ssyr2k_64(intptr_t handle, int uplo, ...)

SeecublasSsyr2k_64.

ssyrk(intptr_t handle, int uplo, int trans, ...)

SeecublasSsyrk.

ssyrk_64(intptr_t handle, int uplo, ...)

SeecublasSsyrk_64.

ssyrkx(intptr_t handle, int uplo, int trans, ...)

SeecublasSsyrkx.

ssyrkx_64(intptr_t handle, int uplo, ...)

SeecublasSsyrkx_64.

stbmv(intptr_t handle, int uplo, int trans, ...)

SeecublasStbmv.

stbmv_64(intptr_t handle, int uplo, ...)

SeecublasStbmv_64.

stbsv(intptr_t handle, int uplo, int trans, ...)

SeecublasStbsv.

stbsv_64(intptr_t handle, int uplo, ...)

SeecublasStbsv_64.

stpmv(intptr_t handle, int uplo, int trans, ...)

SeecublasStpmv.

stpmv_64(intptr_t handle, int uplo, ...)

SeecublasStpmv_64.

stpsv(intptr_t handle, int uplo, int trans, ...)

SeecublasStpsv.

stpsv_64(intptr_t handle, int uplo, ...)

SeecublasStpsv_64.

stpttr(intptr_t handle, int uplo, int n, ...)

SeecublasStpttr.

strmm(intptr_t handle, int side, int uplo, ...)

SeecublasStrmm.

strmm_64(intptr_t handle, int side, ...)

SeecublasStrmm_64.

strmv(intptr_t handle, int uplo, int trans, ...)

SeecublasStrmv.

strmv_64(intptr_t handle, int uplo, ...)

SeecublasStrmv_64.

strsm(intptr_t handle, int side, int uplo, ...)

SeecublasStrsm.

strsm_64(intptr_t handle, int side, ...)

SeecublasStrsm_64.

strsm_batched(intptr_t handle, int side, ...)

SeecublasStrsmBatched.

strsm_batched_64(intptr_t handle, int side, ...)

SeecublasStrsmBatched_64.

strsv(intptr_t handle, int uplo, int trans, ...)

SeecublasStrsv.

strsv_64(intptr_t handle, int uplo, ...)

SeecublasStrsv_64.

strttp(intptr_t handle, int uplo, int n, ...)

SeecublasStrttp.

swap_ex(intptr_t handle, int n, intptr_t x, ...)

SeecublasSwapEx.

swap_ex_64(intptr_t handle, int64_t n, ...)

SeecublasSwapEx_64.

uint8gemm_bias(intptr_t handle, int transa, ...)

SeecublasUint8gemmBias.

zaxpy(intptr_t handle, int n, ...)

SeecublasZaxpy.

zaxpy_64(intptr_t handle, int64_t n, ...)

SeecublasZaxpy_64.

zcopy(intptr_t handle, int n, intptr_t x, ...)

SeecublasZcopy.

zcopy_64(intptr_t handle, int64_t n, ...)

SeecublasZcopy_64.

zdgmm(intptr_t handle, int mode, int m, ...)

SeecublasZdgmm.

zdgmm_64(intptr_t handle, int mode, ...)

SeecublasZdgmm_64.

zdotc(intptr_t handle, int n, intptr_t x, ...)

SeecublasZdotc.

zdotc_64(intptr_t handle, int64_t n, ...)

SeecublasZdotc_64.

zdotu(intptr_t handle, int n, intptr_t x, ...)

SeecublasZdotu.

zdotu_64(intptr_t handle, int64_t n, ...)

SeecublasZdotu_64.

zdrot(intptr_t handle, int n, intptr_t x, ...)

SeecublasZdrot.

zdrot_64(intptr_t handle, int64_t n, ...)

SeecublasZdrot_64.

zdscal(intptr_t handle, int n, ...)

SeecublasZdscal.

zdscal_64(intptr_t handle, int64_t n, ...)

SeecublasZdscal_64.

zgbmv(intptr_t handle, int trans, int m, ...)

SeecublasZgbmv.

zgbmv_64(intptr_t handle, int trans, ...)

SeecublasZgbmv_64.

zgeam(intptr_t handle, int transa, ...)

SeecublasZgeam.

zgeam_64(intptr_t handle, int transa, ...)

SeecublasZgeam_64.

zgels_batched(intptr_t handle, int trans, ...)

SeecublasZgelsBatched.

zgemm(intptr_t handle, int transa, ...)

SeecublasZgemm.

zgemm_64(intptr_t handle, int transa, ...)

SeecublasZgemm_64.

zgemm_batched(intptr_t handle, int transa, ...)

SeecublasZgemmBatched.

zgemm_batched_64(intptr_t handle, ...)

SeecublasZgemmBatched_64.

zgemm_strided_batched(intptr_t handle, ...)

SeecublasZgemmStridedBatched.

zgemm_strided_batched_64(intptr_t handle, ...)

SeecublasZgemmStridedBatched_64.

zgemm3m(intptr_t handle, int transa, ...)

SeecublasZgemm3m.

zgemm3m_64(intptr_t handle, int transa, ...)

SeecublasZgemm3m_64.

zgemv(intptr_t handle, int trans, int m, ...)

SeecublasZgemv.

zgemv_64(intptr_t handle, int trans, ...)

SeecublasZgemv_64.

zgemv_batched(intptr_t handle, int trans, ...)

SeecublasZgemvBatched.

zgemv_batched_64(intptr_t handle, int trans, ...)

SeecublasZgemvBatched_64.

zgemv_strided_batched(intptr_t handle, ...)

SeecublasZgemvStridedBatched.

zgemv_strided_batched_64(intptr_t handle, ...)

SeecublasZgemvStridedBatched_64.

zgeqrf_batched(intptr_t handle, int m, ...)

SeecublasZgeqrfBatched.

zgerc(intptr_t handle, int m, int n, ...)

SeecublasZgerc.

zgerc_64(intptr_t handle, int64_t m, ...)

SeecublasZgerc_64.

zgeru(intptr_t handle, int m, int n, ...)

SeecublasZgeru.

zgeru_64(intptr_t handle, int64_t m, ...)

SeecublasZgeru_64.

zgetrf_batched(intptr_t handle, int n, ...)

SeecublasZgetrfBatched.

zgetri_batched(intptr_t handle, int n, ...)

SeecublasZgetriBatched.

zgetrs_batched(intptr_t handle, int trans, ...)

SeecublasZgetrsBatched.

zhbmv(intptr_t handle, int uplo, int n, ...)

SeecublasZhbmv.

zhbmv_64(intptr_t handle, int uplo, ...)

SeecublasZhbmv_64.

zhemm(intptr_t handle, int side, int uplo, ...)

SeecublasZhemm.

zhemm_64(intptr_t handle, int side, ...)

SeecublasZhemm_64.

zhemv(intptr_t handle, int uplo, int n, ...)

SeecublasZhemv.

zhemv_64(intptr_t handle, int uplo, ...)

SeecublasZhemv_64.

zher(intptr_t handle, int uplo, int n, ...)

SeecublasZher.

zher_64(intptr_t handle, int uplo, ...)

SeecublasZher_64.

zher2(intptr_t handle, int uplo, int n, ...)

SeecublasZher2.

zher2_64(intptr_t handle, int uplo, ...)

SeecublasZher2_64.

zher2k(intptr_t handle, int uplo, int trans, ...)

SeecublasZher2k.

zher2k_64(intptr_t handle, int uplo, ...)

SeecublasZher2k_64.

zherk(intptr_t handle, int uplo, int trans, ...)

SeecublasZherk.

zherk_64(intptr_t handle, int uplo, ...)

SeecublasZherk_64.

zherkx(intptr_t handle, int uplo, int trans, ...)

SeecublasZherkx.

zherkx_64(intptr_t handle, int uplo, ...)

SeecublasZherkx_64.

zhpmv(intptr_t handle, int uplo, int n, ...)

SeecublasZhpmv.

zhpmv_64(intptr_t handle, int uplo, ...)

SeecublasZhpmv_64.

zhpr(intptr_t handle, int uplo, int n, ...)

SeecublasZhpr.

zhpr_64(intptr_t handle, int uplo, ...)

SeecublasZhpr_64.

zhpr2(intptr_t handle, int uplo, int n, ...)

SeecublasZhpr2.

zhpr2_64(intptr_t handle, int uplo, ...)

SeecublasZhpr2_64.

zmatinv_batched(intptr_t handle, int n, ...)

SeecublasZmatinvBatched.

zrot(intptr_t handle, int n, intptr_t x, ...)

SeecublasZrot.

zrot_64(intptr_t handle, int64_t n, ...)

SeecublasZrot_64.

zrotg(intptr_t handle, intptr_t a, ...)

SeecublasZrotg.

zscal(intptr_t handle, int n, ...)

SeecublasZscal.

zscal_64(intptr_t handle, int64_t n, ...)

SeecublasZscal_64.

zswap(intptr_t handle, int n, intptr_t x, ...)

SeecublasZswap.

zswap_64(intptr_t handle, int64_t n, ...)

SeecublasZswap_64.

zsymm(intptr_t handle, int side, int uplo, ...)

SeecublasZsymm.

zsymm_64(intptr_t handle, int side, ...)

SeecublasZsymm_64.

zsymv(intptr_t handle, int uplo, int n, ...)

SeecublasZsymv.

zsymv_64(intptr_t handle, int uplo, ...)

SeecublasZsymv_64.

zsyr(intptr_t handle, int uplo, int n, ...)

SeecublasZsyr.

zsyr_64(intptr_t handle, int uplo, ...)

SeecublasZsyr_64.

zsyr2(intptr_t handle, int uplo, int n, ...)

SeecublasZsyr2.

zsyr2_64(intptr_t handle, int uplo, ...)

SeecublasZsyr2_64.

zsyr2k(intptr_t handle, int uplo, int trans, ...)

SeecublasZsyr2k.

zsyr2k_64(intptr_t handle, int uplo, ...)

SeecublasZsyr2k_64.

zsyrk(intptr_t handle, int uplo, int trans, ...)

SeecublasZsyrk.

zsyrk_64(intptr_t handle, int uplo, ...)

SeecublasZsyrk_64.

zsyrkx(intptr_t handle, int uplo, int trans, ...)

SeecublasZsyrkx.

zsyrkx_64(intptr_t handle, int uplo, ...)

SeecublasZsyrkx_64.

ztbmv(intptr_t handle, int uplo, int trans, ...)

SeecublasZtbmv.

ztbmv_64(intptr_t handle, int uplo, ...)

SeecublasZtbmv_64.

ztbsv(intptr_t handle, int uplo, int trans, ...)

SeecublasZtbsv.

ztbsv_64(intptr_t handle, int uplo, ...)

SeecublasZtbsv_64.

ztpmv(intptr_t handle, int uplo, int trans, ...)

SeecublasZtpmv.

ztpmv_64(intptr_t handle, int uplo, ...)

SeecublasZtpmv_64.

ztpsv(intptr_t handle, int uplo, int trans, ...)

SeecublasZtpsv.

ztpsv_64(intptr_t handle, int uplo, ...)

SeecublasZtpsv_64.

ztpttr(intptr_t handle, int uplo, int n, ...)

SeecublasZtpttr.

ztrmm(intptr_t handle, int side, int uplo, ...)

SeecublasZtrmm.

ztrmm_64(intptr_t handle, int side, ...)

SeecublasZtrmm_64.

ztrmv(intptr_t handle, int uplo, int trans, ...)

SeecublasZtrmv.

ztrmv_64(intptr_t handle, int uplo, ...)

SeecublasZtrmv_64.

ztrsm(intptr_t handle, int side, int uplo, ...)

SeecublasZtrsm.

ztrsm_64(intptr_t handle, int side, ...)

SeecublasZtrsm_64.

ztrsm_batched(intptr_t handle, int side, ...)

SeecublasZtrsmBatched.

ztrsm_batched_64(intptr_t handle, int side, ...)

SeecublasZtrsmBatched_64.

ztrsv(intptr_t handle, int uplo, int trans, ...)

SeecublasZtrsv.

ztrsv_64(intptr_t handle, int uplo, ...)

SeecublasZtrsv_64.

ztrttp(intptr_t handle, int uplo, int n, ...)

SeecublasZtrttp.