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/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/linalg_arithmetic.rst
Arithmetic ========== .. role:: py(code) :language: c++ :class: highlight Addition -------- ``#include <raft/linalg/add.cuh>`` namespace *raft::linalg* .. doxygengroup:: add_dense :project: RAFT :members: :content-only: Binary Op --------- ``#include <raft/linalg/binary_op.cuh>`` namespace *...
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/mdspan.rst
Multi-dimensional Data ====================== This page provides C++ class references for the RAFT's 1d span and multi-dimension owning (mdarray) and non-owning (mdspan) APIs. These headers can be found in the `raft/core` directory. .. role:: py(code) :language: c++ :class: highlight .. toctree:: :maxdepth...
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/core_resources.rst
Resources ========= .. role:: py(code) :language: c++ :class: highlight All resources which are specific to a computing environment like host or device are contained within, and managed by, `raft::resources`. This design simplifies the APIs and eases user burden by making the APIs opaque by default but allowing...
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/linalg_blas.rst
BLAS Routines ============= .. role:: py(code) :language: c++ :class: highlight axpy ---- ``#include <raft/linalg/axpy.cuh>`` namespace *raft::linalg* .. doxygengroup:: axpy :project: RAFT :members: :content-only: dot --- ``#include <raft/linalg/dot.cuh>`` namespace *raft::linalg* .. doxygeng...
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/mdspan_temporary_device_buffer.rst
temporary_device_buffer: Temporary raft::device_mdspan Producing Object =========================================== .. role:: py(code) :language: c++ :class: highlight ``#include <raft/core/temporary_device_buffer.hpp>`` .. doxygengroup:: temporary_device_buffer :project: RAFT :members: :content-on...
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/random.rst
Random ====== This page provides C++ class references for the publicly-exposed elements of the random package. .. role:: py(code) :language: c++ :class: highlight Random State ############ ``#include <raft/random/rng_state.hpp>`` namespace *raft::random* .. doxygenstruct:: raft::random::RngState :projec...
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/mdspan_span.rst
span: One-dimensional Non-owning View ===================================== .. role:: py(code) :language: c++ :class: highlight ``#include <raft/core/span.hpp>`` .. doxygengroup:: span :project: RAFT :members: :content-only: ``#include <raft/core/device_span.hpp>`` .. doxygengroup:: device_span ...
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/linalg_matrix.rst
Matrix Operations ================= .. role:: py(code) :language: c++ :class: highlight Transpose --------- ``#include <raft/linalg/transpose.cuh>`` namespace *raft::linalg* .. doxygengroup:: transpose :project: RAFT :members: :content-only:
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/stats_neighborhood.rst
Neighborhood Model Scoring ========================== .. role:: py(code) :language: c++ :class: highlight Trustworthiness --------------- ``#include <raft/stats/trustworthiness.cuh>`` namespace *raft::stats* .. doxygengroup:: stats_trustworthiness :project: RAFT :members: :content-only: Neighbor...
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/cluster_slhc.rst
Hierarchical Clustering ======================= .. role:: py(code) :language: c++ :class: highlight ``#include <raft/cluster/single_linkage.cuh>`` .. doxygennamespace:: raft::cluster::hierarchy :project: RAFT :members: :content-only:
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/core_bitset.rst
Bitset ====== .. role:: py(code) :language: c++ :class: highlight ``#include <raft/core/bitset.cuh>`` namespace *raft::core* .. doxygengroup:: bitset :project: RAFT :members: :content-only:
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/linalg_solver.rst
Linear Algebra Solvers ====================== .. role:: py(code) :language: c++ :class: highlight Eigen Decomposition ------------------- ``#include <raft/linalg/eig.cuh>`` namespace *raft::linalg* .. doxygengroup:: eig :project: RAFT :members: :content-only: QR Decomposition ---------------- `...
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/stats.rst
Stats ===== This page provides C++ class references for the publicly-exposed elements of the stats package. .. role:: py(code) :language: c++ :class: highlight .. toctree:: :maxdepth: 2 :caption: Contents: stats_summary.rst stats_probability.rst stats_regression.rst stats_classification.rst ...
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/stats_regression.rst
Regression Model Scoring ======================== .. role:: py(code) :language: c++ :class: highlight Information Criterion --------------------- ``#include <raft/stats/information_criterion.cuh>`` namespace *raft::stats* .. doxygengroup:: stats_information_criterion :project: RAFT :members: :con...
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/cluster_kmeans_balanced.rst
K-Means ======= .. role:: py(code) :language: c++ :class: highlight ``#include <raft/cluster/kmeans_balanced.cuh>`` .. doxygennamespace:: raft::cluster::kmeans_balanced :project: RAFT :members: :content-only:
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/core_nvtx.rst
NVTX ==== .. role:: py(code) :language: c++ :class: highlight ``#include <raft/core/nvtx.hpp>`` namespace *raft::core* .. doxygennamespace:: raft::common::nvtx :project: RAFT :members: :content-only:
0
rapidsai_public_repos/raft/docs/source
rapidsai_public_repos/raft/docs/source/cpp_api/sparse.rst
Sparse ====== Core to RAFT's computational patterns for sparse data is its vocabulary of sparse types. .. role:: py(code) :language: c++ :class: highlight .. toctree:: :maxdepth: 2 :caption: Contents: sparse_types.rst sparse_distance.rst sparse_linalg.rst sparse_matrix.rst sparse_neighbo...
0
rapidsai_public_repos/raft
rapidsai_public_repos/raft/ci/test_python.sh
#!/bin/bash # Copyright (c) 2022-2023, NVIDIA CORPORATION. set -euo pipefail . /opt/conda/etc/profile.d/conda.sh rapids-logger "Generate Python testing dependencies" rapids-dependency-file-generator \ --output conda \ --file_key test_python \ --matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY...
0
rapidsai_public_repos/raft
rapidsai_public_repos/raft/ci/test_cpp.sh
#!/bin/bash # Copyright (c) 2022-2023, NVIDIA CORPORATION. set -euo pipefail . /opt/conda/etc/profile.d/conda.sh rapids-logger "Generate C++ testing dependencies" rapids-dependency-file-generator \ --output conda \ --file_key test_cpp \ --matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch)" | tee env.yaml rap...
0
rapidsai_public_repos/raft
rapidsai_public_repos/raft/ci/test_wheel_pylibraft.sh
#!/bin/bash # Copyright (c) 2023, NVIDIA CORPORATION. set -euo pipefail mkdir -p ./dist RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})" RAPIDS_PY_WHEEL_NAME="pylibraft_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-s3 ./dist # echo to expand wildcard before adding `[extra]` require...
0
rapidsai_public_repos/raft
rapidsai_public_repos/raft/ci/build_python.sh
#!/bin/bash # Copyright (c) 2022-2023, NVIDIA CORPORATION. set -euo pipefail source rapids-env-update export CMAKE_GENERATOR=Ninja rapids-print-env rapids-logger "Begin py build" CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp) version=$(rapids-generate-version) git_commit=$(git rev-parse HEAD) export RAPIDS_PAC...
0
rapidsai_public_repos/raft
rapidsai_public_repos/raft/ci/wheel_smoke_test_raft_dask.py
# Copyright (c) 2019-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
rapidsai_public_repos/raft/ci/build_wheel.sh
#!/bin/bash # Copyright (c) 2023, NVIDIA CORPORATION. set -euo pipefail package_name=$1 package_dir=$2 underscore_package_name=$(echo "${package_name}" | tr "-" "_") source rapids-configure-sccache source rapids-date-string version=$(rapids-generate-version) git_commit=$(git rev-parse HEAD) RAPIDS_PY_CUDA_SUFFIX="...
0
rapidsai_public_repos/raft
rapidsai_public_repos/raft/ci/build_wheel_pylibraft.sh
#!/bin/bash # Copyright (c) 2023, NVIDIA CORPORATION. set -euo pipefail # Set up skbuild options. Enable sccache in skbuild config options export SKBUILD_CONFIGURE_OPTIONS="-DRAFT_BUILD_WHEELS=ON -DDETECT_CONDA_ENV=OFF -DFIND_RAFT_CPP=OFF" ci/build_wheel.sh pylibraft python/pylibraft
0
rapidsai_public_repos/raft
rapidsai_public_repos/raft/ci/test_wheel_raft_dask.sh
#!/bin/bash # Copyright (c) 2023, NVIDIA CORPORATION. set -euo pipefail mkdir -p ./dist RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})" RAPIDS_PY_WHEEL_NAME="raft_dask_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-s3 ./dist # Download the pylibraft built in the previous step RAPID...
0
rapidsai_public_repos/raft
rapidsai_public_repos/raft/ci/check_style.sh
#!/bin/bash # Copyright (c) 2020-2023, NVIDIA CORPORATION. set -euo pipefail rapids-logger "Create checks conda environment" . /opt/conda/etc/profile.d/conda.sh rapids-dependency-file-generator \ --output conda \ --file_key checks \ --matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}"...
0
rapidsai_public_repos/raft
rapidsai_public_repos/raft/ci/build_cpp.sh
#!/bin/bash # Copyright (c) 2022-2023, NVIDIA CORPORATION. set -euo pipefail source rapids-env-update export CMAKE_GENERATOR=Ninja rapids-print-env version=$(rapids-generate-version) rapids-logger "Begin cpp build" RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild conda/recipes/libraft rapids-uplo...
0
rapidsai_public_repos/raft
rapidsai_public_repos/raft/ci/build_wheel_raft_dask.sh
#!/bin/bash # Copyright (c) 2023, NVIDIA CORPORATION. set -euo pipefail # Set up skbuild options. Enable sccache in skbuild config options export SKBUILD_CONFIGURE_OPTIONS="-DRAFT_BUILD_WHEELS=ON -DDETECT_CONDA_ENV=OFF -DFIND_RAFT_CPP=OFF" ci/build_wheel.sh raft-dask python/raft-dask
0
rapidsai_public_repos/raft
rapidsai_public_repos/raft/ci/wheel_smoke_test_pylibraft.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
rapidsai_public_repos/raft/ci/build_docs.sh
#!/bin/bash # Copyright (c) 2023, NVIDIA CORPORATION. set -euo pipefail rapids-logger "Create test conda environment" . /opt/conda/etc/profile.d/conda.sh rapids-dependency-file-generator \ --output conda \ --file_key docs \ --matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee en...
0
rapidsai_public_repos/raft/ci
rapidsai_public_repos/raft/ci/release/update-version.sh
#!/bin/bash # Copyright (c) 2020-2023, NVIDIA CORPORATION. ######################## # RAFT Version Updater # ######################## ## Usage # bash update-version.sh <new_version> # Format is YY.MM.PP - no leading 'v' or trailing 'a' NEXT_FULL_TAG=$1 # Get current version CURRENT_TAG=$(git tag --merged HEAD | gre...
0
rapidsai_public_repos/raft/ci
rapidsai_public_repos/raft/ci/checks/black_lists.sh
#!/bin/bash # Copyright (c) 2020-2022, NVIDIA CORPORATION. ########################################## # RAFT black listed function call Tester # ########################################## # PR_TARGET_BRANCH is set by the CI environment git checkout --quiet $PR_TARGET_BRANCH # Switch back to tip of PR branch git chec...
0
rapidsai_public_repos/raft/ci
rapidsai_public_repos/raft/ci/checks/copyright.py
# 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 # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agre...
0
rapidsai_public_repos/raft
rapidsai_public_repos/raft/thirdparty/README.md
# PCG Link to the repository https://github.com/imneme/pcg-c-basic Commit ID for last borrowed code bc39cd76ac3d541e618606bcc6e1e5ba5e5e6aa3
0
rapidsai_public_repos/raft/thirdparty
rapidsai_public_repos/raft/thirdparty/pcg/pcg_basic.c
/* * PCG Random Number Generation for C. * * Copyright 2014 Melissa O'Neill <oneill@pcg-random.org> * * 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/lice...
0
rapidsai_public_repos/raft/thirdparty
rapidsai_public_repos/raft/thirdparty/pcg/LICENSE.txt
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/thirdparty
rapidsai_public_repos/raft/thirdparty/LICENSES/LICENSE.pytorch
From PyTorch: Copyright (c) 2016- Facebook, Inc (Adam Paszke) Copyright (c) 2014- Facebook, Inc (Soumith Chintala) Copyright (c) 2011-2014 Idiap Research Institute (Ronan Collobert) Copyright (c) 2012-2014 Deepmind Technologies (Koray Kavukcuoglu) Copyright (c) 2011-2012 NEC Laboratori...
0
rapidsai_public_repos/raft/thirdparty
rapidsai_public_repos/raft/thirdparty/LICENSES/mdarray.license
/* //@HEADER // ************************************************************************ // // Kokkos v. 2.0 // Copyright (2019) Sandia Corporation // // Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, // the U.S. Government retains certain rights in this softw...
0
rapidsai_public_repos/raft/thirdparty
rapidsai_public_repos/raft/thirdparty/LICENSES/LICENSE.faiss
MIT License Copyright (c) Facebook, Inc. and its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, mer...
0
rapidsai_public_repos/raft/thirdparty
rapidsai_public_repos/raft/thirdparty/LICENSES/LICENSE.ann-benchmark
MIT License Copyright (c) 2018 Erik Bernhardsson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,...
0
rapidsai_public_repos/raft/thirdparty
rapidsai_public_repos/raft/thirdparty/LICENSES/LICENSE_Date_Nagi
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
rapidsai_public_repos/cuvs/.pre-commit-config.yaml
# Copyright (c) 2022-2023, NVIDIA CORPORATION. repos: - repo: https://github.com/PyCQA/isort rev: 5.12.0 hooks: - id: isort # Use the config file specific to each subproject so that each # project can specify its own first/third-party packages. ...
0
rapidsai_public_repos
rapidsai_public_repos/cuvs/setup.cfg
# Copyright (c) 2022-2023, NVIDIA CORPORATION. [flake8] filename = *.py, *.pyx, *.pxd, *.pxi exclude = __init__.py, *.egg, build, docs, .git force-check = True ignore = # line break before binary operator W503, # whitespace before : E203 per-file-ignores = # Rules ignored only in Cython: # E211...
0
rapidsai_public_repos
rapidsai_public_repos/cuvs/pyproject.toml
[tool.black] line-length = 79 target-version = ["py39"] include = '\.py?$' force-exclude = ''' /( thirdparty | \.eggs | \.git | \.hg | \.mypy_cache | \.tox | \.venv | _build | buck-out | build | dist )/ ''' [tool.pydocstyle] # Due to https://github.com/PyCQA/pydocstyle/issue...
0
rapidsai_public_repos
rapidsai_public_repos/cuvs/.flake8
# Copyright (c) 2022-2023, NVIDIA CORPORATION. [flake8] filename = *.py, *.pyx, *.pxd, *.pxi exclude = __init__.py, *.egg, build, docs, .git force-check = True ignore = # line break before binary operator W503, # whitespace before : E203 per-file-ignores = # Rules ignored only in Cython: # E211...
0
rapidsai_public_repos
rapidsai_public_repos/cuvs/fetch_rapids.cmake
# ============================================================================= # 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
rapidsai_public_repos/cuvs/README.md
# <div align="left"><img src="https://rapids.ai/assets/images/rapids_logo.png" width="90px"/>&nbsp;cuVS: Vector Search on the GPU</div>
0
rapidsai_public_repos
rapidsai_public_repos/cuvs/build.sh
#!/bin/bash # Copyright (c) 2020-2023, NVIDIA CORPORATION. # cuvs build scripts # This script is used to build the component(s) in this repo from # source, and can be called with various options to customize the # build as needed (see the help output for details) # Abort script on first error set -e NUMARGS=$# ARG...
0
rapidsai_public_repos
rapidsai_public_repos/cuvs/dependencies.yaml
# Dependency list for https://github.com/rapidsai/dependency-file-generator files: all: output: conda matrix: cuda: ["11.8", "12.0"] arch: [x86_64, aarch64] includes: - build - build_cuvs - cudatoolkit - develop - checks - build_wheels - test_libcuvs ...
0
rapidsai_public_repos
rapidsai_public_repos/cuvs/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
rapidsai_public_repos/cuvs/VERSION
24.02.00
0
rapidsai_public_repos/cuvs/python
rapidsai_public_repos/cuvs/python/cuvs/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 raft cugraph dask_cudf rmm kno...
0
rapidsai_public_repos/cuvs/python
rapidsai_public_repos/cuvs/python/cuvs/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/cuvs/python
rapidsai_public_repos/cuvs/python/cuvs/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/cuvs/python
rapidsai_public_repos/cuvs/python/cuvs/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/cuvs/python
rapidsai_public_repos/cuvs/python/cuvs/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/cuvs/python
rapidsai_public_repos/cuvs/python/cuvs/.coveragerc
# Configuration file for Python coverage tests [run] source = pylibraft
0
rapidsai_public_repos/cuvs/python/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/_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/cuvs/python/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/__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/cuvs/python/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/VERSION
24.02.00
0
rapidsai_public_repos/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/distance/distance_type.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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/distance/__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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/distance/__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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/neighbors/__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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors
rapidsai_public_repos/cuvs/python/cuvs/cuvs/neighbors/ivf_pq/__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/cuvs/python/cuvs/cuvs/neighbors/ivf_pq
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors/ivf_pq
rapidsai_public_repos/cuvs/python/cuvs/cuvs/neighbors/ivf_pq/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/cuvs/python/cuvs/cuvs/neighbors
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors/cagra
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors/cagra
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors/ivf_flat
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/neighbors/ivf_flat
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/matrix
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs/matrix
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/test/test_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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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/cuvs/python/cuvs/cuvs
rapidsai_public_repos/cuvs/python/cuvs/cuvs/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