-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Remove the use of ARCHIVE_START/END #9844
Conversation
Xreki
commented
Apr 11, 2018
•
edited
Loading
edited
- Fix Why use ARCHIVE_START and ARCHIVE_END in Fluid #9736
- There are some newly added codes which were not packed into the inference static library. This PR also fixes this.
- Fix fatal error: snappy.h: No such file or directory #9291
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Some typo could be fixed in next PR.
/usr/lib/reference/ | ||
) | ||
else() | ||
# Diable the finding of reference cblas under host's system path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diable->Disable
|
||
namespace paddle { | ||
namespace inference { | ||
|
||
// Temporarilly add this function for exposing framework::InitDevices() when |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temporarilly->Temporarily
@luotao1 Thanks. Will change the typo in next PR. |