ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Public Member Functions | List of all members
container::kernels::blas_gemm_batched_strided< T, Device > Struct Template Reference

#include <blas.h>

Collaboration diagram for container::kernels::blas_gemm_batched_strided< T, Device >:

Public Member Functions

void operator() (const char &transa, const char &transb, const int &m, const int &n, const int &k, const T *alpha, const T *A, const int &lda, const int &stride_a, const T *B, const int &ldb, const int &stride_b, const T *beta, T *C, const int &ldc, const int &stride_c, const int &batch_size)
 

Member Function Documentation

◆ operator()()

template<typename T , typename Device >
void container::kernels::blas_gemm_batched_strided< T, Device >::operator() ( const char &  transa,
const char &  transb,
const int &  m,
const int &  n,
const int &  k,
const T alpha,
const T A,
const int &  lda,
const int &  stride_a,
const T B,
const int &  ldb,
const int &  stride_b,
const T beta,
T C,
const int &  ldc,
const int &  stride_c,
const int &  batch_size 
)

The documentation for this struct was generated from the following file: