PARALUTION  1.0.0
PARALUTION
mic_matrix_ell_kernel.hpp File Reference

Go to the source code of this file.

Namespaces

 paralution
 

Functions

template<typename ValueType >
void paralution::spmv_ell (const int mic_dev, const int *col, const ValueType *val, const int nrow, const int ncol, const int max_row, const ValueType *in, ValueType *out)
 
template<typename ValueType >
void paralution::spmv_add_ell (const int mic_dev, const int *col, const ValueType *val, const int nrow, const int ncol, const int max_row, const ValueType scalar, const ValueType *in, ValueType *out)