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

CUDA related macro definitions in Fluid's codebase #9917

Closed
wangkuiyi opened this issue Apr 14, 2018 · 2 comments
Closed

CUDA related macro definitions in Fluid's codebase #9917

wangkuiyi opened this issue Apr 14, 2018 · 2 comments

Comments

@wangkuiyi
Copy link
Collaborator

wangkuiyi commented Apr 14, 2018

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.

@wangkuiyi
Copy link
Collaborator Author

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.

@wangkuiyi
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant