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

Widen support for textures, arrays and surfaces #650

Open eyalroz opened 2 months ago

eyalroz commented 2 months ago

There are more APIs for working with textures, CUDA arrays and surfaces, then we support. While our array copying support has improved in recent years, our basic representation capability is still somewhat stunted. We should make a pass over the relevant API to see what we support only partially or not at all.