eyalroz / cuda-api-wrappers

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

Get rid of dependencies on helper_cuda.hpp #502

Closed eyalroz closed 1 year ago

eyalroz commented 1 year ago

We've included a helper_cuda.hpp which carries over some of the CUDA samples' header of about the same name, in the examples/ directory. But - I don't like it, and would rather avoid using it. Most examples already avoid it - let's try getting the rest to do the same.