Skip to content

[BUG] Reuse C API parameter structs in C++ #487

Open
@ajit283

Description

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:

using DistanceType = cuvsDistanceType;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions