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

We don't need a context flags type, but do need a primary context flags type #612

Closed eyalroz closed 5 months ago

eyalroz commented 5 months ago

We currently offer a flags_type type within cuda::context_t, but actually only use it with primary contexts. In fact, what we really have and use is primary context flags; so let's define just those.