eyalroz / cuda-kat

CUDA kernel author's tools
BSD 3-Clause "New" or "Revised" License
105 stars 8 forks source link

Place (essentially) all code within the kat namespace #13

Closed eyalroz closed 5 years ago

eyalroz commented 5 years ago

Even if most of our code is for the device-side - it's still a little too presumptuous to put it in the global namespace. Instead, let's place it all within the kat namespace.