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

Add support for newer context flags #613

Open eyalroz opened 5 months ago

eyalroz commented 5 months ago

In recent CUDA versions, additional context creation flags have been introduced:

I don't quite understand what these mean, exactly, but we should add support for them