![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|
TSMTTSM CUDA kernels. More...
#include <cublas_v2.h>
#include <iostream>
#include <typeinfo>
#include "ghost/config.h"
#include "ghost/cu_complex.h"
#include "ghost/cu_util.h"
#include "ghost/types.h"
#include "ghost/cu_temp_buffer_malloc.h"
Go to the source code of this file.
Functions | |
template<typename T , typename oT , int M, int N, int conjv> | |
static ghost_error | ghost_tsmttsm_cu_rm (oT *const __restrict__ C, const T *const __restrict__ A, const T *const __restrict__ B, const oT alpha, const oT beta, ghost_lidx K, ghost_lidx ldc, ghost_lidx lda, ghost_lidx ldb) |
TSMTTSM CUDA kernels.
|
static |