-
Notifications
You must be signed in to change notification settings - Fork 206
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
[REVIEW] unpin spdlog so that it can move to 1.8.1 or above #589
Conversation
Can one of the admins verify this patch? |
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
add to whitelist |
Looks like there's still an issue in 1.8.1 for CUDA 10.1 / 10.2? |
@kkraus14 hmm it's possible. I only built it with cuda 11. Let me try the older versions. |
This was the error that prevented us using spdlog 1.8.0 before. I expected it to be fixed by fmtlib/fmt#1818 which I think is in spdlog 1.8.1 but I'm not positive... |
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.
the spdlog
version in the integration repo will also need to be updated.
https://github.com/rapidsai/integration/blob/branch-0.16/conda/recipes/versions.yaml#L116
Argh looks like that fix just missed the fmt release so it didn't get into spdlog. I guess we'll just have to wait for a bit. |
The problem from #542 should be fixed.
@harrism @kkraus14