Skip to content
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

Update to RAPIDS 24.10 #494

Open
wants to merge 12 commits into
base: branch-24.10
Choose a base branch
from

Conversation

cwharris
Copy link
Contributor

@cwharris cwharris commented Aug 28, 2024

Description

Closes #478
Requires nv-morpheus/utilities#75

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@cwharris cwharris added non-breaking Non-breaking change feature request New feature or request labels Aug 28, 2024
@cwharris cwharris marked this pull request as ready for review August 28, 2024 18:53
@cwharris cwharris requested review from a team as code owners August 28, 2024 18:53
Comment on lines -51 to -57
# gflags
# ======
rapids_find_package(gflags REQUIRED
GLOBAL_TARGETS gflags
BUILD_EXPORT_SET ${PROJECT_NAME}-exports
INSTALL_EXPORT_SET ${PROJECT_NAME}-exports
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we removing gflags, aren't we using it?

Comment on lines 31 to +40
template <typename C>
class KeyIterator : public std::iterator<std::bidirectional_iterator_tag,
typename C::key_type,
typename C::difference_type,
typename C::pointer,
typename C::reference>
class KeyIterator
{
public:
using iterator_category = std::bidirectional_iterator_tag;
using value_type = C::key_type;
using difference_type = C::difference_type;
using pointer = C::pointer;
using reference = C::reference;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change unrelated to the upgrade?

Copy link

codecov bot commented Aug 30, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 52.99%. Comparing base (bceb7ef) to head (1daf977).
Report is 1 commits behind head on branch-24.10.

Files with missing lines Patch % Lines
python/mrc/_pymrc/src/logging.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                @@
##           branch-24.10     #494       +/-   ##
=================================================
- Coverage         74.07%   52.99%   -21.08%     
=================================================
  Files               403      367       -36     
  Lines             14401    11934     -2467     
  Branches           1132     1045       -87     
=================================================
- Hits              10668     6325     -4343     
- Misses             3733     5609     +1876     
Flag Coverage Δ
cpp 46.90% <0.00%> (-23.95%) ⬇️
py 41.82% <0.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
cpp/mrc/include/mrc/core/utils.hpp 45.16% <ø> (ø)
cpp/mrc/src/internal/utils/contains.hpp 0.00% <ø> (-100.00%) ⬇️
python/mrc/_pymrc/src/logging.cpp 70.96% <0.00%> (ø)

... and 186 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bceb7ef...1daf977. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request non-breaking Non-breaking change
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

[FEA]: Upgrade to RAPIDS 24.10
3 participants