finch-tensor / Finch.jl

Sparse and Structured Tensor Compiler
http://willowahrens.io/Finch.jl/
MIT License
161 stars 16 forks source link

Multiple sparse hash outputs have collisions #579

Closed willow-ahrens closed 4 months ago

willow-ahrens commented 4 months ago

Writing to multiple sparse hash tables at the same time can produce incorrect results, as both writers may set the new position to be length(table) + 1.