eyalroz / cuda-kat

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

Overuse of sub-namespaces is cumbersome #91

Open eyalroz opened 3 years ago

eyalroz commented 3 years ago

I have perhaps been overly generous in placing functionality within sub-namespaces. After all, everything is under kat:: already. As long as there is no chance of collisions, a lot of things can live under kat::, and many others under kat::linear_grid, comfortably.