eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
799 stars 80 forks source link

Use either num_bytes or size_in_bytes consistently for allocation functions #690

Open eyalroz opened 1 month ago

eyalroz commented 1 month ago

At the moment, many of our allocation-related functions take a size_in_bytes parameter, and others take num_bytes. We should choose one of these and make it uniform.