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

Drop cuda::dynarray in favor of cuda::unique_span #610

Closed eyalroz closed 4 months ago

eyalroz commented 6 months ago

We no longer need those silly dynarray's - we have uniqe_span's now, which can save the same purpose (and are not really CUDA-specific, so they work just fine for plain old host-only memory).