eyalroz / cuda-kat

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

Drop the grid_info namespace #92

Open eyalroz opened 3 years ago

eyalroz commented 3 years ago

Using grid_info is cumbersome enough to defeat the purpose of these one-liner utility functions in the first place. While removing it may cause a bit of ambiguity in other namespace (e.g. collaborative::warp and collaborative::block) - it should still be ok for the users.

Part of #91.