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

build fails due to softmax dependency issue #9218

Closed
putcn opened this issue Mar 19, 2018 · 0 comments · Fixed by #9219
Closed

build fails due to softmax dependency issue #9218

putcn opened this issue Mar 19, 2018 · 0 comments · Fixed by #9219
Assignees

Comments

@putcn
Copy link
Contributor

putcn commented Mar 19, 2018

http://172.19.32.197:8111/viewLog.html?buildId=30826&tab=buildLog&buildTypeId=Manylinux1_Cuda80cudnn5avxOpenblas&logTab=tree&filter=important&_focus=2395

In file included from /paddle/paddle/fluid/operators/math/softmax.cu:17:0:
[05:04:40]	/paddle/paddle/fluid/operators/math/math_function.h:36:19: fatal error: cblas.h: No such file or directory
[05:04:40]	 #include <cblas.h>
[05:04:40]	                   ^
[05:04:40]	compilation terminated.

looks either softmax or math_function is missing the dependency declaration of the cblas

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

Successfully merging a pull request may close this issue.

1 participant