Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Forward-merge branch-23.12 to branch-24.02 #109

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Changes from all 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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# wholegraph 23.12.00 (6 Dec 2023)

## 🐛 Bug Fixes

- move_vector_clear_outside_loop ([#103](https://github.com/rapidsai/wholegraph/pull/103)) [@chuangz0](https://github.com/chuangz0)
- change pytorch cu121 to stable to fix ci ([#97](https://github.com/rapidsai/wholegraph/pull/97)) [@dongxuy04](https://github.com/dongxuy04)

## 🚀 New Features

- Integrate NVSHMEM into WholeGraph ([#91](https://github.com/rapidsai/wholegraph/pull/91)) [@chuangz0](https://github.com/chuangz0)
- Grace Hopper support and add benchmark ([#87](https://github.com/rapidsai/wholegraph/pull/87)) [@dongxuy04](https://github.com/dongxuy04)

## 🛠️ Improvements

- Fix dependencies on librmm and libraft. ([#96](https://github.com/rapidsai/wholegraph/pull/96)) [@bdice](https://github.com/bdice)
- gather/scatter optimizations ([#90](https://github.com/rapidsai/wholegraph/pull/90)) [@linhu-nv](https://github.com/linhu-nv)
- Use branch-23.12 workflows. ([#84](https://github.com/rapidsai/wholegraph/pull/84)) [@AyodeAwe](https://github.com/AyodeAwe)
- Setup Consistent Nightly Versions for Pip and Conda ([#82](https://github.com/rapidsai/wholegraph/pull/82)) [@divyegala](https://github.com/divyegala)
- Add separate init, expose gather/scatter for WholeMemoryTensor and update example ([#81](https://github.com/rapidsai/wholegraph/pull/81)) [@dongxuy04](https://github.com/dongxuy04)
- Use RNG (random number generator) provided by RAFT ([#79](https://github.com/rapidsai/wholegraph/pull/79)) [@linhu-nv](https://github.com/linhu-nv)
- Build CUDA 12.0 ARM conda packages. ([#74](https://github.com/rapidsai/wholegraph/pull/74)) [@bdice](https://github.com/bdice)
- upload xml docs ([#73](https://github.com/rapidsai/wholegraph/pull/73)) [@AyodeAwe](https://github.com/AyodeAwe)
- replace optparse with argparser ([#61](https://github.com/rapidsai/wholegraph/pull/61)) [@chuangz0](https://github.com/chuangz0)

# wholegraph 23.10.00 (11 Oct 2023)

## 🐛 Bug Fixes
Expand Down
Loading