-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# tensorflow-optimized-wheels | ||
Custom built TensorFlow wheels with performance-optimized flags (SSE, AVX, FMA, XLA, MPI) | ||
# Optimized TensorFlow Wheels | ||
|
||
If you similar messages when you start TensorFlow then these wheels are for you! | ||
|
||
``` | ||
The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations. | ||
The TensorFlow library wasn't compiled to use AVX2 instructions, but these are available on your machine and could speed up CPU computations. | ||
The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations. | ||
The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations. | ||
``` |