From 2d6170fc0afee7269cab7f84647f2a65b86e7020 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 4 May 2018 03:43:00 -0700 Subject: [XLA] Remove template keyword on non-template methods. This is an error with clang trunk. PiperOrigin-RevId: 195394277 --- third_party/libxsmm.BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/libxsmm.BUILD') diff --git a/third_party/libxsmm.BUILD b/third_party/libxsmm.BUILD index 78ed1f4e16..4124f2db63 100644 --- a/third_party/libxsmm.BUILD +++ b/third_party/libxsmm.BUILD @@ -38,8 +38,8 @@ genrule( ":libxsmm_interface", ], visibility = [ - "//third_party/eigen3:__pkg__", "//tensorflow/core/kernels:__pkg__", + "//third_party/eigen3:__pkg__", ], ) -- cgit v1.2.3