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

Switch from NVVM to LTO-IR #500

Closed eyalroz closed 1 year ago

eyalroz commented 1 year ago

In CUDA 12, the term "NVVM" was replaced with "LTO IR", and function names changed accordingly; let's respect that.