dopt.cuda.math

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.
cublasPointerMode_t
alias cublasPointerMode_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_POINTER_MODE_HOST
anonymousenum CUBLAS_POINTER_MODE_HOST
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

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.

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.

Variables

cublasCreate_v2
cublasStatus_t function(cublasHandle_t* handle) cublasCreate_v2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cublasSdot_v2
cublasStatus_t function(cublasHandle_t handle, int n, const float* x, int incx, const float* y, int incy, float* result) cublasSdot_v2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cublasSetPointerMode_v2
cublasStatus_t function(cublasHandle_t handle, cublasPointerMode_t mode) cublasSetPointerMode_v2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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) cublasSgeam;
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 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) cublasSgemm_v2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mCuBLASHandle
cublasHandle_t mCuBLASHandle;
Undocumented in source.

Meta