-
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
Core Concepts #262
Core Concepts #262
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.01 #262 +/- ##
================================================
- Coverage 72.52% 72.47% -0.05%
================================================
Files 376 376
Lines 12082 12082
Branches 921 921
================================================
- Hits 8762 8757 -5
- Misses 3320 3325 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/merge |
* Adopt patched pybind11 * Update versions of boost & libhwloc to work-around clang CI issue * A test for this bug exists in Morpheus, but is difficult to reproduce in MRC. A MRC based test coming soon. fixes #262 Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #364
The most general concepts will be located in
mrc/core/concepts
.This PR added
core::concepts::not_void
which will be used quite broadly. It's first use will be inchannels::v2
as we never have a channel with a data type ofvoid
.