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

Factor the region class and related definitions out of `types.hpp` #589

Closed eyalroz closed 6 months ago

eyalroz commented 7 months ago

The region class is not huge, but it seems it's worthy of its own small header file. Let's have that.