ghex-org / GHEX

Generic exascale-ready library for halo-exchange operations on variety of grids/meshes
Other
8 stars 14 forks source link

Polymorphic allocator #21

Closed boeschf closed 4 years ago

boeschf commented 5 years ago

This is a proposal based on the standard libraries extension TS to support polymorphic allocators. This would allow the same message type for different architectures (host, device) and memory strategies (pools etc).

mbianco commented 4 years ago

Temporarily closing it and reviving it later when needed