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

Sparse matrices: No more temporaries for y += Ax; and y -= Ax;

Now using two sets of SpMV kernels:
 - One for y = Ax for performance reasons
 - One for y = alpha * Ax + beta * y; for inplace-operations.
Previous use of temporaries for inplace-operations was too slow and
resulted in unnecessary memory overhead.
parent 26e81488
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