vetter / shoc

The SHOC Benchmark Suite
Other
247 stars 102 forks source link

MIC spmv does not report same metrics as for other programming models #20

Closed rothpc closed 11 years ago

rothpc commented 11 years ago

MIC version of Spmv benchmark does not report the same metrics as versions for other programming models, so driver script reports benchmark failures.

rothpc commented 11 years ago

As of changeset 0866bb4 in the mic branch, Spmv implements the SpMV operation using the matrix in CSR, padded CSR, and ELLPACK-R formats. For CSR, the implementation supports both "Scalar" (outer loop parallelized) and "Vector" (both outer loop and inner loop parallelized). Thus, the driver script no longer reports benchmark errors for SpMV on the MIC.