#include "blas_symbs.h"
#include "util.h"
Go to the source code of this file.
|
template<typename dtype > |
void | CTF_BLAS::gemm (const char *, const char *, const int *, const int *, const int *, const dtype *, const dtype *, const int *, const dtype *, const int *, const dtype *, dtype *, const int *) |
|
#define INST_GEMM |
( |
|
dtype, |
|
|
|
s |
|
) |
| |
Value:template <> \
void gemm<dtype>(
const char *
a, \
const int * c, \
const int * d, \
const int * e, \
const int * h, \
const int * j, \
dtype * l, \
const int * m){ \
s ## GEMM(
a,
b,c,d,e,f,g,h,i,j,k,l,m); \
}
Definition at line 22 of file blas_symbs.cxx.