NVIDIA / NVIDIA/cuvs

[FEA][C++ API] Rename host/device_standard/padded_index type

Open
#2,399 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request
Dominant language
Cuda
Stars
854
Forks
236
Avg merge
3d 3h
Merged PRs (30d)
62

Description

  • Index contains graph + dataset
  • Right now naming of index is associated with the type of dataset bound, but should instead be associated with where the graph is located too
  • Do we need to introduce a type for the graph? (ex. Host_graph vs device_graph)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the C++ API definitions and usages of host_standard, device_standard, and padded_index. Trace how Index combines the graph and dataset, then clarify whether graph location needs its own type; done means the naming consistently reflects both graph and dataset locations.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.