|
static cublasStatus_t | gemm (cublasHandle_t handle, cublasOperation_t transa, cublasOperation_t transb, int m, int n, int k, float fAlpha, const float *A, int lda, const float *B, int ldb, float fBeta, float *C, int ldc, bool useHgemm) |
|
template<>
struct faiss::gpu::CublasGemm< float >
Definition at line 23 of file MatrixMult.cu.
The documentation for this struct was generated from the following file: