Remove cugraph-equivariance#4762
Remove cugraph-equivariance#4762rapids-bot[bot] merged 6 commits intorapidsai:branch-24.12from BradReesWork:removed_equivariance
Conversation
jameslamb
left a comment
There was a problem hiding this comment.
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
|
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 |
|
merge conflict caused the nx PR to get merged in |
|
/merge |
| #include <rmm/exec_policy.hpp> | ||
|
|
||
| TEST(balanced_edge, success) | ||
| TEST(balanced_edge, DISABLED_success) |
There was a problem hiding this comment.
@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.
The cugraph-equivariant package was moved into cuEquivariance a few releases ago. This PR removes the code and build processes.