Skip to content

Commit d6b3bc8

Browse files
authored
Merge branch 'main' into tolerance
2 parents 0d47620 + 0e94a8c commit d6b3bc8

46 files changed

Lines changed: 1771 additions & 971 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
#c code owners
2-
c/ @rapidsai/cuvs-c-codeowners
3-
examples/c/ @rapidsai/cuvs-c-codeowners
2+
c/ @NVIDIA/cuvs-c-codeowners
3+
examples/c/ @NVIDIA/cuvs-c-codeowners
44

55
#cpp code owners
6-
cpp/ @rapidsai/cuvs-cpp-codeowners
7-
examples/cpp/ @rapidsai/cuvs-cpp-codeowners
6+
cpp/ @NVIDIA/cuvs-cpp-codeowners
7+
examples/cpp/ @NVIDIA/cuvs-cpp-codeowners
88

99

1010
#java code owners
11-
java/ @rapidsai/cuvs-java-codeowners
12-
examples/java/ @rapidsai/cuvs-java-codeowners
11+
java/ @NVIDIA/cuvs-java-codeowners
12+
examples/java/ @NVIDIA/cuvs-java-codeowners
1313

1414
#python code owners
15-
python/ @rapidsai/cuvs-python-codeowners
15+
python/ @NVIDIA/cuvs-python-codeowners
1616

1717
#rust code owners
18-
rust/ @rapidsai/cuvs-rust-codeowners
19-
examples/rust/ @rapidsai/cuvs-rust-codeowners
18+
rust/ @NVIDIA/cuvs-rust-codeowners
19+
examples/rust/ @NVIDIA/cuvs-rust-codeowners
2020

2121
#docs code owners
22-
docs/ @rapidsai/cuvs-docs-codeowners
23-
fern/ @rapidsai/cuvs-docs-codeowners
22+
docs/ @NVIDIA/cuvs-docs-codeowners
23+
fern/ @NVIDIA/cuvs-docs-codeowners
2424

2525
#cmake code owners
26-
CMakeLists.txt @rapidsai/cuvs-cmake-codeowners
27-
**/cmake/ @rapidsai/cuvs-cmake-codeowners
28-
*.cmake @rapidsai/cuvs-cmake-codeowners
29-
cpp/scripts/run-cmake-format.sh @rapidsai/cuvs-cmake-codeowners
26+
CMakeLists.txt @NVIDIA/cuvs-cmake-codeowners
27+
**/cmake/ @NVIDIA/cuvs-cmake-codeowners
28+
*.cmake @NVIDIA/cuvs-cmake-codeowners
29+
cpp/scripts/run-cmake-format.sh @NVIDIA/cuvs-cmake-codeowners
3030

3131
#CI code owners
32-
/.github/ @rapidsai/ci-codeowners
33-
/ci/ @rapidsai/ci-codeowners
34-
/.shellcheckrc @rapidsai/ci-codeowners
35-
/.coderabbit.yaml @rapidsai/ci-codeowners
32+
/.github/ @NVIDIA/adi-ci-codeowners
33+
/ci/ @NVIDIA/adi-ci-codeowners
34+
/.shellcheckrc @NVIDIA/adi-ci-codeowners
35+
/.coderabbit.yaml @NVIDIA/adi-ci-codeowners
3636

3737
#packaging code owners
38-
/.pre-commit-config.yaml @rapidsai/packaging-codeowners
39-
/.devcontainer/ @rapidsai/packaging-codeowners
40-
/conda/ @rapidsai/packaging-codeowners
41-
dependencies.yaml @rapidsai/packaging-codeowners
42-
/build.sh @rapidsai/packaging-codeowners
43-
pyproject.toml @rapidsai/packaging-codeowners
44-
python/setup.py @rapidsai/packaging-codeowners
45-
build.sh @rapidsai/packaging-codeowners
46-
**/build.sh @rapidsai/packaging-codeowners
38+
/.pre-commit-config.yaml @NVIDIA/adi-packaging-codeowners
39+
/.devcontainer/ @NVIDIA/adi-packaging-codeowners
40+
/conda/ @NVIDIA/adi-packaging-codeowners
41+
dependencies.yaml @NVIDIA/adi-packaging-codeowners
42+
/build.sh @NVIDIA/adi-packaging-codeowners
43+
pyproject.toml @NVIDIA/adi-packaging-codeowners
44+
python/setup.py @NVIDIA/adi-packaging-codeowners
45+
build.sh @NVIDIA/adi-packaging-codeowners
46+
**/build.sh @NVIDIA/adi-packaging-codeowners
4747

