eyalroz / cuda-api-wrappers

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

Support CUDA 12.0 graph API changes #456

Open eyalroz opened 1 year ago

eyalroz commented 1 year ago

Some execution graph management API has changed in CUDA 12.0, including instantiation. We should support these changes.