paboyle / Grid

Data parallel C++ mathematical object library
GNU General Public License v2.0
155 stars 111 forks source link

Separate rankSum from sum #419

Closed lehner closed 1 year ago

lehner commented 1 year ago

We previously did this for innerProduct to allow for better amortisation of globalsum communication costs over multiple local rankSums.