hpc / quo-vadis

A cross-stack coordination layer to dynamically map runtime components to hardware resources
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Tidy scope code, save memory. #109

Closed samuelkgutierrez closed 2 months ago

samuelkgutierrez commented 2 months ago

Save memory by not eagerly sizing vectors for aggregate data. This is wasteful in the SPMD case: a common one.