eyalroz / cuda-api-wrappers

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

Offer a builder for texture views #655

Open eyalroz opened 2 months ago

eyalroz commented 2 months ago

We currently make a bunch of assumptions regarding texture views, and let the user handle them the "raw" CUDA way. It would be nice if, instead, we could offer a builder.