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

fix openblas build #7835

Merged
merged 2 commits into from
Jan 24, 2018
Merged

fix openblas build #7835

merged 2 commits into from
Jan 24, 2018

Conversation

putcn
Copy link
Contributor

@putcn putcn commented Jan 24, 2018

fix: #7834 #7836
all openblas builds fail in ci, looks like sequence2batch is built before openblas ready.
fixed by adding math_function to sequence2batch's dependency list.

also due to api change, need to update test_multihead_attention to pass CI

@putcn putcn self-assigned this Jan 24, 2018
@putcn putcn requested review from Yancey1989 and helinwang January 24, 2018 21:28
helinwang
helinwang previously approved these changes Jan 24, 2018
Copy link
Contributor

@helinwang helinwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@@ -58,7 +58,7 @@ def run_program(self):
"""Run the test program.
"""
places = [core.CPUPlace()]
if core.is_compile_gpu():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious how come other test pass for this line?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't have, because my build failed at this test. not sure how yuyang's change passed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#7817 this is his pull

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just figured that his build didn't include this test.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, thanks!

Copy link
Contributor

@helinwang helinwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@putcn putcn merged commit f9fe48e into PaddlePaddle:develop Jan 24, 2018
@putcn putcn deleted the fix_build_cblas_issue branch January 24, 2018 23:21
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 this pull request may close these issues.

CI build with BLAS fails
2 participants