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

Support new JIT compilation flags #635

Open eyalroz opened 4 months ago

eyalroz commented 4 months ago

CUDA 12.4 adds support for the following flags:

Let's support them.