- cublasAtomicsMode_t
alias cublasAtomicsMode_t = int
Undocumented in source.
- cublasDataType_t
alias cublasDataType_t = cudaDataType
Undocumented in source.
- cublasDiagType_t
alias cublasDiagType_t = int
Undocumented in source.
- cublasFillMode_t
alias cublasFillMode_t = int
Undocumented in source.
- cublasGemmAlgo_t
alias cublasGemmAlgo_t = int
Undocumented in source.
- cublasHandle_t
alias cublasHandle_t = cublasContext*
Undocumented in source.
- cublasLogCallback
alias cublasLogCallback = void function(const char* msg)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- cublasMath_t
alias cublasMath_t = int
Undocumented in source.
- cublasOperation_t
alias cublasOperation_t = int
Undocumented in source.
- cublasPointerMode_t
alias cublasPointerMode_t = int
Undocumented in source.
- cublasSideMode_t
alias cublasSideMode_t = int
Undocumented in source.
- cublasStatus_t
alias cublasStatus_t = int
Undocumented in source.
- da_cublasAxpyEx
alias da_cublasAxpyEx = cublasStatus_t function(cublasHandle_t handle, int n, const void* alpha, cudaDataType alphaType, const void* x, cudaDataType xType, int incx, void* y, cudaDataType yType, int incy, cudaDataType executiontype)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCaxpy_v2
alias da_cublasCaxpy_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuComplex* alpha, const cuComplex* x, int incx, cuComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCcopy_v2
alias da_cublasCcopy_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuComplex* x, int incx, cuComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCdgmm
alias da_cublasCdgmm = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t mode, int m, int n, const cuComplex* A, int lda, const cuComplex* x, int incx, cuComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCdotc_v2
alias da_cublasCdotc_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuComplex* x, int incx, const cuComplex* y, int incy, cuComplex* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCdotu_v2
alias da_cublasCdotu_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuComplex* x, int incx, const cuComplex* y, int incy, cuComplex* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgbmv_v2
alias da_cublasCgbmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int m, int n, int kl, int ku, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* x, int incx, const cuComplex* beta, cuComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgeam
alias da_cublasCgeam = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* beta, const cuComplex* B, int ldb, cuComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgelsBatched
alias da_cublasCgelsBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int m, int n, int nrhs, cuComplex*[] Aarray, int lda, cuComplex*[] Carray, int ldc, int* info, int* devInfoArray, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgemm3m
alias da_cublasCgemm3m = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* B, int ldb, const cuComplex* beta, cuComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgemm3mBatched
alias da_cublasCgemm3mBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const cuComplex* alpha, const cuComplex*[] Aarray, int lda, const cuComplex*[] Barray, int ldb, const cuComplex* beta, cuComplex*[] Carray, int ldc, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgemm3mEx
alias da_cublasCgemm3mEx = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const cuComplex* alpha, const void* A, cudaDataType Atype, int lda, const void* B, cudaDataType Btype, int ldb, const cuComplex* beta, void* C, cudaDataType Ctype, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgemm3mStridedBatched
alias da_cublasCgemm3mStridedBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const cuComplex* alpha, const cuComplex* A, int lda, long strideA, const cuComplex* B, int ldb, long strideB, const cuComplex* beta, cuComplex* C, int ldc, long strideC, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgemmBatched
alias da_cublasCgemmBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const cuComplex* alpha, const cuComplex*[] Aarray, int lda, const cuComplex*[] Barray, int ldb, const cuComplex* beta, cuComplex*[] Carray, int ldc, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgemmEx
alias da_cublasCgemmEx = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const cuComplex* alpha, const void* A, cudaDataType Atype, int lda, const void* B, cudaDataType Btype, int ldb, const cuComplex* beta, void* C, cudaDataType Ctype, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgemmStridedBatched
alias da_cublasCgemmStridedBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const cuComplex* alpha, const cuComplex* A, int lda, long strideA, const cuComplex* B, int ldb, long strideB, const cuComplex* beta, cuComplex* C, int ldc, long strideC, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgemm_v2
alias da_cublasCgemm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* B, int ldb, const cuComplex* beta, cuComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgemv_v2
alias da_cublasCgemv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int m, int n, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* x, int incx, const cuComplex* beta, cuComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgeqrfBatched
alias da_cublasCgeqrfBatched = cublasStatus_t function(cublasHandle_t handle, int m, int n, cuComplex*[] Aarray, int lda, cuComplex*[] TauArray, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgerc_v2
alias da_cublasCgerc_v2 = cublasStatus_t function(cublasHandle_t handle, int m, int n, const cuComplex* alpha, const cuComplex* x, int incx, const cuComplex* y, int incy, cuComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgeru_v2
alias da_cublasCgeru_v2 = cublasStatus_t function(cublasHandle_t handle, int m, int n, const cuComplex* alpha, const cuComplex* x, int incx, const cuComplex* y, int incy, cuComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgetrfBatched
alias da_cublasCgetrfBatched = cublasStatus_t function(cublasHandle_t handle, int n, cuComplex*[] A, int lda, int* P, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgetriBatched
alias da_cublasCgetriBatched = cublasStatus_t function(cublasHandle_t handle, int n, const cuComplex*[] A, int lda, const int* P, cuComplex*[] C, int ldc, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCgetrsBatched
alias da_cublasCgetrsBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int n, int nrhs, const cuComplex*[] Aarray, int lda, const int* devIpiv, cuComplex*[] Barray, int ldb, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasChbmv_v2
alias da_cublasChbmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, int k, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* x, int incx, const cuComplex* beta, cuComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasChemm_v2
alias da_cublasChemm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, int m, int n, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* B, int ldb, const cuComplex* beta, cuComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasChemv_v2
alias da_cublasChemv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* x, int incx, const cuComplex* beta, cuComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCher2_v2
alias da_cublasCher2_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuComplex* alpha, const cuComplex* x, int incx, const cuComplex* y, int incy, cuComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCher2k_v2
alias da_cublasCher2k_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* B, int ldb, const float* beta, cuComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCher_v2
alias da_cublasCher_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const float* alpha, const cuComplex* x, int incx, cuComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCherk3mEx
alias da_cublasCherk3mEx = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const float* alpha, const void* A, cudaDataType Atype, int lda, const float* beta, void* C, cudaDataType Ctype, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCherkEx
alias da_cublasCherkEx = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const float* alpha, const void* A, cudaDataType Atype, int lda, const float* beta, void* C, cudaDataType Ctype, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCherk_v2
alias da_cublasCherk_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const float* alpha, const cuComplex* A, int lda, const float* beta, cuComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCherkx
alias da_cublasCherkx = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* B, int ldb, const float* beta, cuComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasChpmv_v2
alias da_cublasChpmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuComplex* alpha, const cuComplex* AP, const cuComplex* x, int incx, const cuComplex* beta, cuComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasChpr2_v2
alias da_cublasChpr2_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuComplex* alpha, const cuComplex* x, int incx, const cuComplex* y, int incy, cuComplex* AP)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasChpr_v2
alias da_cublasChpr_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const float* alpha, const cuComplex* x, int incx, cuComplex* AP)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCmatinvBatched
alias da_cublasCmatinvBatched = cublasStatus_t function(cublasHandle_t handle, int n, const cuComplex*[] A, int lda, cuComplex*[] Ainv, int lda_inv, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCreate_v2
alias da_cublasCreate_v2 = cublasStatus_t function(cublasHandle_t* handle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCrot_v2
alias da_cublasCrot_v2 = cublasStatus_t function(cublasHandle_t handle, int n, cuComplex* x, int incx, cuComplex* y, int incy, const float* c, const cuComplex* s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCrotg_v2
alias da_cublasCrotg_v2 = cublasStatus_t function(cublasHandle_t handle, cuComplex* a, cuComplex* b, float* c, cuComplex* s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCscal_v2
alias da_cublasCscal_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuComplex* alpha, cuComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCsrot_v2
alias da_cublasCsrot_v2 = cublasStatus_t function(cublasHandle_t handle, int n, cuComplex* x, int incx, cuComplex* y, int incy, const float* c, const float* s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCsscal_v2
alias da_cublasCsscal_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const float* alpha, cuComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCswap_v2
alias da_cublasCswap_v2 = cublasStatus_t function(cublasHandle_t handle, int n, cuComplex* x, int incx, cuComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCsymm_v2
alias da_cublasCsymm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, int m, int n, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* B, int ldb, const cuComplex* beta, cuComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCsymv_v2
alias da_cublasCsymv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* x, int incx, const cuComplex* beta, cuComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCsyr2_v2
alias da_cublasCsyr2_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuComplex* alpha, const cuComplex* x, int incx, const cuComplex* y, int incy, cuComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCsyr2k_v2
alias da_cublasCsyr2k_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* B, int ldb, const cuComplex* beta, cuComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCsyr_v2
alias da_cublasCsyr_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuComplex* alpha, const cuComplex* x, int incx, cuComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCsyrk3mEx
alias da_cublasCsyrk3mEx = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const cuComplex* alpha, const void* A, cudaDataType Atype, int lda, const cuComplex* beta, void* C, cudaDataType Ctype, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCsyrkEx
alias da_cublasCsyrkEx = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const cuComplex* alpha, const void* A, cudaDataType Atype, int lda, const cuComplex* beta, void* C, cudaDataType Ctype, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCsyrk_v2
alias da_cublasCsyrk_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* beta, cuComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCsyrkx
alias da_cublasCsyrkx = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* B, int ldb, const cuComplex* beta, cuComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCtbmv_v2
alias da_cublasCtbmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, int k, const cuComplex* A, int lda, cuComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCtbsv_v2
alias da_cublasCtbsv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, int k, const cuComplex* A, int lda, cuComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCtpmv_v2
alias da_cublasCtpmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const cuComplex* AP, cuComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCtpsv_v2
alias da_cublasCtpsv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const cuComplex* AP, cuComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCtpttr
alias da_cublasCtpttr = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuComplex* AP, cuComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCtrmm_v2
alias da_cublasCtrmm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int m, int n, const cuComplex* alpha, const cuComplex* A, int lda, const cuComplex* B, int ldb, cuComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCtrmv_v2
alias da_cublasCtrmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const cuComplex* A, int lda, cuComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCtrsmBatched
alias da_cublasCtrsmBatched = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int m, int n, const cuComplex* alpha, const cuComplex*[] A, int lda, cuComplex*[] B, int ldb, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCtrsm_v2
alias da_cublasCtrsm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int m, int n, const cuComplex* alpha, const cuComplex* A, int lda, cuComplex* B, int ldb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCtrsv_v2
alias da_cublasCtrsv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const cuComplex* A, int lda, cuComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasCtrttp
alias da_cublasCtrttp = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuComplex* A, int lda, cuComplex* AP)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDasum_v2
alias da_cublasDasum_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const double* x, int incx, double* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDaxpy_v2
alias da_cublasDaxpy_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const double* alpha, const double* x, int incx, double* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDcopy_v2
alias da_cublasDcopy_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const double* x, int incx, double* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDdgmm
alias da_cublasDdgmm = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t mode, int m, int n, const double* A, int lda, const double* x, int incx, double* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDdot_v2
alias da_cublasDdot_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const double* x, int incx, const double* y, int incy, double* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDestroy_v2
alias da_cublasDestroy_v2 = cublasStatus_t function(cublasHandle_t handle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDgbmv_v2
alias da_cublasDgbmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int m, int n, int kl, int ku, const double* alpha, const double* A, int lda, const double* x, int incx, const double* beta, double* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDgeam
alias da_cublasDgeam = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, const double* alpha, const double* A, int lda, const double* beta, const double* B, int ldb, double* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDgelsBatched
alias da_cublasDgelsBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int m, int n, int nrhs, double*[] Aarray, int lda, double*[] Carray, int ldc, int* info, int* devInfoArray, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDgemmBatched
alias da_cublasDgemmBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const double* alpha, const double*[] Aarray, int lda, const double*[] Barray, int ldb, const double* beta, double*[] Carray, int ldc, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDgemmStridedBatched
alias da_cublasDgemmStridedBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const double* alpha, const double* A, int lda, long strideA, const double* B, int ldb, long strideB, const double* beta, double* C, int ldc, long strideC, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDgemm_v2
alias da_cublasDgemm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const double* alpha, const double* A, int lda, const double* B, int ldb, const double* beta, double* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDgemv_v2
alias da_cublasDgemv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int m, int n, const double* alpha, const double* A, int lda, const double* x, int incx, const double* beta, double* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDgeqrfBatched
alias da_cublasDgeqrfBatched = cublasStatus_t function(cublasHandle_t handle, int m, int n, double*[] Aarray, int lda, double*[] TauArray, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDger_v2
alias da_cublasDger_v2 = cublasStatus_t function(cublasHandle_t handle, int m, int n, const double* alpha, const double* x, int incx, const double* y, int incy, double* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDgetrfBatched
alias da_cublasDgetrfBatched = cublasStatus_t function(cublasHandle_t handle, int n, double*[] A, int lda, int* P, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDgetriBatched
alias da_cublasDgetriBatched = cublasStatus_t function(cublasHandle_t handle, int n, const double*[] A, int lda, const int* P, double*[] C, int ldc, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDgetrsBatched
alias da_cublasDgetrsBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int n, int nrhs, const double*[] Aarray, int lda, const int* devIpiv, double*[] Barray, int ldb, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDmatinvBatched
alias da_cublasDmatinvBatched = cublasStatus_t function(cublasHandle_t handle, int n, const double*[] A, int lda, double*[] Ainv, int lda_inv, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDnrm2_v2
alias da_cublasDnrm2_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const double* x, int incx, double* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDotEx
alias da_cublasDotEx = cublasStatus_t function(cublasHandle_t handle, int n, const void* x, cudaDataType xType, int incx, const void* y, cudaDataType yType, int incy, void* result, cudaDataType resultType, cudaDataType executionType)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDotcEx
alias da_cublasDotcEx = cublasStatus_t function(cublasHandle_t handle, int n, const void* x, cudaDataType xType, int incx, const void* y, cudaDataType yType, int incy, void* result, cudaDataType resultType, cudaDataType executionType)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDrot_v2
alias da_cublasDrot_v2 = cublasStatus_t function(cublasHandle_t handle, int n, double* x, int incx, double* y, int incy, const double* c, const double* s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDrotg_v2
alias da_cublasDrotg_v2 = cublasStatus_t function(cublasHandle_t handle, double* a, double* b, double* c, double* s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDrotm_v2
alias da_cublasDrotm_v2 = cublasStatus_t function(cublasHandle_t handle, int n, double* x, int incx, double* y, int incy, const double* param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDrotmg_v2
alias da_cublasDrotmg_v2 = cublasStatus_t function(cublasHandle_t handle, double* d1, double* d2, double* x1, const double* y1, double* param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDsbmv_v2
alias da_cublasDsbmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, int k, const double* alpha, const double* A, int lda, const double* x, int incx, const double* beta, double* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDscal_v2
alias da_cublasDscal_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const double* alpha, double* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDspmv_v2
alias da_cublasDspmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const double* alpha, const double* AP, const double* x, int incx, const double* beta, double* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDspr2_v2
alias da_cublasDspr2_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const double* alpha, const double* x, int incx, const double* y, int incy, double* AP)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDspr_v2
alias da_cublasDspr_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const double* alpha, const double* x, int incx, double* AP)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDswap_v2
alias da_cublasDswap_v2 = cublasStatus_t function(cublasHandle_t handle, int n, double* x, int incx, double* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDsymm_v2
alias da_cublasDsymm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, int m, int n, const double* alpha, const double* A, int lda, const double* B, int ldb, const double* beta, double* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDsymv_v2
alias da_cublasDsymv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const double* alpha, const double* A, int lda, const double* x, int incx, const double* beta, double* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDsyr2_v2
alias da_cublasDsyr2_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const double* alpha, const double* x, int incx, const double* y, int incy, double* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDsyr2k_v2
alias da_cublasDsyr2k_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const double* alpha, const double* A, int lda, const double* B, int ldb, const double* beta, double* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDsyr_v2
alias da_cublasDsyr_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const double* alpha, const double* x, int incx, double* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDsyrk_v2
alias da_cublasDsyrk_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const double* alpha, const double* A, int lda, const double* beta, double* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDsyrkx
alias da_cublasDsyrkx = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const double* alpha, const double* A, int lda, const double* B, int ldb, const double* beta, double* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDtbmv_v2
alias da_cublasDtbmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, int k, const double* A, int lda, double* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDtbsv_v2
alias da_cublasDtbsv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, int k, const double* A, int lda, double* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDtpmv_v2
alias da_cublasDtpmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const double* AP, double* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDtpsv_v2
alias da_cublasDtpsv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const double* AP, double* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDtpttr
alias da_cublasDtpttr = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const double* AP, double* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDtrmm_v2
alias da_cublasDtrmm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int m, int n, const double* alpha, const double* A, int lda, const double* B, int ldb, double* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDtrmv_v2
alias da_cublasDtrmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const double* A, int lda, double* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDtrsmBatched
alias da_cublasDtrsmBatched = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int m, int n, const double* alpha, const double*[] A, int lda, double*[] B, int ldb, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDtrsm_v2
alias da_cublasDtrsm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int m, int n, const double* alpha, const double* A, int lda, double* B, int ldb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDtrsv_v2
alias da_cublasDtrsv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const double* A, int lda, double* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDtrttp
alias da_cublasDtrttp = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const double* A, int lda, double* AP)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDzasum_v2
alias da_cublasDzasum_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuDoubleComplex* x, int incx, double* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasDznrm2_v2
alias da_cublasDznrm2_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuDoubleComplex* x, int incx, double* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGemmBatchedEx
alias da_cublasGemmBatchedEx = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const void* alpha, const void*[] Aarray, cudaDataType Atype, int lda, const void*[] Barray, cudaDataType Btype, int ldb, const void* beta, void*[] Carray, cudaDataType Ctype, int ldc, int batchCount, cudaDataType computeType, cublasGemmAlgo_t algo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGemmEx
alias da_cublasGemmEx = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const void* alpha, const void* A, cudaDataType Atype, int lda, const void* B, cudaDataType Btype, int ldb, const void* beta, void* C, cudaDataType Ctype, int ldc, cudaDataType computeType, cublasGemmAlgo_t algo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGemmStridedBatchedEx
alias da_cublasGemmStridedBatchedEx = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const void* alpha, const void* A, cudaDataType Atype, int lda, long strideA, const void* B, cudaDataType Btype, int ldb, long strideB, const void* beta, void* C, cudaDataType Ctype, int ldc, long strideC, int batchCount, cudaDataType computeType, cublasGemmAlgo_t algo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGetAtomicsMode
alias da_cublasGetAtomicsMode = cublasStatus_t function(cublasHandle_t handle, cublasAtomicsMode_t* mode)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGetLoggerCallback
alias da_cublasGetLoggerCallback = cublasStatus_t function(cublasLogCallback* userCallback)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGetMathMode
alias da_cublasGetMathMode = cublasStatus_t function(cublasHandle_t handle, cublasMath_t* mode)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGetMatrix
alias da_cublasGetMatrix = cublasStatus_t function(int rows, int cols, int elemSize, const void* A, int lda, void* B, int ldb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGetMatrixAsync
alias da_cublasGetMatrixAsync = cublasStatus_t function(int rows, int cols, int elemSize, const void* A, int lda, void* B, int ldb, cudaStream_t stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGetPointerMode_v2
alias da_cublasGetPointerMode_v2 = cublasStatus_t function(cublasHandle_t handle, cublasPointerMode_t* mode)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGetProperty
alias da_cublasGetProperty = cublasStatus_t function(libraryPropertyType type, int* value)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGetStream_v2
alias da_cublasGetStream_v2 = cublasStatus_t function(cublasHandle_t handle, cudaStream_t* streamId)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGetVector
alias da_cublasGetVector = cublasStatus_t function(int n, int elemSize, const void* x, int incx, void* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGetVectorAsync
alias da_cublasGetVectorAsync = cublasStatus_t function(int n, int elemSize, const void* devicePtr, int incx, void* hostPtr, int incy, cudaStream_t stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasGetVersion_v2
alias da_cublasGetVersion_v2 = cublasStatus_t function(cublasHandle_t handle, int* pVersion)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasIcamax_v2
alias da_cublasIcamax_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuComplex* x, int incx, int* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasIcamin_v2
alias da_cublasIcamin_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuComplex* x, int incx, int* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasIdamax_v2
alias da_cublasIdamax_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const double* x, int incx, int* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasIdamin_v2
alias da_cublasIdamin_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const double* x, int incx, int* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasIsamax_v2
alias da_cublasIsamax_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const float* x, int incx, int* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasIsamin_v2
alias da_cublasIsamin_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const float* x, int incx, int* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasIzamax_v2
alias da_cublasIzamax_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuDoubleComplex* x, int incx, int* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasIzamin_v2
alias da_cublasIzamin_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuDoubleComplex* x, int incx, int* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasLoggerConfigure
alias da_cublasLoggerConfigure = cublasStatus_t function(int logIsOn, int logToStdOut, int logToStdErr, const char* logFileName)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasNrm2Ex
alias da_cublasNrm2Ex = cublasStatus_t function(cublasHandle_t handle, int n, const void* x, cudaDataType xType, int incx, void* result, cudaDataType resultType, cudaDataType executionType)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSasum_v2
alias da_cublasSasum_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const float* x, int incx, float* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSaxpy_v2
alias da_cublasSaxpy_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const float* alpha, const float* x, int incx, float* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasScalEx
alias da_cublasScalEx = cublasStatus_t function(cublasHandle_t handle, int n, const void* alpha, cudaDataType alphaType, void* x, cudaDataType xType, int incx, cudaDataType executionType)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasScasum_v2
alias da_cublasScasum_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuComplex* x, int incx, float* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasScnrm2_v2
alias da_cublasScnrm2_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuComplex* x, int incx, float* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasScopy_v2
alias da_cublasScopy_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const float* x, int incx, float* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSdgmm
alias da_cublasSdgmm = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t mode, int m, int n, const float* A, int lda, const float* x, int incx, float* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSdot_v2
alias da_cublasSdot_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const float* x, int incx, const float* y, int incy, float* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSetAtomicsMode
alias da_cublasSetAtomicsMode = cublasStatus_t function(cublasHandle_t handle, cublasAtomicsMode_t mode)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSetLoggerCallback
alias da_cublasSetLoggerCallback = cublasStatus_t function(cublasLogCallback userCallback)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSetMathMode
alias da_cublasSetMathMode = cublasStatus_t function(cublasHandle_t handle, cublasMath_t mode)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSetMatrix
alias da_cublasSetMatrix = cublasStatus_t function(int rows, int cols, int elemSize, const void* A, int lda, void* B, int ldb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSetMatrixAsync
alias da_cublasSetMatrixAsync = cublasStatus_t function(int rows, int cols, int elemSize, const void* A, int lda, void* B, int ldb, cudaStream_t stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSetPointerMode_v2
alias da_cublasSetPointerMode_v2 = cublasStatus_t function(cublasHandle_t handle, cublasPointerMode_t mode)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSetStream_v2
alias da_cublasSetStream_v2 = cublasStatus_t function(cublasHandle_t handle, cudaStream_t streamId)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSetVector
alias da_cublasSetVector = cublasStatus_t function(int n, int elemSize, const void* x, int incx, void* devicePtr, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSetVectorAsync
alias da_cublasSetVectorAsync = cublasStatus_t function(int n, int elemSize, const void* hostPtr, int incx, void* devicePtr, int incy, cudaStream_t stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSgbmv_v2
alias da_cublasSgbmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int m, int n, int kl, int ku, const float* alpha, const float* A, int lda, const float* x, int incx, const float* beta, float* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSgeam
alias da_cublasSgeam = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, const float* alpha, const float* A, int lda, const float* beta, const float* B, int ldb, float* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSgelsBatched
alias da_cublasSgelsBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int m, int n, int nrhs, float*[] Aarray, int lda, float*[] Carray, int ldc, int* info, int* devInfoArray, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSgemmBatched
alias da_cublasSgemmBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const float* alpha, const float*[] Aarray, int lda, const float*[] Barray, int ldb, const float* beta, float*[] Carray, int ldc, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSgemmEx
alias da_cublasSgemmEx = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const float* alpha, const void* A, cudaDataType Atype, int lda, const void* B, cudaDataType Btype, int ldb, const float* beta, void* C, cudaDataType Ctype, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSgemmStridedBatched
alias da_cublasSgemmStridedBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const float* alpha, const float* A, int lda, long strideA, const float* B, int ldb, long strideB, const float* beta, float* C, int ldc, long strideC, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSgemm_v2
alias da_cublasSgemm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const float* alpha, const float* A, int lda, const float* B, int ldb, const float* beta, float* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSgemv_v2
alias da_cublasSgemv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int m, int n, const float* alpha, const float* A, int lda, const float* x, int incx, const float* beta, float* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSgeqrfBatched
alias da_cublasSgeqrfBatched = cublasStatus_t function(cublasHandle_t handle, int m, int n, float*[] Aarray, int lda, float*[] TauArray, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSger_v2
alias da_cublasSger_v2 = cublasStatus_t function(cublasHandle_t handle, int m, int n, const float* alpha, const float* x, int incx, const float* y, int incy, float* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSgetrfBatched
alias da_cublasSgetrfBatched = cublasStatus_t function(cublasHandle_t handle, int n, float*[] A, int lda, int* P, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSgetriBatched
alias da_cublasSgetriBatched = cublasStatus_t function(cublasHandle_t handle, int n, const float*[] A, int lda, const int* P, float*[] C, int ldc, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSgetrsBatched
alias da_cublasSgetrsBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int n, int nrhs, const float*[] Aarray, int lda, const int* devIpiv, float*[] Barray, int ldb, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSmatinvBatched
alias da_cublasSmatinvBatched = cublasStatus_t function(cublasHandle_t handle, int n, const float*[] A, int lda, float*[] Ainv, int lda_inv, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSnrm2_v2
alias da_cublasSnrm2_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const float* x, int incx, float* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSrot_v2
alias da_cublasSrot_v2 = cublasStatus_t function(cublasHandle_t handle, int n, float* x, int incx, float* y, int incy, const float* c, const float* s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSrotg_v2
alias da_cublasSrotg_v2 = cublasStatus_t function(cublasHandle_t handle, float* a, float* b, float* c, float* s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSrotm_v2
alias da_cublasSrotm_v2 = cublasStatus_t function(cublasHandle_t handle, int n, float* x, int incx, float* y, int incy, const float* param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSrotmg_v2
alias da_cublasSrotmg_v2 = cublasStatus_t function(cublasHandle_t handle, float* d1, float* d2, float* x1, const float* y1, float* param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSsbmv_v2
alias da_cublasSsbmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, int k, const float* alpha, const float* A, int lda, const float* x, int incx, const float* beta, float* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSscal_v2
alias da_cublasSscal_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const float* alpha, float* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSspmv_v2
alias da_cublasSspmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const float* alpha, const float* AP, const float* x, int incx, const float* beta, float* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSspr2_v2
alias da_cublasSspr2_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const float* alpha, const float* x, int incx, const float* y, int incy, float* AP)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSspr_v2
alias da_cublasSspr_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const float* alpha, const float* x, int incx, float* AP)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSswap_v2
alias da_cublasSswap_v2 = cublasStatus_t function(cublasHandle_t handle, int n, float* x, int incx, float* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSsymm_v2
alias da_cublasSsymm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, int m, int n, const float* alpha, const float* A, int lda, const float* B, int ldb, const float* beta, float* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSsymv_v2
alias da_cublasSsymv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const float* alpha, const float* A, int lda, const float* x, int incx, const float* beta, float* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSsyr2_v2
alias da_cublasSsyr2_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const float* alpha, const float* x, int incx, const float* y, int incy, float* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSsyr2k_v2
alias da_cublasSsyr2k_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const float* alpha, const float* A, int lda, const float* B, int ldb, const float* beta, float* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSsyr_v2
alias da_cublasSsyr_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const float* alpha, const float* x, int incx, float* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSsyrk_v2
alias da_cublasSsyrk_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const float* alpha, const float* A, int lda, const float* beta, float* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasSsyrkx
alias da_cublasSsyrkx = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const float* alpha, const float* A, int lda, const float* B, int ldb, const float* beta, float* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasStbmv_v2
alias da_cublasStbmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, int k, const float* A, int lda, float* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasStbsv_v2
alias da_cublasStbsv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, int k, const float* A, int lda, float* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasStpmv_v2
alias da_cublasStpmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const float* AP, float* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasStpsv_v2
alias da_cublasStpsv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const float* AP, float* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasStpttr
alias da_cublasStpttr = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const float* AP, float* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasStrmm_v2
alias da_cublasStrmm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int m, int n, const float* alpha, const float* A, int lda, const float* B, int ldb, float* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasStrmv_v2
alias da_cublasStrmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const float* A, int lda, float* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasStrsmBatched
alias da_cublasStrsmBatched = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int m, int n, const float* alpha, const float*[] A, int lda, float*[] B, int ldb, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasStrsm_v2
alias da_cublasStrsm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int m, int n, const float* alpha, const float* A, int lda, float* B, int ldb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasStrsv_v2
alias da_cublasStrsv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const float* A, int lda, float* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasStrttp
alias da_cublasStrttp = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const float* A, int lda, float* AP)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasUint8gemmBias
alias da_cublasUint8gemmBias = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, cublasOperation_t transc, int m, int n, int k, const dchar* A, int A_bias, int lda, const dchar* B, int B_bias, int ldb, dchar* C, int C_bias, int ldc, int C_mult, int C_shift)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasXerbla
alias da_cublasXerbla = void function(const char* srName, int info)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZaxpy_v2
alias da_cublasZaxpy_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* x, int incx, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZcopy_v2
alias da_cublasZcopy_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuDoubleComplex* x, int incx, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZdgmm
alias da_cublasZdgmm = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t mode, int m, int n, const cuDoubleComplex* A, int lda, const cuDoubleComplex* x, int incx, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZdotc_v2
alias da_cublasZdotc_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuDoubleComplex* x, int incx, const cuDoubleComplex* y, int incy, cuDoubleComplex* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZdotu_v2
alias da_cublasZdotu_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuDoubleComplex* x, int incx, const cuDoubleComplex* y, int incy, cuDoubleComplex* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZdrot_v2
alias da_cublasZdrot_v2 = cublasStatus_t function(cublasHandle_t handle, int n, cuDoubleComplex* x, int incx, cuDoubleComplex* y, int incy, const double* c, const double* s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZdscal_v2
alias da_cublasZdscal_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const double* alpha, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgbmv_v2
alias da_cublasZgbmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int m, int n, int kl, int ku, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* x, int incx, const cuDoubleComplex* beta, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgeam
alias da_cublasZgeam = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* beta, const cuDoubleComplex* B, int ldb, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgelsBatched
alias da_cublasZgelsBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int m, int n, int nrhs, cuDoubleComplex*[] Aarray, int lda, cuDoubleComplex*[] Carray, int ldc, int* info, int* devInfoArray, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgemm3m
alias da_cublasZgemm3m = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* B, int ldb, const cuDoubleComplex* beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgemmBatched
alias da_cublasZgemmBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const cuDoubleComplex* alpha, const cuDoubleComplex*[] Aarray, int lda, const cuDoubleComplex*[] Barray, int ldb, const cuDoubleComplex* beta, cuDoubleComplex*[] Carray, int ldc, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgemmStridedBatched
alias da_cublasZgemmStridedBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, long strideA, const cuDoubleComplex* B, int ldb, long strideB, const cuDoubleComplex* beta, cuDoubleComplex* C, int ldc, long strideC, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgemm_v2
alias da_cublasZgemm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* B, int ldb, const cuDoubleComplex* beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgemv_v2
alias da_cublasZgemv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int m, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* x, int incx, const cuDoubleComplex* beta, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgeqrfBatched
alias da_cublasZgeqrfBatched = cublasStatus_t function(cublasHandle_t handle, int m, int n, cuDoubleComplex*[] Aarray, int lda, cuDoubleComplex*[] TauArray, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgerc_v2
alias da_cublasZgerc_v2 = cublasStatus_t function(cublasHandle_t handle, int m, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* x, int incx, const cuDoubleComplex* y, int incy, cuDoubleComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgeru_v2
alias da_cublasZgeru_v2 = cublasStatus_t function(cublasHandle_t handle, int m, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* x, int incx, const cuDoubleComplex* y, int incy, cuDoubleComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgetrfBatched
alias da_cublasZgetrfBatched = cublasStatus_t function(cublasHandle_t handle, int n, cuDoubleComplex*[] A, int lda, int* P, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgetriBatched
alias da_cublasZgetriBatched = cublasStatus_t function(cublasHandle_t handle, int n, const cuDoubleComplex*[] A, int lda, const int* P, cuDoubleComplex*[] C, int ldc, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZgetrsBatched
alias da_cublasZgetrsBatched = cublasStatus_t function(cublasHandle_t handle, cublasOperation_t trans, int n, int nrhs, const cuDoubleComplex*[] Aarray, int lda, const int* devIpiv, cuDoubleComplex*[] Barray, int ldb, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZhbmv_v2
alias da_cublasZhbmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, int k, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* x, int incx, const cuDoubleComplex* beta, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZhemm_v2
alias da_cublasZhemm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, int m, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* B, int ldb, const cuDoubleComplex* beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZhemv_v2
alias da_cublasZhemv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* x, int incx, const cuDoubleComplex* beta, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZher2_v2
alias da_cublasZher2_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* x, int incx, const cuDoubleComplex* y, int incy, cuDoubleComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZher2k_v2
alias da_cublasZher2k_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* B, int ldb, const double* beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZher_v2
alias da_cublasZher_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const double* alpha, const cuDoubleComplex* x, int incx, cuDoubleComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZherk_v2
alias da_cublasZherk_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const double* alpha, const cuDoubleComplex* A, int lda, const double* beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZherkx
alias da_cublasZherkx = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* B, int ldb, const double* beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZhpmv_v2
alias da_cublasZhpmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* AP, const cuDoubleComplex* x, int incx, const cuDoubleComplex* beta, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZhpr2_v2
alias da_cublasZhpr2_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* x, int incx, const cuDoubleComplex* y, int incy, cuDoubleComplex* AP)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZhpr_v2
alias da_cublasZhpr_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const double* alpha, const cuDoubleComplex* x, int incx, cuDoubleComplex* AP)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZmatinvBatched
alias da_cublasZmatinvBatched = cublasStatus_t function(cublasHandle_t handle, int n, const cuDoubleComplex*[] A, int lda, cuDoubleComplex*[] Ainv, int lda_inv, int* info, int batchSize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZrot_v2
alias da_cublasZrot_v2 = cublasStatus_t function(cublasHandle_t handle, int n, cuDoubleComplex* x, int incx, cuDoubleComplex* y, int incy, const double* c, const cuDoubleComplex* s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZrotg_v2
alias da_cublasZrotg_v2 = cublasStatus_t function(cublasHandle_t handle, cuDoubleComplex* a, cuDoubleComplex* b, double* c, cuDoubleComplex* s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZscal_v2
alias da_cublasZscal_v2 = cublasStatus_t function(cublasHandle_t handle, int n, const cuDoubleComplex* alpha, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZswap_v2
alias da_cublasZswap_v2 = cublasStatus_t function(cublasHandle_t handle, int n, cuDoubleComplex* x, int incx, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZsymm_v2
alias da_cublasZsymm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, int m, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* B, int ldb, const cuDoubleComplex* beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZsymv_v2
alias da_cublasZsymv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* x, int incx, const cuDoubleComplex* beta, cuDoubleComplex* y, int incy)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZsyr2_v2
alias da_cublasZsyr2_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* x, int incx, const cuDoubleComplex* y, int incy, cuDoubleComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZsyr2k_v2
alias da_cublasZsyr2k_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* B, int ldb, const cuDoubleComplex* beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZsyr_v2
alias da_cublasZsyr_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* x, int incx, cuDoubleComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZsyrk_v2
alias da_cublasZsyrk_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZsyrkx
alias da_cublasZsyrkx = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, int n, int k, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* B, int ldb, const cuDoubleComplex* beta, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZtbmv_v2
alias da_cublasZtbmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, int k, const cuDoubleComplex* A, int lda, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZtbsv_v2
alias da_cublasZtbsv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, int k, const cuDoubleComplex* A, int lda, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZtpmv_v2
alias da_cublasZtpmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const cuDoubleComplex* AP, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZtpsv_v2
alias da_cublasZtpsv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const cuDoubleComplex* AP, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZtpttr
alias da_cublasZtpttr = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuDoubleComplex* AP, cuDoubleComplex* A, int lda)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZtrmm_v2
alias da_cublasZtrmm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int m, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, const cuDoubleComplex* B, int ldb, cuDoubleComplex* C, int ldc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZtrmv_v2
alias da_cublasZtrmv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const cuDoubleComplex* A, int lda, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZtrsmBatched
alias da_cublasZtrsmBatched = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int m, int n, const cuDoubleComplex* alpha, const cuDoubleComplex*[] A, int lda, cuDoubleComplex*[] B, int ldb, int batchCount)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZtrsm_v2
alias da_cublasZtrsm_v2 = cublasStatus_t function(cublasHandle_t handle, cublasSideMode_t side, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int m, int n, const cuDoubleComplex* alpha, const cuDoubleComplex* A, int lda, cuDoubleComplex* B, int ldb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZtrsv_v2
alias da_cublasZtrsv_v2 = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, cublasOperation_t trans, cublasDiagType_t diag, int n, const cuDoubleComplex* A, int lda, cuDoubleComplex* x, int incx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_cublasZtrttp
alias da_cublasZtrttp = cublasStatus_t function(cublasHandle_t handle, cublasFillMode_t uplo, int n, const cuDoubleComplex* A, int lda, cuDoubleComplex* AP)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.