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

Remove redundant inclusions of NVIDIA headers

Open eyalroz opened this issue 1 year ago • 0 comments

We include <cuda.h>, <cuda_runtime.h> and <cuda_runtime_api.h> too many times - when we have already necessarily included them earlier. Let's reduce these redundancies.

eyalroz avatar Jan 22 '24 12:01 eyalroz