diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c4b47e3..f6df02332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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