ValeevGroup / tiledarray

A massively-parallel, block-sparse tensor framework written in C++
GNU General Public License v3.0
247 stars 51 forks source link

support for multiple compute devices / MPI rank #422

Closed evaleev closed 9 months ago

evaleev commented 10 months ago

Status quo

For completeness need to be able to drive multiple devices from single rank. For performance reasons many algorithms may still benefit from 1 device/rank mapping to improve data locality/reuse