GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
tsmm_cu_kernel.h File Reference

TSMM CUDA kernels. More...

#include "ghost/config.h"
#include "ghost/cu_complex.h"
#include "ghost/cu_util.h"
#include "ghost/types.h"
#include <cublas_v2.h>
#include <iostream>
#include <typeinfo>
Include dependency graph for tsmm_cu_kernel.h:

Go to the source code of this file.

Functions

template<typename T , typename iT , int M, int N>
bool ghost_tsmm_cu_rm_cm (T *C, const T *A, const iT *B, const iT alpha, const iT beta, const ghost_lidx K, const ghost_lidx ldc, const ghost_lidx lda, const ghost_lidx ldb)
 

Detailed Description

TSMM CUDA kernels.

Author
Dominik Ernst domin.nosp@m.ik.e.nosp@m.rnst@.nosp@m.fau..nosp@m.de

Function Documentation

template<typename T , typename iT , int M, int N>
bool ghost_tsmm_cu_rm_cm ( T *  C,
const T *  A,
const iT *  B,
const iT  alpha,
const iT  beta,
const ghost_lidx  K,
const ghost_lidx  ldc,
const ghost_lidx  lda,
const ghost_lidx  ldb 
)

Here is the call graph for this function: