MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / cublasGeam

Method cublasGeam

extensions/include/cuMat/src/CublasApi.h:159–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 */
158 template <typename _Scalar>
159 void cublasGeam(
160 cublasOperation_t transA, cublasOperation_t transB,
161 int m, int n,
162 const _Scalar* alpha,
163 const _Scalar* A, int lda,
164 const _Scalar* beta,
165 const _Scalar* B, int ldb,
166 _Scalar* C, int ldc)
167 {
168 cublasgeamImpl(transA, transB, m, n, alpha, A, lda, beta, B, ldb, C, ldc);
169 }
170
171
172 //Normal GEMM

Callers 1

directTransposeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected