-
Notifications
You must be signed in to change notification settings - Fork 44
move cugraph projects around for 24.12 #417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
9ab53a6
974f77f
4b23b15
18224c5
17192b0
861d75a
2c5837d
a90d36f
812e245
58161d6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -102,7 +102,7 @@ repos: | |
|
|
||
| - name: raft | ||
| path: raft | ||
| git: {<<: *git_defaults, repo: raft} | ||
| git: {host: github, upstream: jameslamb, repo: raft, tag: wheel-validation} | ||
| cpp: | ||
| - name: raft | ||
| sub_dir: cpp | ||
|
|
@@ -187,21 +187,6 @@ repos: | |
| cmake: -DCMAKE_CUDA_ARCHITECTURES="${CUDAARCHS}" | ||
| install: *rapids_build_backend_args | ||
|
|
||
| - name: wholegraph | ||
| path: wholegraph | ||
| git: {<<: *git_defaults, repo: wholegraph} | ||
| cpp: | ||
| - name: wholegraph | ||
| sub_dir: cpp | ||
| depends: [raft] | ||
| args: | ||
| cmake: -DCMAKE_CUDA_ARCHITECTURES="${CUDAARCHS}" | ||
| python: | ||
| - name: wholegraph | ||
| sub_dir: python/pylibwholegraph | ||
| depends: [wholegraph] | ||
| args: {install: *rapids_build_backend_args} | ||
|
|
||
| - name: cugraph | ||
| path: cugraph | ||
| git: {<<: *git_defaults, repo: cugraph} | ||
|
|
@@ -224,12 +209,6 @@ repos: | |
| sub_dir: python/cugraph | ||
| depends: [cugraph] | ||
| args: {cmake: -DFIND_CUGRAPH_CPP=ON, install: *rapids_build_backend_args} | ||
| - name: nx-cugraph | ||
| sub_dir: python/nx-cugraph | ||
| args: {install: *rapids_build_backend_args} | ||
| - name: cugraph-dgl | ||
| sub_dir: python/cugraph-dgl | ||
| args: {install: *rapids_build_backend_args} | ||
| - name: cugraph-equivariant | ||
| sub_dir: python/cugraph-equivariant | ||
| args: {install: *rapids_build_backend_args} | ||
|
|
@@ -243,6 +222,35 @@ repos: | |
| sub_dir: python/cugraph-service/server | ||
| args: {install: *rapids_build_backend_args} | ||
|
|
||
| - name: cugraph-gnn | ||
| path: cugraph-gnn | ||
| git: {host: github, upstream: jameslamb, repo: cugraph-gnn, tag: devcontainers} | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Doing this to test changes in rapidsai/cugraph-gnn#68 It should be pointed at the real upstream repo after that PR is merged.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It looks to me like the changes in rapidsai/cugraph-gnn#68 did resolve the conda solve issues I was seeing before. Now CI is failing here with what looks like a cuVS issues that's being fixed upstream: #418 (comment)
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Now this is failing when compiling RAFT:
Maybe a result of facebookresearch/faiss#3549 being merged 2 hours ago? @tarang-jain can you take a look?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PR to hopefully fix the RAFT issue: NVIDIA/raft#2496 |
||
| cpp: | ||
| - name: wholegraph | ||
| sub_dir: cpp | ||
| depends: [raft] | ||
| args: | ||
| cmake: -DCMAKE_CUDA_ARCHITECTURES="${CUDAARCHS}" | ||
| python: | ||
| - name: wholegraph | ||
| sub_dir: python/pylibwholegraph | ||
| depends: [wholegraph] | ||
| args: {install: *rapids_build_backend_args} | ||
| - name: cugraph-dgl | ||
| sub_dir: python/cugraph-dgl | ||
| args: {install: *rapids_build_backend_args} | ||
| - name: cugraph_pyg | ||
| sub_dir: python/cugraph-pyg | ||
| args: {install: *rapids_build_backend_args} | ||
|
|
||
| - name: nx-cugraph | ||
| path: nx-cugraph | ||
| git: {<<: *git_defaults, repo: nx-cugraph} | ||
| python: | ||
| - name: nx-cugraph | ||
| sub_dir: . | ||
| args: {install: *rapids_build_backend_args} | ||
|
|
||
| - name: cuspatial | ||
| path: cuspatial | ||
| git: {<<: *git_defaults, repo: cuspatial} | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.