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

Support for constructing const_region_t's from region_t&& #605

Closed eyalroz closed 4 months ago

eyalroz commented 6 months ago

Our "enconstening" constructor for const_region_t current only takes const region_t&; but what about region_t&&?