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

Thin, unified, C++-flavored wrappers for the CUDA APIs

Results 151 cuda-api-wrappers issues
Sort by recently updated
recently updated
newest added

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.

task