- 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.