AMReX-Codes / pyamrex

GPU-Enabled, Zero-Copy AMReX Python Bindings including AI/ML
http://pyamrex.readthedocs.io
Other
32 stars 15 forks source link

Fix: Pinned Allocators First #209

Closed ax3l closed 8 months ago

ax3l commented 8 months ago

They are used in methods that copy from device to host and thus need to be known first, before other allocator flavors.

This should help with the first issue in #207

Introduced in #196 #192 #88 #55