aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/pack_op.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/kernels/pack_op.cc')
-rw-r--r--tensorflow/core/kernels/pack_op.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/kernels/pack_op.cc b/tensorflow/core/kernels/pack_op.cc
index 4977ad1d7c..a6650f369b 100644
--- a/tensorflow/core/kernels/pack_op.cc
+++ b/tensorflow/core/kernels/pack_op.cc
@@ -167,6 +167,7 @@ REGISTER_KERNEL_BUILDER(Name("Pack")
PackOp<SYCLDevice, type>)
REGISTER_SYCL(float);
+REGISTER_SYCL(double);
#undef REGISTER_SYCL
// A special GPU kernel for int32.