aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/quantized_matmul_op.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-12-22 05:38:26 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-22 05:48:55 -0800
commitc4b09b5df79625a70853fd66b5caa7dd92fb4d1f (patch)
tree07f53b010536eea454484ac88b476bbf575a020b /tensorflow/core/kernels/quantized_matmul_op.cc
parent2eadca7eef5329fdb8b4cb2c5024588745866a29 (diff)
Define GEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK to allow building with
latest gemmlowp, which makes it an error by default to build without SSE4.1 on x86 or NEON on ARM. Change: 142758203
Diffstat (limited to 'tensorflow/core/kernels/quantized_matmul_op.cc')
-rw-r--r--tensorflow/core/kernels/quantized_matmul_op.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/kernels/quantized_matmul_op.cc b/tensorflow/core/kernels/quantized_matmul_op.cc
index 4abcae0d35..00d5fe88a3 100644
--- a/tensorflow/core/kernels/quantized_matmul_op.cc
+++ b/tensorflow/core/kernels/quantized_matmul_op.cc
@@ -17,6 +17,7 @@ limitations under the License.
#define EIGEN_USE_THREADS
+#define GEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK
#include "public/gemmlowp.h"
#include "tensorflow/core/framework/op_kernel.h"
#include "tensorflow/core/framework/tensor.h"