-
Notifications
You must be signed in to change notification settings - Fork 548
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
[BUG] Compile error from spdlog 1.9 #4078
Comments
We've agreed to pin to spdlog 1.8.5 for now to get through release 21.08 and revist. |
This issue has been labeled |
This issue has been labeled |
Fixes for supporting InnerProduct distance in the pairwise_distance api - required to handle the changes in rapidsai/raft#1226. Also resolves #4078. That fix was necessary to tack on to this PR due to upstream RAPIDS updates to the spdlog version (in rmm via rapids-cmake). Authors: - Ben Frederickson (https://github.com/benfred) - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: #5230
We have found the following build error in a couple logs (and in CI now) which seems to stem from spdlog recently deploying updated conda packages.
It's strange the compile error is in an spdlog header. I did notice the spdlog readme mentions building w/ c++11.
The text was updated successfully, but these errors were encountered: