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

Split off a type_traits.hpp header from types.hpp #607

Closed eyalroz closed 4 months ago

eyalroz commented 6 months ago

We have enough type trait(ish) meat in types.hpp and non-CUDA-specific headers which would use it, to merit a type_traits.hpp header.