eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
768 stars 79 forks source link

Remove redundant inclusions of NVIDIA headers #573

Closed eyalroz closed 6 months ago

eyalroz commented 7 months ago

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.