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

Avoid warnings about narrowing conversion and shadowing #590

Closed eyalroz closed 6 months ago

eyalroz commented 7 months ago

If user code is compiled with extensive warnings enabled, including -Wshadow and -Wconversion, the wrappers will trigger some. Let's make them go away.