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

Drop the `native_word_t` type #638

Closed eyalroz closed 3 months ago

eyalroz commented 4 months ago

native_word_t is not used in any function API, and its use as the underlying type of warp_size is, well, strained. Let's just drop it.