Closed jhol closed 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.
link::input_type_t
cuda/api/link.hpp
link::input_kind_t
I should make a bugfix release soon...
Done, see:
https://github.com/eyalroz/cuda-api-wrappers/releases/tag/v0.6.1-rc1
... and don't hesitate to give any feedback.
There is a lingering reference to
link::input_type_t
incuda/api/link.hpp
in a C++17-only section of code. This should be replaced withlink::input_kind_t
.