-
Notifications
You must be signed in to change notification settings - Fork 310
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
Remove cugraph-equivariance #4762
Remove cugraph-equivariance #4762
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wow! Did not realize this was getting cut this release too!
Have you informed ops that we won't be publishing 24.12 packages of this?
There are some other changes that'll be required too:
- devcontainers: remove this: https://github.com/rapidsai/devcontainers/blob/f3b4eba2b485c74d343c4a34fb813d2212129ddb/features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml#L233-L235
- rapids-metadata: add a line like https://github.com/rapidsai/rapids-metadata/blob/e8bbce7d5d1b38fe8950a13e3859742d68db729b/src/rapids_metadata/__init__.py#L171
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I put up devcontainers and rapids-metadata changes for you.
That devcontainers PR will need to pass and be merged before CI can succeed here. And before that can happen, we'll need to get rapidsai/cugraph-gnn#69 merged and new |
I learned yesterday that `cugraph-equivariance` is going to be completely removed in RAPIDS 24.12: rapidsai/cugraph#4762 This proposes updating `rapids-metadata` accordingly.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
a3c9531
to
50af645
Compare
merge conflict caused the nx PR to get merged in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed an issue in the Python build script and removed some leftover files. The upstream CI issue from RAFT kernel symbols should be fixed as well now, so hopefully this round of CI will pass. Thanks, team!
/merge |
@@ -15,7 +15,7 @@ | |||
#include <rmm/device_vector.hpp> | |||
#include <rmm/exec_policy.hpp> | |||
|
|||
TEST(balanced_edge, success) | |||
TEST(balanced_edge, DISABLED_success) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ChuckHastings is currently diagnosing the failure here, which is unrelated to the removal of cugraph-equivariance. We think it is related to rapidsai/raft#2481. I'll open a tracking issue for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tracking issue: #4777
The cugraph-equivariant package was moved into cuEquivariance a few releases ago. This PR removes the code and build processes.