cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

Use either num_bytes or size_in_bytes consistently for allocation functions

Open eyalroz opened this issue 1 year ago • 0 comments

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.

eyalroz avatar Oct 20 '24 16:10 eyalroz