eyalroz / cuda-api-wrappers

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

Use the launch config builder in more examples #578

Closed eyalroz closed 8 months ago

eyalroz commented 9 months ago

The launch config builder (#311 ) is awesome. Let's use it more! There are lots of examples which do this work themselves rather than just availing themselves of the builder.