meggart / DiskArrays.jl

Other
79 stars 16 forks source link

Fix dispatch for mapreduce #191

Closed meggart closed 2 weeks ago

meggart commented 2 months ago

This fixes the mapreduce dispatch where things like sum(DA) were not hitting the correct mapreduce methods but computed through an iteration fallback. I will add a unit test to facilitate detecting this in the future, probably one involving Float32 summation as in #188 to make sure results are accumulated block-wise.