-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'branch-24.12' into dgl-linkpred
- Loading branch information
Showing
16 changed files
with
209 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Configuration file for `copy-pr-bot` GitHub App | ||
# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/ | ||
|
||
enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# This file controls which features from the `ops-bot` repository below are enabled. | ||
# - https://github.com/rapidsai/ops-bot | ||
|
||
auto_merger: true | ||
branch_checker: true | ||
label_checker: true | ||
release_drafter: true | ||
recently_updated: true | ||
forward_merger: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
name: pr | ||
|
||
on: | ||
push: | ||
branches: | ||
- "pull-request/[0-9]+" | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
pr-builder: | ||
needs: | ||
- changed-files | ||
- checks | ||
secrets: inherit | ||
uses: rapidsai/shared-workflows/.github/workflows/[email protected] | ||
if: always() | ||
with: | ||
needs: ${{ toJSON(needs) }} | ||
changed-files: | ||
secrets: inherit | ||
uses: rapidsai/shared-workflows/.github/workflows/[email protected] | ||
with: | ||
files_yaml: | | ||
test_cpp: | ||
- '**' | ||
- '!.devcontainers/**' | ||
- '!CONTRIBUTING.md' | ||
- '!README.md' | ||
- '!docs/**' | ||
- '!img/**' | ||
- '!mg_utils/**' | ||
- '!notebooks/**' | ||
- '!python/**' | ||
- '!readme_pages/**' | ||
test_notebooks: | ||
- '**' | ||
- '!.devcontainers/**' | ||
- '!CONTRIBUTING.md' | ||
- '!README.md' | ||
- '!docs/**' | ||
test_python: | ||
- '**' | ||
- '!.devcontainers/**' | ||
- '!CONTRIBUTING.md' | ||
- '!README.md' | ||
- '!docs/**' | ||
- '!img/**' | ||
- '!notebooks/**' | ||
checks: | ||
secrets: inherit | ||
uses: rapidsai/shared-workflows/.github/workflows/[email protected] | ||
with: | ||
enable_check_generated_files: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
24.10.00 | ||
24.12.00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# This file is generated by `rapids-dependency-file-generator`. | ||
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. | ||
channels: | ||
- rapidsai | ||
- rapidsai-nightly | ||
- dask/label/dev | ||
- pyg | ||
- conda-forge | ||
- nvidia | ||
dependencies: | ||
- breathe | ||
- cmake>=3.26.4,!=3.30.0 | ||
- cuda-cudart-dev | ||
- cuda-nvtx-dev | ||
- cuda-profiler-api | ||
- cuda-version=12.4 | ||
- cudf==24.12.*,>=0.0.0a0 | ||
- cugraph==24.12.*,>=0.0.0a0 | ||
- cupy>=12.0.0 | ||
- cython>=3.0.0 | ||
- dask-cudf==24.12.*,>=0.0.0a0 | ||
- dglteam/label/th21_cu121::dgl | ||
- doxygen | ||
- graphviz | ||
- ipython | ||
- libcublas-dev | ||
- libcurand-dev | ||
- libcusolver-dev | ||
- libcusparse-dev | ||
- nbsphinx | ||
- ninja | ||
- notebook>=0.5.0 | ||
- numba>=0.57 | ||
- numpy>=1.23,<3.0a0 | ||
- numpydoc | ||
- pandas | ||
- pre-commit | ||
- pydantic | ||
- pydata-sphinx-theme | ||
- pyg::pyg | ||
- pylibcugraphops==24.12.*,>=0.0.0a0 | ||
- pylibraft==24.12.*,>=0.0.0a0 | ||
- pylibwholegraph==24.12.*,>=0.0.0a0 | ||
- pytest | ||
- pytest-benchmark | ||
- pytest-cov | ||
- pytest-xdist | ||
- pytorch-cuda=12.1 | ||
- pytorch::pytorch>=2.0,<2.2.0a0 | ||
- raft-dask==24.12.*,>=0.0.0a0 | ||
- recommonmark | ||
- rmm==24.12.*,>=0.0.0a0 | ||
- scikit-build-core>=0.10.0 | ||
- scipy | ||
- setuptools>=61.0.0 | ||
- sphinx-copybutton | ||
- sphinx-markdown-tables | ||
- sphinx<6 | ||
- sphinxcontrib-websupport | ||
- torchdata | ||
- wget | ||
- wheel | ||
name: all_cuda-124_arch-x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.