Skip to content

Commit

Permalink
Add XPU support to basic gnn examples
Browse files Browse the repository at this point in the history
  • Loading branch information
chaojun-zhang committed Jun 18, 2024
1 parent db905d8 commit 959a95e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Made `MessagePassing` interface thread-safe ([#9001](https://github.com/pyg-team/pytorch_geometric/pull/9001))
- Breaking Change: Added support for `EdgeIndex` in `cugraph` GNN layers ([#8938](https://github.com/pyg-team/pytorch_geometric/pull/8937))
- Added the `dim` arg to `torch.cross` calls ([#8918](https://github.com/pyg-team/pytorch_geometric/pull/8918))
- Added XPU support to basic gnn examples ([#9421](https://github.com/pyg-team/pytorch_geometric/pull/9001))

### Deprecated

Expand Down

0 comments on commit 959a95e

Please sign in to comment.