[FEA] [Java] Multi-GPU support
Nobody has claimed this yet.
- Dominant language
- Cuda
- Stars
- 854
- Forks
- 236
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 62
Description
The Java API currently uses a single GPU for building and searching indexes. But the hardware gets underutilized when multiple GPUs are available. This task involves exploring the possibility of utilizing multiple GPUs (if available) to optimally share the build and search workloads.
Assigning to self. FYI: @chatman.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Java API's current index-building and index-searching entry points, then document how single-GPU selection and workload use work today. Define the supported multi-GPU behavior and validation criteria before implementation; the issue is exploratory and names no files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100