-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RELEASE] MRC v24.10.00 #507
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f754c78 - Browse repository at this point
Copy the full SHA f754c78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 246ac97 - Browse repository at this point
Copy the full SHA 246ac97View commit details -
Merge pull request #484 from nv-morpheus/branch-24.06
Forward-merge branch-24.06 into branch-24.10
Configuration menu - View commit details
-
Copy full SHA for 8377f6a - Browse repository at this point
Copy the full SHA 8377f6aView commit details
Commits on Jul 24, 2024
-
Ensure proper initialization of
CMAKE_INSTALL_PREFIX
if needed (#485)* Invoke `morpheus_utils_initialize_install_prefix` function after calling `project` * Related to nv-morpheus/Morpheus#1776 Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #485
Configuration menu - View commit details
-
Copy full SHA for bceb7ef - Browse repository at this point
Copy the full SHA bceb7efView commit details
Commits on Aug 29, 2024
-
Stop a python source once the subscriber is no longer subscribed (#493)
* When a Python generator source yields a value, and the subscriber is no longer subscribed, stop the source. * Fix out of date docstring comment. This is a partial fix for nv-morpheus/Morpheus#1838 Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) URL: #493
Configuration menu - View commit details
-
Copy full SHA for ca8a73f - Browse repository at this point
Copy the full SHA ca8a73fView commit details
Commits on Sep 11, 2024
-
Define a Python source which receives a reference to a subscriber (#496)
* Allows a Python generator source to check if the subscriber is still subscribed. * Define a class `SubscriberFuncWrapper` for Python sources rather than just a lambda. The reason is that python objects captured by the lambda need to be destroyed while the gil is held, which causes a problem if the lambda is destroyed unexpectedly. * Update `conftest.py` to set the loglevel to `DEBUG` if the `GLOG_v` environment variable is defined. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #496
Configuration menu - View commit details
-
Copy full SHA for 8489b45 - Browse repository at this point
Copy the full SHA 8489b45View commit details -
Change
LOG(WARNING)
toVLOG(1)
when no GPUs are detected (#497)* Since CPU-only mode will become a supported feature we want to avoid unnecessary warnings. Relates to nv-morpheus/Morpheus#1851 Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #497
Configuration menu - View commit details
-
Copy full SHA for ccbcd76 - Browse repository at this point
Copy the full SHA ccbcd76View commit details
Commits on Sep 17, 2024
-
Pass a
mrc.Subscription
object to sources rather than a `mrc.Subscr……iber` (#499) * Remove the `make_source_subscriber` method in favor of inspecting the Python function signature. * Since the `make_source_subscriber` method was never part of a release I think this can still be considered a non-breaking change. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #499
Configuration menu - View commit details
-
Copy full SHA for 48d17a1 - Browse repository at this point
Copy the full SHA 48d17a1View commit details
Commits on Oct 4, 2024
-
Closes #478 Requires nv-morpheus/utilities#75 Authors: - Christopher Harris (https://github.com/cwharris) - Michael Demoret (https://github.com/mdemoret-nv) Approvers: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) - David Gardner (https://github.com/dagardner-nv) URL: #494
Configuration menu - View commit details
-
Copy full SHA for cef7f0b - Browse repository at this point
Copy the full SHA cef7f0bView commit details
Commits on Oct 10, 2024
-
Adding environment variable to allow skip NUMA node check (#505)
If the NUMA node check fails for a GPU, the entire pipeline cannot start. This allows setting `MRC_SKIP_NUMA_CHECK=1` to bypass the assertion if the check fails. Closes #504 Authors: - Michael Demoret (https://github.com/mdemoret-nv) - David Gardner (https://github.com/dagardner-nv) Approvers: - Devin Robison (https://github.com/drobison00) - David Gardner (https://github.com/dagardner-nv) URL: #505
Configuration menu - View commit details
-
Copy full SHA for 43f200e - Browse repository at this point
Copy the full SHA 43f200eView commit details
Commits on Oct 16, 2024
-
Fix Incorrect docstring in
mrc.core.coro
(#503)* Include MRC libs with quotes not <> * Add MRC version string to coro module (all the other Python modules have this) * Fix spelling mistake in a comment in `python/mrc/core/executor.cpp` Closes [#492](#492) Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #503
Configuration menu - View commit details
-
Copy full SHA for 4f23470 - Browse repository at this point
Copy the full SHA 4f23470View commit details
Commits on Oct 21, 2024
-
Fix get-pr-info gha reference (#500)
`rapidsai/shared-action-workflows/get-pr-info` was deleted in favor of `nv-gha-runners/get-pr-info` rapidsai/shared-actions#11 Authors: - Christopher Harris (https://github.com/cwharris) - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #500
Configuration menu - View commit details
-
Copy full SHA for 4acef2b - Browse repository at this point
Copy the full SHA 4acef2bView commit details
Commits on Oct 22, 2024
-
devcontainer: replace VAULT_HOST with AWS_ROLE_ARN (#506)
This PR is replacing the `VAULT_HOST` variable with `AWS_ROLE_ARN`. This is required to use the new token service to get AWS credentials Authors: - Jordan Jacobelli (https://github.com/jjacobelli) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #506
Configuration menu - View commit details
-
Copy full SHA for 61862b5 - Browse repository at this point
Copy the full SHA 61862b5View commit details -
Add Router nodes to support single input, multi output routing. (#502)
Overview of new classes added in this PR: - `DynamicRouterBase` - Sink - `WritableProvider`, `ReadableAcceptor`, `SinkChannelOwner` - Source - `MultiWritableAcceptor`, `MultiReadableProvider`, `MultiSourceChannelOwner` - Runnable with ability to change number of outputs at runtime - Cannot be added to a Segment - Good backpressure support. Can still process requests if downstream blocks - `LambdaDynamicRouter` - Provide key function via lambda - `DynamicRouterComponentBase` - Sink - `ForwardingWritableProvider` - Source - `MultiWritableAcceptor`, `MultiReadableProvider`, `MultiSourceChannelOwner` - Non-Runnable with ability to change number of outputs at runtime - Limited backpressure support. Will block if downstream blocks - `LambdaDynamicRouterComponent` - Provide key function via lambda - `StaticRouterRunnableBase` - Sink - `WritableProvider`, `ReadableAcceptor`, `SinkChannelOwner` - Source - `MultiWritableAcceptor`, `MultiReadableProvider`, `MultiSourceChannelOwner` - Runnable with fixed number of outputs - Can be added to a Segment since it supports child outputs - Good backpressure support. Can still process requests if downstream blocks - `LambdaStaticRouterRunnable` - Provide key function via lambda - `StaticRouterComponentBase` - Sink - `ForwardingWritableProvider` - Source - `MultiWritableAcceptor`, `MultiReadableProvider`, `MultiSourceChannelOwner` - Non-Runnable with fixed number of outputs - Can be added to a Segment since it supports child outputs - Limited backpressure support. Will block if downstream blocks - `LambdaStaticRouterComponent` - Provide key function via lambda Closes #491 Authors: - Michael Demoret (https://github.com/mdemoret-nv) - David Gardner (https://github.com/dagardner-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #502
Configuration menu - View commit details
-
Copy full SHA for a4b2ca1 - Browse repository at this point
Copy the full SHA a4b2ca1View commit details
Commits on Oct 24, 2024
-
Fix CMake issue which installed headers incorrectly during conda build (
#511) Fixes a few issues: - Headers were being installed incorrectly with new `HEADER_SET` - Fixed packages for pymrc component - Standardized the component naming Closes #509 Authors: - Michael Demoret (https://github.com/mdemoret-nv) Approvers: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) - Christopher Harris (https://github.com/cwharris) URL: #511
Configuration menu - View commit details
-
Copy full SHA for 7abfdf7 - Browse repository at this point
Copy the full SHA 7abfdf7View commit details -
fix build interface includes (#514)
build interface includes was accidentally using ``` .../build/conda/cuda-12.5/release/autogenerated/include ``` instead of ``` .../build/conda/cuda-12.5/release/cpp/mrc/autogenerated/include ``` this PR fixes that, such when depending on mrc from down-stream libraries, the following error does not occur: ``` CMake Error in python/morpheus_llm/morpheus_llm/_lib/CMakeLists.txt: Imported target "mrc::pymrc" includes non-existent path "/home/coder/mrc/build/conda/cuda-12.5/release/autogenerated/include" in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: * The path was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and references files it does not provide. ``` Authors: - Christopher Harris (https://github.com/cwharris) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #514
Configuration menu - View commit details
-
Copy full SHA for 06d4ea1 - Browse repository at this point
Copy the full SHA 06d4ea1View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fff44d6 - Browse repository at this point
Copy the full SHA fff44d6View commit details -
Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) URL: #517
Configuration menu - View commit details
-
Copy full SHA for af67e11 - Browse repository at this point
Copy the full SHA af67e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f286f - Browse repository at this point
Copy the full SHA e1f286fView commit details