repo_id stringlengths 21 96 | file_path stringlengths 31 155 | content stringlengths 1 92.9M | __index_level_0__ int64 0 0 |
|---|---|---|---|
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/run/conf | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/run/conf/algos/hnswlib.yaml | name: hnswlib
constraints:
search: raft-ann-bench.constraints.hnswlib_search_constraints
groups:
base:
build:
M: [12, 16, 24, 36]
efConstruction: [64, 128, 256, 512]
search:
ef: [10, 20, 40, 60, 80, 120, 200, 400, 600, 800]
| 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/run/conf | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/run/conf/algos/raft_ivf_pq.yaml | name: raft_ivf_pq
constraints:
build: raft-ann-bench.constraints.raft_ivf_pq_build_constraints
search: raft-ann-bench.constraints.raft_ivf_pq_search_constraints
groups:
base:
build:
nlist: [1024, 2048, 4096, 8192]
pq_dim: [64, 32]
pq_bits: [8, 6, 5, 4]
ratio: [10, 25]
niter: [25]... | 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/run/conf | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/run/conf/algos/faiss_gpu_ivf_pq.yaml | name: faiss_gpu_ivf_pq
groups:
base:
build:
nlist: [1024, 2048, 4096, 8192]
M: [8, 16]
ratio: [10, 25]
usePrecomputed: [False]
useFloat16: [False]
search:
nprobe: [1, 5, 10, 50, 100, 200]
refine_ratio: [1] | 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/run/conf | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/run/conf/algos/raft_cagra.yaml | name: raft_cagra
constraints:
search: raft-ann-bench.constraints.raft_cagra_search_constraints
groups:
base:
build:
graph_degree: [32, 64, 128, 256]
intermediate_graph_degree: [32, 64, 96, 128]
graph_build_algo: ["NN_DESCENT"]
search:
itopk: [32, 64, 128, 256, 512]
search_width... | 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/run/conf | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/run/conf/algos/raft_cagra_hnswlib.yaml | name: raft_cagra_hnswlib
constraints:
search: raft-ann-bench.constraints.hnswlib_search_constraints
groups:
base:
build:
graph_degree: [32, 64, 128, 256]
intermediate_graph_degree: [32, 64, 96, 128]
graph_build_algo: ["NN_DESCENT"]
search:
ef: [10, 20, 40, 60, 80, 120, 200, 400, 600,... | 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/constraints/__init__.py | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/split_groundtruth/split_groundtruth.pl | #!/usr/bin/perl
# =============================================================================
# Copyright (c) 2020-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#... | 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/split_groundtruth/__main__.py | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/generate_groundtruth/utils.py | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/generate_groundtruth/__main__.py | #!/usr/bin/env python
#
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... | 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/get_dataset/hdf5_to_fbin.py | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/get_dataset/fbin_to_f16bin.py | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/get_dataset/__main__.py | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/data_export/__main__.py | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench | rapidsai_public_repos/raft/python/raft-ann-bench/src/raft-ann-bench/plot/__main__.py | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python | rapidsai_public_repos/raft/python/pylibraft/setup.cfg | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
[isort]
line_length=79
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
combine_as_imports=True
order_by_type=True
known_dask=
dask
distributed
dask_cuda
known_rapids=
nvtext
cudf
cuml
cugraph
dask_cudf
rmm
known_first_... | 0 |
rapidsai_public_repos/raft/python | rapidsai_public_repos/raft/python/pylibraft/pyproject.toml | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python | rapidsai_public_repos/raft/python/pylibraft/CMakeLists.txt | # =============================================================================
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#
# http://www.apa... | 0 |
rapidsai_public_repos/raft/python | rapidsai_public_repos/raft/python/pylibraft/setup.py | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python | rapidsai_public_repos/raft/python/pylibraft/LICENSE | Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
... | 0 |
rapidsai_public_repos/raft/python | rapidsai_public_repos/raft/python/pylibraft/.coveragerc | # Configuration file for Python coverage tests
[run]
source = pylibraft | 0 |
rapidsai_public_repos/raft/python/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/_version.py | # Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/config.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/__init__.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/VERSION | 24.02.00
| 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/random/CMakeLists.txt | # =============================================================================
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#
# http://www.apa... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/random/rmat_rectangular_generator.pyx | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/random/__init__.pxd | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/random/__init__.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/random | rapidsai_public_repos/raft/python/pylibraft/pylibraft/random/cpp/rng_state.pxd | #
# Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/distance/distance_type.pxd | #
# Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/distance/pairwise_distance.pyx | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/distance/CMakeLists.txt | # =============================================================================
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#
# http://www.apa... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/distance/__init__.pxd | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/distance/fused_l2_nn.pyx | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/distance/__init__.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/brute_force.pyx | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/CMakeLists.txt | # =============================================================================
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#
# http://www.apa... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/common.pxd | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/__init__.pxd | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/common.pyx | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/refine.pyx | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/__init__.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_pq/CMakeLists.txt | # =============================================================================
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#
# http://www.apa... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_pq/ivf_pq.pyx | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_pq/ivf_pq.pxd | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_pq/__init__.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_pq | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_pq/cpp/c_ivf_pq.pxd | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_pq | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_pq/cpp/__init__.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/cagra/CMakeLists.txt | # =============================================================================
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#
# http://www.apache.o... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/cagra/cagra.pyx | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/cagra/__init__.py | # Copyright (c) 2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/cagra | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/cagra/cpp/__init__.py | # Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/cagra | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/cagra/cpp/c_cagra.pxd | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/cpp/brute_force.pxd | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/cpp/__init__.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_flat/CMakeLists.txt | # =============================================================================
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#
# http://www.apache.o... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_flat/__init__.py | # Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_flat/ivf_flat.pyx | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_flat | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_flat/cpp/c_ivf_flat.pxd | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_flat | rapidsai_public_repos/raft/python/pylibraft/pylibraft/neighbors/ivf_flat/cpp/__init__.py | # Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/matrix/CMakeLists.txt | # =============================================================================
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#
# http://www.apa... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/matrix/select_k.pyx | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/matrix/__init__.pxd | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/matrix/__init__.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/matrix | rapidsai_public_repos/raft/python/pylibraft/pylibraft/matrix/cpp/select_k.pxd | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft/matrix | rapidsai_public_repos/raft/python/pylibraft/pylibraft/matrix/cpp/__init__.py | # Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_device_ndarray.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_select_k.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_mdspan_serializer.py | # Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_random.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_refine.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# h ttp://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agr... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_cagra.py | # Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# h ttp://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed t... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_doctests.py | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_kmeans.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_config.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_ivf_pq.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# h ttp://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agr... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_cai_wrapper.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_distance.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_z_interruptible.py | # Copyright (c) 2022, NVIDIA CORPORATION.
import os
import signal
import time
import pytest
from pylibraft.common.interruptible import cuda_interruptible, cuda_yield
def send_ctrl_c():
# signal.raise_signal(signal.SIGINT) available only since python 3.8
os.kill(os.getpid(), signal.SIGINT)
def test_should... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_handle.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_brute_force.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_ivf_flat.py | # Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# h ttp://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed t... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/test/test_fused_l2_argmin.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/mdspan.pyx | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/CMakeLists.txt | # =============================================================================
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#
# http://www.apa... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/handle.pyx | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/outputs.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/cuda.pyx | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/handle.pxd | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/device_ndarray.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/interruptible.pxd | #
# Copyright (c) 2021-2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/__init__.pxd | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/input_validation.py | #
# Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/cuda.pxd | #
# Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/ai_wrapper.py | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/optional.pxd | #
# Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/__init__.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/cai_wrapper.py | #
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
rapidsai_public_repos/raft/python/pylibraft/pylibraft | rapidsai_public_repos/raft/python/pylibraft/pylibraft/common/interruptible.pyx | #
# Copyright (c) 2021-2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.