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

Force using old fmt in nvbench. #12064

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Nov 3, 2022

Description

The current version of nvbench is not compatible with the latest changes to fmt. This PR decouples us from needing to wait on upstreaming the compatibility changes to nvbench. These changes are necessary for building libcudf benchmarks until then.

Checklist

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

@vyasr vyasr added bug Something isn't working 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Nov 3, 2022
@vyasr vyasr requested a review from a team as a code owner November 3, 2022 20:10
@vyasr vyasr self-assigned this Nov 3, 2022
@github-actions github-actions bot added the CMake CMake build issue label Nov 3, 2022
Copy link
Contributor

@robertmaynard robertmaynard left a comment

Choose a reason for hiding this comment

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

Can we file an issue to track this so we don't forget?

@vyasr
Copy link
Contributor Author

vyasr commented Nov 3, 2022

Issue opened, #12065

Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

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

Optional improvement to the comment. Probably not worth waiting 2 hours of CI for that.

@vyasr
Copy link
Contributor Author

vyasr commented Nov 3, 2022

Yeah I'll leave it as whatever cmake-format was happy with.

@codecov
Copy link

codecov bot commented Nov 3, 2022

Codecov Report

Base: 87.51% // Head: 87.51% // No change to project coverage 👍

Coverage data is based on head (e93cc89) compared to base (61e2499).
Patch has no changes to coverable lines.

Additional details and impacted files
@@              Coverage Diff              @@
##           branch-22.10   #12064   +/-   ##
=============================================
  Coverage         87.51%   87.51%           
=============================================
  Files               133      133           
  Lines             21826    21826           
=============================================
  Hits              19100    19100           
  Misses             2726     2726           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@msadang msadang left a comment

Choose a reason for hiding this comment

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

LGTM

@msadang msadang merged commit ad1ba13 into rapidsai:branch-22.10 Nov 3, 2022
@vyasr vyasr mentioned this pull request Nov 4, 2022
3 tasks
rapids-bot bot pushed a commit that referenced this pull request Nov 4, 2022
This is a port of #12064 to 22.12 to unblock CI because forward mergers are currently disabled.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Robert Maynard (https://github.com/robertmaynard)

URL: #12067
raydouglass added a commit that referenced this pull request Nov 4, 2022
@vyasr vyasr mentioned this pull request Feb 13, 2023
3 tasks
raydouglass pushed a commit that referenced this pull request Feb 15, 2023
This undoes #12064 and resolves #12065.

Authors:
   - Vyas Ramasubramani (https://github.com/vyasr)
   - Robert Maynard (https://github.com/robertmaynard)

Approvers:
   - Bradley Dice (https://github.com/bdice)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants