You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use the C parameters structs in C++, e.g. using cuvsCagraExtendParams instead of cuvs::neighbors::cagra::extend_params, since having parallel objects like this increases the maintenance burden. An example where this is already done:
We should use the C parameters structs in C++, e.g. using
cuvsCagraExtendParams
instead ofcuvs::neighbors::cagra::extend_params
, since having parallel objects like this increases the maintenance burden. An example where this is already done:cuvs/cpp/include/cuvs/distance/distance.hpp
Line 27 in 72154b0
The text was updated successfully, but these errors were encountered: