Skip to content

Add SIMD optimizations to sparse inverted index

a969d30
Select commit
Loading
Failed to load commit list.
Draft

Add SIMD optimizations to sparse inverted index #1414

Add SIMD optimizations to sparse inverted index
a969d30
Select commit
Loading
Failed to load commit list.
Mergify / Summary succeeded Jan 1, 2026 in 0s

4 rules match and 8 potential rules

Rule: Add needs-dco label when DCO check failed (label)

  • -status-success=DCO
  • any of:
    • base=main
    • base~=^2(\.\d+){1,2}$

✅ Rule: Add dco-passed label when DCO check passed (label)

  • status-success=DCO
  • any of:
    • base=main
    • base~=^2(\.\d+){1,2}$

✅ Rule: Blocking PR if missing a related issue or PR doesn't have kind/improvement label (comment, label)

  • label!=kind/improvement
  • title!=\[automated\]
  • all of:
    • all of:
      • body!=(\#|https://github.com/zilliztech/knowhere/issues/)[0-9]{1,6}
      • body!=\#[0-9]{1,6}(\s+|$)
  • any of:
    • base=main
    • base~=^2(\.\d+){1,2}$

Rule: Dismiss block label if related issue be added into PR (label)

  • all of:
    • any of:
      • label=kind/bug
      • label=kind/enhancement
      • label=kind/feature
    • any of:
      • body~=\#[0-9]{1,6}(\s+|$)
      • body~=https://github.com/zilliztech/knowhere/issues/[0-9]{1,6}(\s+|$)
  • label!=kind/improvement
  • any of:
    • base=main
    • base~=^2(\.\d+){1,2}$

Rule: Blocking PR if have multiple 'kind' type labels (comment, label)

  • any of:
    • all of:
      • label=kind/improvement
      • any of:
        • label=kind/bug
        • label=kind/enhancement
        • label=kind/feature
    • all of:
      • label=kind/enhancement
      • any of:
        • label=kind/bug
        • label=kind/feature
        • label=kind/improvement
    • all of:
      • label=kind/feature
      • any of:
        • label=kind/bug
        • label=kind/enhancement
        • label=kind/improvement
    • all of:
      • label=kind/bug
      • any of:
        • label=kind/enhancement
        • label=kind/feature
        • label=kind/improvement
  • any of:
    • base=main
    • base~=^2(\.\d+){1,2}$

✅ Rule: Dismiss block PR if have not multiple 'kind' type labels (label)

  • any of:
    • base=main
    • base~=^2(\.\d+){1,2}$
  • any of:
    • all of:
      • -label=kind/bug
      • -label=kind/enhancement
      • -label=kind/feature
      • -label=kind/improvement
    • all of:
      • label=kind/improvement
      • -label=kind/bug
      • -label=kind/enhancement
      • -label=kind/feature
    • all of:
      • label=kind/enhancement
      • -label=kind/bug
      • -label=kind/feature
      • -label=kind/improvement
    • all of:
      • label=kind/feature
      • -label=kind/bug
      • -label=kind/enhancement
      • -label=kind/improvement
    • all of:
      • label=kind/bug
      • -label=kind/enhancement
      • -label=kind/feature
      • -label=kind/improvement

Rule: Test passed for code changed for main (label)

  • status-success=analyzer
  • status-success=e2e-gpu
  • status-success=pre-commit
  • status-success=python3 wheel
  • status-success=ut on ubuntu-22.04
  • status-success=ut-gpu
  • status-success=e2e
  • status-success=e2e(arm)
  • any of:
    • base=main
    • base~=^2(\.\d+){1,2}$

Rule: Test passed for cpu code changed only for main (label)

  • status-success=analyzer
  • status-success=pre-commit
  • status-success=python3 wheel
  • status-success=ut on ubuntu-22.04
  • -files~=^(?=src/index/ivf_raft/)
  • files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
  • status-success=e2e
  • status-success=e2e(arm)
  • any of:
    • base=main
    • base~=^2(\.\d+){1,2}$

Rule: Test passed for non c++ or go code changed for main (label)

  • -files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
  • status-success=analyzer
  • status-success=pre-commit
  • status-success=e2e
  • status-success=e2e(arm)
  • any of:
    • base=main
    • base~=^2(\.\d+){1,2}$

Rule: Test passed for title skip e2e (label)

  • -files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
  • title~=\[skip e2e\]
  • any of:
    • base=main
    • base~=^2(\.\d+){1,2}$

✅ Rule: Remove ci-passed label when ut failed for main (label)

  • files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
  • any of:
    • base=main
    • base~=^2(\.\d+){1,2}$
  • any of:
    • status-success!=analyzer
    • status-success!=pre-commit
    • status-success!=python3 wheel
    • status-success!=ut on ubuntu-22.04
    • status-success!=e2e
    • status-success!=e2e(arm)

Rule: Remove ci-passed label when gpu ut failed for main (label)

  • files~=^(?=src/index/ivf_raft/)
  • files~=^(?=.*((\.(h|cpp)|CMakeLists.txt))).*$
  • any of:
    • base=main
    • base~=^2(\.\d+){1,2}$
  • any of:
    • status-success!=analyzer
    • status-success!=e2e-gpu
    • status-success!=pre-commit
    • status-success!=python3 wheel
    • status-success!=ut on ubuntu-22.04
    • status-success!=ut-gpu
    • status-success!=e2e
    • status-success!=e2e(arm)

💖  Mergify is proud to provide this service for free to open source projects.

🚀  You can help us by becoming a sponsor!


2 not applicable rules

Rule: Add comment when jenkins job failed (comment)

  • check-failure=e2e
  • any of:
    • base=master
    • base~=^2(\.\d+){1,2}$

Rule: Add comment when e2e-sse job failed (comment)

  • check-failure=e2e-sse
  • any of:
    • base=master
    • base~=^2(\.\d+){1,2}$
Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com