-
Notifications
You must be signed in to change notification settings - Fork 106
Optimized TF compilation to use local CPU supported instructions #14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
The TF binaries are built without vectorization instructions, in order to support the broadest set of CPU architectures possible [1]. It is possible to enable vectorizations at build time at the References[1] https://stackoverflow.com/questions/47068709/your-cpu-supports-instructions-that-this-tensorflow-binary-was-not-compiled-to-u |
* ARM support and bin/os-arch-variant scheme * Build: fixes #1 * Build: fixes #2 * Build: fixes #3 * Build: fixes #4 * Build fixes #5 * CircleCI config.yml refectoring * Build fixes #6 * Build fixes #7 * Build fixes #8 * Build fixes #9 * Build fixes #10 * Build fixes #11 * Build fixes #12 * Build fixes #13 * Build fixes #14 * Build fixes #15 * Build fixes #16 * Build fixes #17 * Build fixes #18 * Build fixes #19 * Build fixes #20 * Build fixes #21 * Build fixes #22 * Build fixes #23 * Build fixes #24 * Build fixes #25 * Build fixes #26 * Filesystem restructuring * Pack fixes + docker goal in makefile
The text was updated successfully, but these errors were encountered: