Skip to content

Commit

Permalink
add rsn
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyu66 committed Jan 10, 2025
1 parent 9933c5b commit 826b98a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions _notices/rsn0041.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: notice
parent: RAPIDS Support Notices
grand_parent: RAPIDS Notices
nav_exclude: true
notice_type: rsn
# Update meta-data for notice
notice_id: 41 # should match notice number
notice_pin: true # set to true to pin to notice page

title: "Remove cugraph-ops from RAPIDS"
notice_author: RAPIDS Ops
notice_status: Completed
notice_status_color: green
# 'notice_status' and 'notice_status_color' combinations:
# "Proposal" - "blue"
# "Completed" - "green"
# "Review" - "purple"
# "In Progress" - "yellow"
# "Closed" - "red"
notice_topic: Platform Support Change
notice_rapids_version: "v25.02+"
notice_created: 2025-01-10
# 'notice_updated' should match 'notice_created' until an update is made
notice_updated: 2025-01-10
---

## Overview

RAPIDS will stop releasing cugraph-ops in 25.02, including the `libcugraphops` and `pylibcugraphops` package. The graph sampling code previously used by cugraph has been directly integrated into cugraph. The equivariant neural network primitives have been migrated to BioNeMo, with the front-end package now available as [cuEquivariance](https://github.com/NVIDIA/cuEquivariance). The GNN aggregation primitives are also set to be relocated to a new destination soon.


## Impact

The GNN convolutional layers in the `cugraph_dgl.nn` and `cugraph_pyg.nn` modules will be temporarily removed. They will be reintroduced once the migration is complete.

0 comments on commit 826b98a

Please sign in to comment.