Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
blas_symbs.cxx File Reference
#include "blas_symbs.h"
#include "util.h"
Include dependency graph for blas_symbs.cxx:

Go to the source code of this file.

Namespaces

 CTF_BLAS
 

Macros

#define INST_GEMM(dtype, s)
 

Functions

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 *)
 

Macro Definition Documentation

#define INST_GEMM (   dtype,
 
)
Value:
template <> \
void gemm<dtype>(const char * a, \
const char * b, \
const int * c, \
const int * d, \
const int * e, \
const dtype * f, \
const dtype * g, \
const int * h, \
const dtype * i, \
const int * j, \
const dtype * k, \
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.