From e911c748008360a8d96b61dac37599d60d4104ef Mon Sep 17 00:00:00 2001 From: Luke Iwanski <luke@codeplay.com> Date: Thu, 22 Jun 2017 13:00:38 +0100 Subject: [PATCH] [OpenCL] REGISTER -> REGISTER6 --- tensorflow/core/kernels/cwise_op_invert.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/kernels/cwise_op_invert.cc b/tensorflow/core/kernels/cwise_op_invert.cc index c84ee6894eb..df2c02e42e1 100644 --- a/tensorflow/core/kernels/cwise_op_invert.cc +++ b/tensorflow/core/kernels/cwise_op_invert.cc @@ -20,7 +20,7 @@ REGISTER6(UnaryOp, CPU, "Invert", functor::invert, int8, int16, int32, int64, uint8, uint16); #ifdef TENSORFLOW_USE_SYCL -REGISTER(UnaryOp, SYCL, "Invert", functor::invert, int8, int16, int32, int64, +REGISTER6(UnaryOp, SYCL, "Invert", functor::invert, int8, int16, int32, int64, uint8, uint16); #endif // TENSORFLOW_USE_SYCL