Skip to content
Commit deae066e authored by Karl Rupp's avatar Karl Rupp
Browse files

coordinate_matrix: Fixed group boundaries for small matrices, fixed some corner cases in SpMV

For matrices with less than 64 rows, the group boundaries were calculated incorrectly, thus producing wrong results.
Moreover, in some corner cases the last entry computed by a group may not have been written to the result vector.
Both issues are supposed to be corrected, tests pass with a recent Intel OpenCL SDK on a CPU.
Tests on GPUs still required.
parent 87e8c233
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment