diff --git a/tensorflow/core/util/BUILD b/tensorflow/core/util/BUILD index 4c68fb44ee0..de2dce9c0c2 100644 --- a/tensorflow/core/util/BUILD +++ b/tensorflow/core/util/BUILD @@ -144,9 +144,9 @@ filegroup( "matmul_autotune.h", "matmul_bcast.h", "mirror_pad_mode.h", + "mkl_threadpool.h", "mkl_types.h", "mkl_util.h", - "mkl_threadpool.h", "overflow.h", "padding.h", "permutation_input_iterator.h", @@ -274,8 +274,8 @@ filegroup( filegroup( name = "mkl_util_hdrs", srcs = [ - "mkl_util.h", "mkl_threadpool.h", + "mkl_util.h", ], visibility = ["//tensorflow/core:__pkg__"], )