-
Notifications
You must be signed in to change notification settings - Fork 28
[RELEASE] MRC v25.06.00 #550
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
Conversation
….json (#530) 1. Currently, CMake adds `-L` flags to compiling object files. GCC does not warn about this, but Clang does. Suppress the noise with `-Wno-unused-command-line-argument`. 2. `CMakePresets.json` are relatively recent but allow you to easily kick off a CMake configure/build/test (or combination of all via workflow). Add an initial (opinionated) configuration that offers four options: * gcc-debug * gcc-release * clang-debug * clang-release The advantage here is the end user doesn't have to remember a bunch of flags to pass to CMake. They can just invoke via: `cmake --workflow --preset gcc-debug`. This also offers better IDE integration, particularly in VSCode. Authors: - Will Killian (https://github.com/willkill07) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #530
Forward-merge branch-25.02 into branch-25.06
* Replace V100 runner with an L4 runner Authors: - Will Killian (https://github.com/willkill07) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #531
Forward-merge branch-25.02 into branch-25.06
* Removes `MRC_USE_CONDA` since it must always be on. * Cleans up some CMake + build files along the way. * Fixes some minor linting issues in `mrc.code-workspace` This necessary as part of nv-morpheus/Morpheus#2154 Authors: - Will Killian (https://github.com/willkill07) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #539
* Adopt CUDA 12.8 * Remove unused download_deps script (unrelated to adopting 25.02) Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Will Killian (https://github.com/willkill07) URL: #536
This is #541 but having all commits rebased on `branch-25.06` * `pybind11::error_already_set` now inherits from `std::exception` rather than `std::runtime_error` * Adopt Pybind11 2.12, required for Python 3.12 support * Disable Pybind's ing_ref/dec_ref checking (#542) * Adopt updated version of versioneer, removing the need for `versioneer.py` in the repo. * Work-around for llvm/llvm-project#92948 ref: #543 * Fetch commit history so proper version can be detected for tests Authors: - Will Killian (https://github.com/willkill07) - David Gardner (https://github.com/dagardner-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #544
Upstream RAPIDS will eventually be removing boa from the default images. Since they are functionally equivalent, let's adapt. Authors: - Will Killian (https://github.com/willkill07) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #546
* Replace the `DCHECK_LE` in the `ReusableFiberEngineFactory` class with an if/throw. * Update `~EdgeHolder` to `LOG(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 #434). Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Will Killian (https://github.com/willkill07) URL: #547
Signed-off-by: David Gardner <dagardner@nvidia.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #550 +/- ##
==========================================
- Coverage 73.99% 73.58% -0.41%
==========================================
Files 407 407
Lines 15106 15144 +38
Branches 1198 1204 +6
==========================================
- Hits 11177 11144 -33
- Misses 3929 4000 +71
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 8 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
* Python tests depend on `pytest-asyncio` * Fix local CI bug Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Will Killian (https://github.com/willkill07) URL: #552
* Work-around for #554 Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Will Killian (https://github.com/willkill07) URL: #555
❄️ Code freeze for
branch-25.06andv25.06releaseWhat does this mean?
Only critical/hotfix level issues should be merged into
branch-25.06until release (merging of this PR).All other development PRs should be retargeted towards the next release branch:
branch-25.10.What is the purpose of this PR?
branch-25.06intomainfor the release