Skip to content

Remove the experimental_avx512 feature.#732

Merged
hildebrandmw merged 2 commits intomainfrom
mhildebr/remove-avx512-feature
Feb 6, 2026
Merged

Remove the experimental_avx512 feature.#732
hildebrandmw merged 2 commits intomainfrom
mhildebr/remove-avx512-feature

Conversation

@hildebrandmw
Copy link
Contributor

This feature is no longer needed as AVX-512 support has officially landed. Since diskann-vector no longer has any features, this removes it from the --no-default-features as well.

Copy link
Contributor

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 removes the experimental_avx512 feature from the diskann-vector crate, as AVX-512 support has officially landed and the experimental feature flag is no longer needed. Since diskann-vector now has no features at all, it is also removed from the CI workflow's clippy-no-default-features job, which only tests crates that have features.

Changes:

  • Removed the [features] section containing experimental_avx512 from diskann-vector/Cargo.toml
  • Updated diskann-benchmark-simd to depend on diskann-vector without the feature flag
  • Removed diskann-vector from the CI workflow's clippy-no-default-features job matrix

Reviewed changes

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

File Description
diskann-vector/Cargo.toml Removed the entire [features] section containing experimental_avx512
diskann-benchmark-simd/Cargo.toml Removed the features = ["experimental_avx512"] from the diskann-vector dependency
.github/workflows/ci.yml Removed diskann-vector from the clippy-no-default-features job matrix since it no longer has any features to test

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

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.01%. Comparing base (f3fcaae) to head (d500345).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #732      +/-   ##
==========================================
- Coverage   89.01%   89.01%   -0.01%     
==========================================
  Files         428      428              
  Lines       78294    78294              
==========================================
- Hits        69692    69690       -2     
- Misses       8602     8604       +2     

see 7 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

@suhasjs suhasjs left a comment

Choose a reason for hiding this comment

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

LGTM

@hildebrandmw hildebrandmw merged commit 27c0056 into main Feb 6, 2026
25 checks passed
@hildebrandmw hildebrandmw deleted the mhildebr/remove-avx512-feature branch February 6, 2026 20:23
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.

4 participants