Skip to content

MB-59670: GPU-Accelerated Vector Search - #77

Merged
CascadingRadium merged 14 commits into
masterfrom
gpu
Apr 9, 2026
Merged

MB-59670: GPU-Accelerated Vector Search#77
CascadingRadium merged 14 commits into
masterfrom
gpu

Conversation

@CascadingRadium

Copy link
Copy Markdown
Member
  • Allow Fields to utilize GPU for indexing and querying by adding a GPU flag to the FieldIndexingOptions associated with a field.

@CascadingRadium CascadingRadium changed the title Add GPU Field Indexing Option [v17] Add GPU Field Indexing Option Nov 13, 2025
@CascadingRadium CascadingRadium changed the title [v17] Add GPU Field Indexing Option [v17] MB-68591: Add GPU Field Indexing Option Nov 13, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds GPU support to field indexing by introducing a GPU flag to the FieldIndexingOptions type, enabling fields to utilize GPU acceleration for indexing and querying operations.

Key Changes:

  • Changed FieldIndexingOptions type from int to uint64 to accommodate additional bit flags
  • Added GPU constant to the bit flag options
  • Implemented UseGPU() method to check if GPU flag is enabled
  • Updated String() method to include GPU flag representation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread indexing_options.go Outdated
@CascadingRadium CascadingRadium moved this from Todo to In Progress in GPU-Accelerated Vector Search Feb 5, 2026
@CascadingRadium CascadingRadium changed the title [v17] MB-68591: Add GPU Field Indexing Option MB-59670: GPU-Accelerated Vector Search Feb 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread vector.go Outdated
Comment thread vector.go Outdated
Comment thread indexing_options.go
@abhinavdangeti

Copy link
Copy Markdown
Member

@CascadingRadium would you rebase.

@CascadingRadium CascadingRadium self-assigned this Mar 10, 2026
@CascadingRadium
CascadingRadium changed the base branch from master to BQ March 10, 2026 11:08
@CascadingRadium CascadingRadium moved this from In Progress to Done in GPU-Accelerated Vector Search Mar 10, 2026
Base automatically changed from BQ to master March 11, 2026 08:30
@CascadingRadium
CascadingRadium merged commit bef04bf into master Apr 9, 2026
9 checks passed
@CascadingRadium
CascadingRadium deleted the gpu branch April 9, 2026 04:08
@abhinavdangeti

Copy link
Copy Markdown
Member

v1.3.10

@CascadingRadium
CascadingRadium restored the gpu branch April 10, 2026 13:15
@CascadingRadium
CascadingRadium deleted the gpu branch April 10, 2026 14:32
@CascadingRadium
CascadingRadium restored the gpu branch April 10, 2026 21:48
@CascadingRadium
CascadingRadium deleted the gpu branch May 5, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

5 participants