You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `operator[]` method for `cuda::span`.
* Using the type definitions for various methods
* De-constexpr'ifying a few methods, seeing how we're not consistent in this respect anyway
* Dropped `cbegin()` and `cend()` and added an explanatory comment
Our "poor man's span" is, alas, too poor. It needs some improvements.
Example: a square-brace subscripting operator; and other things.
The text was updated successfully, but these errors were encountered: