Skip to content

Add sharding convenience function for IVF indexes #2133

Add sharding convenience function for IVF indexes

Add sharding convenience function for IVF indexes #2133

Triggered via pull request February 4, 2025 00:12
Status Success
Total duration 1h 53m 12s
Artifacts 8

build.yml

on: pull_request
build-pull-request  /  Linux x86_64 (cmake)
15m 3s
build-pull-request / Linux x86_64 (cmake)
build-pull-request  /  Format
38s
build-pull-request / Format
build-release  /  Linux arm64 packages
build-release / Linux arm64 packages
build-release  /  Linux x86_64 GPU packages (CUDA 11.4.4)
build-release / Linux x86_64 GPU packages (CUDA 11.4.4)
build-release  /  Linux x86_64 GPU packages (CUDA 12.1.1)
build-release / Linux x86_64 GPU packages (CUDA 12.1.1)
build-release  /  Linux x86_64 GPU w/ cuVS packages (CUDA 11.8.0)
build-release / Linux x86_64 GPU w/ cuVS packages (CUDA 11.8.0)
build-release  /  Linux x86_64 GPU w/ cuVS packages (CUDA 12.4.0)
build-release / Linux x86_64 GPU w/ cuVS packages (CUDA 12.4.0)
build-release  /  Linux x86_64 packages
build-release / Linux x86_64 packages
build-release  /  OSX arm64 packages
build-release / OSX arm64 packages
build-release  /  Windows x86_64 packages
build-release / Windows x86_64 packages
build-pull-request  /  Linux x86_64 AVX2 (cmake)
14m 51s
build-pull-request / Linux x86_64 AVX2 (cmake)
build-pull-request  /  Linux x86_64 AVX512 (cmake)
22m 34s
build-pull-request / Linux x86_64 AVX512 (cmake)
build-pull-request  /  Linux x86_64 AVX512_SPR (cmake)
28m 35s
build-pull-request / Linux x86_64 AVX512_SPR (cmake)
build-pull-request  /  Linux x86_64 GPU (cmake)
38m 54s
build-pull-request / Linux x86_64 GPU (cmake)
build-pull-request  /  Linux x86_64 GPU w/ cuVS (cmake)
1h 37m
build-pull-request / Linux x86_64 GPU w/ cuVS (cmake)
build-pull-request  /  Linux x86_64 GPU w/ ROCm (cmake)
31m 46s
build-pull-request / Linux x86_64 GPU w/ ROCm (cmake)
build-pull-request  /  Linux arm64 SVE (cmake)
14m 46s
build-pull-request / Linux arm64 SVE (cmake)
build-pull-request  /  Linux x86_64 (conda)
18m 27s
build-pull-request / Linux x86_64 (conda)
build-pull-request  /  Windows x86_64 (conda)
32m 47s
build-pull-request / Windows x86_64 (conda)
build-pull-request  /  Linux arm64 (conda)
9m 30s
build-pull-request / Linux arm64 (conda)
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-pull-request / Linux x86_64 (cmake)
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux arm64 (conda)
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux arm64 SVE (cmake)
/home/ubuntu/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 AVX2 (cmake)
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 (conda)
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 AVX512 (cmake)
/home/ubuntu/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 AVX512_SPR (cmake)
/home/ubuntu/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 GPU w/ ROCm (cmake)
/github/home/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Windows x86_64 (conda)
C:\Users\runneradmin\miniconda3\Lib\site-packages\conda\base\context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 GPU (cmake)
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 GPU w/ cuVS (cmake)
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(

Artifacts

Produced during runtime
Name Size
test-results-arch=ARM64-opt=sve-gpu=OFF-cuvs=OFF-rocm=OFF
67.8 KB
test-results-arch=X64-opt=avx2-gpu=OFF-cuvs=OFF-rocm=OFF
67.7 KB
test-results-arch=X64-opt=avx512-gpu=OFF-cuvs=OFF-rocm=OFF
69.6 KB
test-results-arch=X64-opt=avx512_spr-gpu=OFF-cuvs=OFF-rocm=OFF
69.8 KB
test-results-arch=X64-opt=generic-gpu=OFF-cuvs=OFF-rocm=OFF
61.3 KB
test-results-arch=X64-opt=generic-gpu=ON-cuvs=OFF-rocm=OFF
109 KB
test-results-arch=X64-opt=generic-gpu=ON-cuvs=OFF-rocm=ON
107 KB
test-results-arch=X64-opt=generic-gpu=ON-cuvs=ON-rocm=OFF
125 KB