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

stream_t::enqueue::memset() should support regions #472

Closed eyalroz closed 1 year ago

eyalroz commented 1 year ago

At the moment, stream_t::enqueue::memset() only accepts raw pointers + size alongside the value to set. It should accept regions.