4848
# Ops code owners
49-
/SECURITY.md @rapidsai/ops-codeowners
49+
/SECURITY.md @NVIDIA/adi-ops-codeowners

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This project has adopted the [Contributor Covenant Code of Conduct](https://docs.rapids.ai/resources/conduct/).

.github/workflows/build.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
packages: read
4444
pull-requests: read
4545
secrets: inherit # zizmor: ignore[secrets-inherit]
46-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-13.3.0
46+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
4747
with:
4848
build_type: ${{ inputs.build_type || 'branch' }}
4949
branch: ${{ inputs.branch }}
@@ -55,7 +55,7 @@ jobs:
5555
rocky8-clib-standalone-build-matrix:
5656
permissions:
5757
contents: read
58-
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@cuda-13.3.0
58+
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main
5959
with:
6060
build_type: pull-request
6161
matrix_name: conda-cpp-build
@@ -68,7 +68,7 @@ jobs:
6868
packages: read
6969
pull-requests: read
7070
secrets: inherit # zizmor: ignore[secrets-inherit]
71-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.3.0
71+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
7272
strategy:
7373
fail-fast: false
7474
matrix: ${{ fromJSON(needs.rocky8-clib-standalone-build-matrix.outputs.matrix) }}
@@ -88,7 +88,7 @@ jobs:
8888
needs: cpp-build
8989
permissions:
9090
contents: read
91-
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@cuda-13.3.0
91+
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main
9292
with:
9393
build_type: pull-request
9494
matrix_name: conda-cpp-build
@@ -102,7 +102,7 @@ jobs:
102102
packages: read
103103
pull-requests: read
104104
secrets: inherit # zizmor: ignore[secrets-inherit]
105-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.3.0
105+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
106106
# Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
107107
# If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
108108
strategy:
@@ -121,7 +121,7 @@ jobs:
121121
needs: cpp-build
122122
permissions:
123123
contents: read
124-
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@cuda-13.3.0
124+
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main
125125
with:
126126
build_type: pull-request
127127
matrix_name: conda-cpp-build
@@ -135,7 +135,7 @@ jobs:
135135
packages: read
136136
pull-requests: read
137137
secrets: inherit # zizmor: ignore[secrets-inherit]
138-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.3.0
138+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
139139
# Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
140140
# If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
141141
strategy:
@@ -154,7 +154,7 @@ jobs:
154154
needs: cpp-build
155155
permissions:
156156
contents: read
157-
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@cuda-13.3.0
157+
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main
158158
with:
159159
build_type: pull-request
160160
matrix_name: conda-cpp-build
@@ -168,7 +168,7 @@ jobs:
168168
packages: read
169169
pull-requests: read
170170
secrets: inherit # zizmor: ignore[secrets-inherit]
171-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.3.0
171+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
172172
# Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
173173
# If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
174174
strategy:
@@ -193,7 +193,7 @@ jobs:
193193
packages: read
194194
pull-requests: read
195195
secrets: inherit # zizmor: ignore[secrets-inherit]
196-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.3.0
196+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
197197
with:
198198
build_type: ${{ inputs.build_type || 'branch' }}
199199
branch: ${{ inputs.branch }}
@@ -210,7 +210,7 @@ jobs:
210210
id-token: write
211211
packages: read
212212
pull-requests: read
213-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@cuda-13.3.0
213+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@main
214214
secrets:
215215
CONDA_RAPIDSAI_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_NIGHTLY_TOKEN }}
216216
CONDA_RAPIDSAI_TOKEN: ${{ secrets.CONDA_RAPIDSAI_TOKEN }}
@@ -236,7 +236,7 @@ jobs:
236236
packages: read
237237
pull-requests: read
238238
secrets: inherit # zizmor: ignore[secrets-inherit]
239-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.3.0
239+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
240240
with:
241241
arch: "amd64"
242242
branch: ${{ inputs.branch }}
@@ -254,7 +254,7 @@ jobs:
254254
packages: read
255255
pull-requests: read
256256
secrets: inherit # zizmor: ignore[secrets-inherit]
257-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.3.0
257+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
258258
with:
259259
build_type: ${{ inputs.build_type || 'branch' }}
260260
branch: ${{ inputs.branch }}
@@ -274,7 +274,7 @@ jobs:
274274
id-token: write
275275
packages: read
276276
pull-requests: read
277-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-13.3.0
277+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
278278
secrets:
279279
CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN }}
280280
RAPIDSAI_PYPI_TOKEN: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}
@@ -295,7 +295,7 @@ jobs:
295295
packages: read
296296
pull-requests: read
297297
secrets: inherit # zizmor: ignore[secrets-inherit]
298-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.3.0
298+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
299299
with:
300300
build_type: ${{ inputs.build_type || 'branch' }}
301301
branch: ${{ inputs.branch }}
@@ -315,7 +315,7 @@ jobs:
315315
id-token: write
316316
packages: read
317317
pull-requests: read
318-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-13.3.0
318+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
319319
secrets:
320320
CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN }}
321321
RAPIDSAI_PYPI_TOKEN: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}
@@ -330,7 +330,7 @@ jobs:
330330
devcontainers:
331331
name: Build devcontainers
332332
secrets: inherit # zizmor: ignore[secrets-inherit]
333-
uses: rapidsai/shared-workflows/.github/workflows/build-devcontainers.yaml@cuda-13.3.0
333+
uses: rapidsai/shared-workflows/.github/workflows/build-devcontainers.yaml@main
334334
permissions:
335335
packages: write
336336
with:

0 commit comments

Comments
 (0)