cuda-api-wrappers
cuda-api-wrappers copied to clipboard
Use either num_bytes or size_in_bytes consistently for allocation functions
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.