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

Refactoring of `region_t` introduced a sometimes-incorrect path #597

Closed eyalroz closed 4 months ago

eyalroz commented 6 months ago

When moving region_t out into its own file, somehow, api.hpp got to have:

#include "cuda/api/region.hpp"

while it should be:

#include "api/region.hpp"