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

Some more work on copy functions #591

Closed eyalroz closed 6 months ago

eyalroz commented 6 months ago

Let's:

  1. Examine some of the debug-only checks in copy functions, it seems they may need a bit of work
  2. Support copying from spans in more scenarios. (Not right now: 3. Drop support for copying from (untyped) regions to typed entities. We have spans, after all, or raw pointers.)