dnv.cuda.cublas

Undocumented in source.

Members

Aliases

cublasHandle_t
alias cublasHandle_t = cublasContext*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cublasOperation_t
alias cublasOperation_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cublasStatus_t
alias cublasStatus_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

CUBLAS_OP_N
anonymousenum CUBLAS_OP_N
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CUBLAS_STATUS_SUCCESS
anonymousenum CUBLAS_STATUS_SUCCESS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

cublasCreate_v2
cublasStatus_t cublasCreate_v2(cublasHandle_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cublasDestroy_v2
cublasStatus_t cublasDestroy_v2(cublasHandle_t handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cublasSgemm_v2
cublasStatus_t cublasSgemm_v2(cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, float* alpha, float* A, int lda, float* B, int ldb, float* beta, float* C, int ldc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

cublasContext
struct cublasContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta