This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
v24.04.00
🐛 Bug Fixes
- Update pre-commit-hooks to v0.0.3 (#152) @KyleFromNVIDIA
- Fixed README links to point to cuGraph API (#145) @acostadon
- [Bugfix] Fix to compile when NVSHMEM is ON (#142) @chang-l
- handle more RAPIDS version formats in update-version.sh (#122) @jameslamb
🚀 New Features
- Support CUDA 12.2 (#116) @jameslamb
🛠️ Improvements
- Use
conda env create --yes
instead of--force
(#155) @bdice - add round-robin shard strategy (#154) @linhu-nv
- Switch to scikit-build-core (#150) @vyasr
- Update script input name (#147) @AyodeAwe
- Add upper bound to prevent usage of NumPy 2 (#146) @bdice
- Replace local copyright check with pre-commit-hooks verify-copyright (#144) @KyleFromNVIDIA
- remove an unnecessary sync in exchange_embeddings_nccl_func (#143) @linhu-nv
- Use default
rapids-cmake
CUDA_ARCHITECTURES (#140) @trxcllnt - Add support for Python 3.11, require NumPy 1.23+ (#139) @jameslamb
- [Bugfix] Host full-neighbor sampling returns wrong results in unit test (#138) @chang-l
- use enum to implement log_level in wholememory (#136) @linhu-nv
- target branch-24.04 for GitHub Actions workflows (#135) @jameslamb
- Add environment-agnostic scripts for running ctests and pytests (#128) @trxcllnt