eyalroz / cuda-api-wrappers

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

Make more comparison operators constexpr and noexcept #471

Closed eyalroz closed 1 year ago

eyalroz commented 1 year ago

Let's make comparison operators noexcept when possible, and constexpr where possible/relevant.