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

Lingering `link::input_type_t` in `cuda/api/link.hpp` #442

Closed jhol closed 1 year ago

jhol commented 1 year ago

There is a lingering reference to link::input_type_t in cuda/api/link.hpp in a C++17-only section of code. This should be replaced with link::input_kind_t.

eyalroz commented 1 year ago

I should make a bugfix release soon...

eyalroz commented 1 year ago

Done, see:

https://github.com/eyalroz/cuda-api-wrappers/releases/tag/v0.6.1-rc1

... and don't hesitate to give any feedback.