diff --git a/README.md b/README.md index 035ec2c..4f8c572 100644 --- a/README.md +++ b/README.md @@ -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. +```