PARALUTION  1.0.0
PARALUTION
mic_matrix_coo_kernel.hpp File Reference

Go to the source code of this file.

Namespaces

 paralution
 

Functions

template<typename ValueType >
void paralution::spmv_coo (const int mic_dev, const int *row, const int *col, const ValueType *val, const int nrow, const int nnz, const ValueType *in, ValueType *out)
 
template<typename ValueType >
void paralution::spmv_add_coo (const int mic_dev, const int *row, const int *col, const ValueType *val, const int nrow, const int nnz, const ValueType scalar, const ValueType *in, ValueType *out)