cuda-api-wrappers
cuda-api-wrappers copied to clipboard
Remove redundant inclusions of NVIDIA headers
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.