Closed rothpc closed 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.
MIC version of Spmv benchmark does not report the same metrics as versions for other programming models, so driver script reports benchmark failures.