aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libxsmm.BUILD
diff options
context:
space:
mode:
authorGravatar Benjamin Kramer <kramerb@google.com>2018-05-04 03:43:00 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-04 10:52:55 -0700
commit2d6170fc0afee7269cab7f84647f2a65b86e7020 (patch)
tree9c7900ba5c37d938cef57351ff2049a4af5bf3ad /third_party/libxsmm.BUILD
parent34bb6643654b9a207b93d046d5fde807eb7ee499 (diff)
[XLA] Remove template keyword on non-template methods.
This is an error with clang trunk. PiperOrigin-RevId: 195394277
Diffstat (limited to 'third_party/libxsmm.BUILD')
-rw-r--r--third_party/libxsmm.BUILD2
1 files changed, 1 insertions, 1 deletions
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__",
],
)