Skip to content

Conversation

@CascadingRadium
Copy link
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
Copy link

Copilot AI left a comment

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.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants