We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I was trying to fix cpplint errors, I traced into some CUDA-related macro definitions in our codebase:
https://github.com/PaddlePaddle/Paddle/blame/24509f4af942bb250564756ad636691c7921e1df/paddle/fluid/platform/variant.h#L17-L29
They look wired as they are not used in our codebase.
The text was updated successfully, but these errors were encountered:
I traced the PRs which added these macros: #6642
It seems that the boost version we are using is not compatible with CUDA 9.x.
Sorry, something went wrong.
I vaguely remember that we have to stick on Boost 1.41.0, because we want to make PaddlePaddle support manylinux standard and enable the pip install.
No branches or pull requests
When I was trying to fix cpplint errors, I traced into some CUDA-related macro definitions in our codebase:
https://github.com/PaddlePaddle/Paddle/blame/24509f4af942bb250564756ad636691c7921e1df/paddle/fluid/platform/variant.h#L17-L29
They look wired as they are not used in our codebase.
The text was updated successfully, but these errors were encountered: