Skip to content

Commit a9795c8

Browse files
authored
Update README.md
1 parent 14e4c5f commit a9795c8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# tensorflow-optimized-wheels
2-
Custom built TensorFlow wheels with performance-optimized flags (SSE, AVX, FMA, XLA, MPI)
1+
# Optimized TensorFlow Wheels
2+
3+
If you similar messages when you start TensorFlow then these wheels are for you!
4+
5+
```
6+
The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.
7+
The TensorFlow library wasn't compiled to use AVX2 instructions, but these are available on your machine and could speed up CPU computations.
8+
The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
9+
The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations.
10+
```

0 commit comments

Comments
 (0)