dagardner-nv
released this
01 Nov 22:14
·
8 commits
to branch-25.02
since this release
MRC 24.10.00 (01 Nov 2024)
🐛 Bug Fixes
- fix build interface includes (#514) @cwharris
- Fix CMake issue which installed headers incorrectly during conda build (#511) @mdemoret-nv
- Adding environment variable to allow skip NUMA node check (#505) @mdemoret-nv
- Fix get-pr-info gha reference (#500) @cwharris
- Stop a python source once the subscriber is no longer subscribed (#493) @dagardner-nv
- Ensure proper initialization of
CMAKE_INSTALL_PREFIX
if needed (#485) @dagardner-nv - IWYU fixes (#517) @dagardner-nv
📖 Documentation
- Fix Incorrect docstring in
mrc.core.coro
(#503) @dagardner-nv
🚀 New Features
- Add Router nodes to support single input, multi output routing. (#502) @mdemoret-nv
- Update to RAPIDS 24.10 (#494) @cwharris
🛠️ Improvements
- devcontainer: replace VAULT_HOST with AWS_ROLE_ARN (#506) @jjacobelli
- Pass a
mrc.Subscription
object to sources rather than amrc.Subscriber
(#499) @dagardner-nv - Change
LOG(WARNING)
toVLOG(1)
when no GPUs are detected (#497) @dagardner-nv - Define a Python source which receives a reference to a subscriber (#496) @dagardner-nv
Full Changelog: v24.06.00...v24.10.00