LLNL / SAMRAI

Structured Adaptive Mesh Refinement Application Infrastructure - a scalable C++ framework for block-structured AMR application development
https://computing.llnl.gov/projects/samrai
Other
224 stars 80 forks source link

Add ENABLE_SAMRAI_DEVICE_ALLOC CMake option #267

Closed nselliott closed 6 months ago

nselliott commented 6 months ago

This CMake option will make the allocators for patch data, MPI buffers, and temporary data in tbox::AllocatorDatabase be Device allocators instead of Pinned.