Add a pre-flight check when pe_count > cpu_set.weight()#547
Merged
rapids-bot[bot] merged 27 commits intonv-morpheus:branch-25.06from Mar 20, 2025
Merged
Add a pre-flight check when pe_count > cpu_set.weight()#547rapids-bot[bot] merged 27 commits intonv-morpheus:branch-25.06from
pe_count > cpu_set.weight()#547rapids-bot[bot] merged 27 commits intonv-morpheus:branch-25.06from
Conversation
Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
… a DLOG(FATAL) as the error is only helpful to MRC developers Signed-off-by: David Gardner <dagardner@nvidia.com>
…ilds and EXPECT_THROW in release builds Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
willkill07
requested changes
Mar 19, 2025
Member
willkill07
left a comment
There was a problem hiding this comment.
Functionally looks great! Just a small nit on reusing DFATAL logging level to avoid stringstream + preprocessor branching.
Co-authored-by: Will Killian <2007799+willkill07@users.noreply.github.com>
Co-authored-by: Will Killian <2007799+willkill07@users.noreply.github.com>
Co-authored-by: Will Killian <2007799+willkill07@users.noreply.github.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
willkill07
approved these changes
Mar 19, 2025
Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
…tate singleton which reflects the state of the parent process, which in turn requires making the header public Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
This reverts commit 6f41d7b. Signed-off-by: David Gardner <dagardner@nvidia.com>
This reverts commit 412321e. Signed-off-by: David Gardner <dagardner@nvidia.com>
This reverts commit 48da019. Signed-off-by: David Gardner <dagardner@nvidia.com>
This reverts commit 606c0ea. Signed-off-by: David Gardner <dagardner@nvidia.com>
This reverts commit 6ca0cd2. Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
This reverts commit 62edd39.
Signed-off-by: David Gardner <dagardner@nvidia.com>
Contributor
Author
|
/merge |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## branch-25.06 #547 +/- ##
================================================
- Coverage 73.71% 73.58% -0.14%
================================================
Files 407 407
Lines 15122 15144 +22
Branches 1201 1203 +2
================================================
- Hits 11147 11143 -4
- Misses 3975 4001 +26
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
rapids-bot bot
pushed a commit
to nv-morpheus/Morpheus
that referenced
this pull request
Mar 31, 2025
* Actual bug fix was in nv-morpheus/MRC#547 * This just adds an extra test to ensure the expected outcome on the Morpheus side. Closes #2202 ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md). - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Will Killian (https://github.com/willkill07) URL: #2206
This file contains hidden or 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
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.
Description
DCHECK_LEin theReusableFiberEngineFactoryclass with an if/throw.~EdgeHoldertoLOG(DFATAL). The thinking here is that this error is only of use to MRC developers and not of use to downstream users (Borrowed from PR Revert partially constructed segments on-error in segment init function #434).Checklist