-
Notifications
You must be signed in to change notification settings - Fork 198
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
upgrade spdlog to 1.8.5 #658
Conversation
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.
Actually, do we want to leave the pinning open ended like this? Would we be better off just pinning to a specific version like 1.8.2 for now?
@kkraus14 Looks like we have to first upgrade the integration repo, so it's a two step process. I'd prefer we keep rolling forward. |
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.
Please update with pinnings that are decided on in rapidsai/integration#198
rerun tests |
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.
Approved, but needs to wait until rapidsai/integration#198 is merged with the conda pkg fix detailed in that PR
Until then the testing in this PR will continue to fail due to the upstream conda-forge changes |
rerun tests |
@rongou do you want to submit a PR to upgrade it in the |
It was done before: rapidsai/integration#198 |
rerun tests |
Can this be merged as is, or do I need to take out the testing changes in |
@rongou, please remove the testing change. should be good after that |
rerun tests |
rerun tests |
@rapidsai/ops this needs a review from you, but should be good to go |
@gpucibot merge |
The new version includes
fmt
version 7.1.3 which fixed the problem with cuda 10.x.@harrism @kkraus14