-
Notifications
You must be signed in to change notification settings - Fork 28
Add a pre-flight check when pe_count > cpu_set.weight()
#547
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
Add a pre-flight check when pe_count > cpu_set.weight()
#547
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
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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>
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>
|
/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:
|
* 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
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