eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
768 stars 79 forks source link

cuda::memory::managed::region_t is not a useful definition, stick to cuda::memory::region_t #592

Closed eyalroz closed 6 months ago

eyalroz commented 6 months ago

The managed region is not very useful, and is after all just a discriminated alias... let's drop it.