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

Warning: TensorFlow library wasn't compiled to use SSE3 #101

Closed
DannyBen opened this issue Sep 8, 2017 · 1 comment
Closed

Warning: TensorFlow library wasn't compiled to use SSE3 #101

DannyBen opened this issue Sep 8, 2017 · 1 comment

Comments

@DannyBen
Copy link

DannyBen commented Sep 8, 2017

When running the first sample code as provided in the introductory blog post inside the docker image, it displays several warnings:

W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE3 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.
[[6.0, 5.5], [57.0, 7.4]]

Is this natural?

@arafatkatze
Copy link
Collaborator

@DannyBen Yes, this is very natural.

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

2 participants