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

SpGEMM: Removed unnecessary writes to temporary buffers in vector merge.

Optimized cases:
 - Merge of only two rows for C: Don't use temporary buffers at all
 - Merge first two rows for C directly: Saves one temp. buffer use
 - Last merge writes directly to C: Saves an extra buffer copy
 - Don't write to temporary array on last merge during pattern scan.
parent 52ecbc09
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment