Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/validation/validate_scs_spmv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int main(int argc, char *argv[]) {

// TODO: Make C and sigma runtime args
// Declare Sell-c-sigma operand
SCSMatrix<int, double> *scs_mat = new SCSMatrix<int, double>(_C, _sigma);
SCSMatrix<IT, VT> *scs_mat = new SCSMatrix<IT, VT>(_C, _sigma);

// Smax SpMV
SMAX::Interface *smax = new SMAX::Interface();
Expand Down