Skip to content

Compile tensorflow on OSX with SSE/AVX/FMA ? #58

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

Closed
daschl opened this issue Feb 27, 2017 · 2 comments
Closed

Compile tensorflow on OSX with SSE/AVX/FMA ? #58

daschl opened this issue Feb 27, 2017 · 2 comments

Comments

@daschl
Copy link
Contributor

daschl commented Feb 27, 2017

Hi,

since the 1.0 upgrade cargo test now spits out the following on my MBP:

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.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX2 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 FMA instructions, but these are available on your machine and could speed up CPU computations.

I guess we could be more intelligent when compiling tensorflow to try and take advantage of it automatically?

@daschl
Copy link
Contributor Author

daschl commented Feb 27, 2017

PR #59 should handle this.

@adamcrume
Copy link
Contributor

Merged #59.

ramon-garcia pushed a commit to ramon-garcia/tensorflow-rust that referenced this issue May 20, 2023
* added new row indexer for parquet data frame

* updated all tests and code to use DateTimeOffset
ramon-garcia pushed a commit to ramon-garcia/tensorflow-rust that referenced this issue May 20, 2023
* Optimize page reading by not create array from bytes owner

* - fixes misaligned data from dictionary-encoded columns with null values (tensorflow#57)

- added test and test data file

Co-authored-by: Chirag Gupta (AZURE) <[email protected]>
Co-authored-by: Carlos Orrego <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants