eyalroz / cuda-api-wrappers

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

context::current::scoped_override_t should be declared in current_context.hpp #620

Closed eyalroz closed 3 months ago

eyalroz commented 5 months ago

Currently, context::current::scoped_override_t is declared (and defined) within api/multi_wrapper_impls/context.hpp. But it should be declared by api/current_context.hpp, like its detail_ namespace counterpart.