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 SSE instructions #8853

Closed
jhburkhard opened this issue Mar 30, 2017 · 3 comments
Closed

Comments

@jhburkhard
Copy link

Installed nightly build using

pip3 install tensorflow-1.1.0rc0-cp35-cp35m-win_amd64.whl
on Windows 7 Professional x64. Simple run gives warning that the libs were not compiled to use SSE, SSE2, SSE3, SSE4.1, SSE4.2 and AVX instructions even though available.

c:\python
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

import tensorflow as tf
print( tf.version)
1.1.0-rc0
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()
2017-03-30 15:20:06.126686: W c:\tf_jenkins\home\workspace\nightly-win\device\cpu\os\windows\tensorflow\core\platform\cpu_feature_
tions, but these are available on your machine and could speed up CPU computations.
<
print(sess.run(hello))
b'Hello, TensorFlow!'

@Carmezim
Copy link
Contributor

Duplicate of #7778

@aselle aselle closed this as completed Apr 1, 2017
@aselle
Copy link
Contributor

aselle commented Apr 1, 2017

This is not a bug.

@rajaramcomputers
Copy link

import os
os.environ['TF_CPP_MIN_LOG_LEVEL']='2'
import tensorflow as tf

This will work fine without warning

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

4 participants