eyalroz / cuda-api-wrappers

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

Make mangled and unmangled (kernel) names more difficult to mix up #674

Open eyalroz opened 2 months ago

eyalroz commented 2 months ago

It is easy to confuse non-mangled with mangled names. Let's enforce a hard separation of them using a (non-owning) class.