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

Some methods in the dimensions classes are missing noexcept and/or constexpr #667

Open eyalroz opened 2 months ago

eyalroz commented 2 months ago

Some methods of the grid::dimensions_t and grid::composite_dimensions_t classes, which can be marked constexpr and/or noexcept, are not this marked.