-
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
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Forward-merge branch-24.06 into branch-24.10
* 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
* 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
* 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
* 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
…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
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
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
* 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
`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
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
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
#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
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
AnuradhaKaruppiah
approved these changes
Nov 1, 2024
Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) URL: #517
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
❄️ Code freeze for
branch-24.10
andv24.10
releaseWhat does this mean?
Only critical/hotfix level issues should be merged into
branch-24.10
until release (merging of this PR).All other development PRs should be retargeted towards the next release branch:
branch-25.02
.What is the purpose of this PR?
branch-24.10
intomain
for the release