Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -203,14 +203,18 @@ repos:

- name: cugraph-gnn
path: cugraph-gnn
git: {<<: *git_defaults, repo: cugraph-gnn}
git: {<<: *git_defaults, repo: cugraph-gnn, upstream: gforsyth, tag: wholegraph_wheel}

@bdice bdice Apr 22, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert the testing changes to use your fork. If CI is failing for unrelated reasons (ucxx) we can just merge this as-is to unblock the other cugraph-gnn PR. The failing RAPIDS build jobs on this PR are non-blocking.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted. Thanks for the extra context!

@trxcllnt trxcllnt Apr 22, 2025

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bdice Seems like the libucxx link error is related to statically linking libpython3.12.a. Maybe this version wasn't built with -fPIC? We could revert #492 back to using the os-provided Python 3.10.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR opened here: #495

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not familiar with libucxx's pip devcontainer builds. Maybe we need to pass a different flag to not statically link Python? No idea. I am okay with any outcome here. I can approve #495.

cpp:
- name: wholegraph
sub_dir: cpp
depends: [raft]
args:
cmake: -DCMAKE_CUDA_ARCHITECTURES="${CUDAARCHS}"
python:
- name: libwholegraph
sub_dir: python/libwholegraph
depends: [wholegraph]
args: {install: *rapids_build_backend_args}
- name: pylibwholegraph
sub_dir: python/pylibwholegraph
depends: [wholegraph]
Expand Down