Skip to content

Commit adfe639

Browse files
yongtanggunan
authored andcommitted
Update libxsmm from 1.8.1 to 1.9 (tensorflow#20226)
* Update libxsmm from 1.8.1 to 1.9 This fix updates libxsmm from 1.8.1 (05/12/2017) to 1.9 (03/15/2018) Signed-off-by: Yong Tang <[email protected]> * Update LICENSE to LICENSE.md Signed-off-by: Yong Tang <[email protected]>
1 parent 83c6d84 commit adfe639

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

tensorflow/tools/lib_package/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ genrule(
130130
"@highwayhash//:LICENSE",
131131
"@jemalloc//:COPYING",
132132
"@jpeg//:LICENSE.md",
133-
"@libxsmm_archive//:LICENSE",
133+
"@libxsmm_archive//:LICENSE.md",
134134
"@llvm//:LICENSE.TXT",
135135
"@lmdb//:LICENSE",
136136
"@local_config_sycl//sycl:LICENSE.text",
@@ -168,7 +168,7 @@ genrule(
168168
"@highwayhash//:LICENSE",
169169
"@jemalloc//:COPYING",
170170
"@jpeg//:LICENSE.md",
171-
"@libxsmm_archive//:LICENSE",
171+
"@libxsmm_archive//:LICENSE.md",
172172
"@llvm//:LICENSE.TXT",
173173
"@lmdb//:LICENSE",
174174
"@local_config_sycl//sycl:LICENSE.text",

tensorflow/tools/pip_package/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ filegroup(
147147
"@jemalloc//:COPYING",
148148
"@jpeg//:LICENSE.md",
149149
"@kafka//:LICENSE",
150-
"@libxsmm_archive//:LICENSE",
150+
"@libxsmm_archive//:LICENSE.md",
151151
"@lmdb//:LICENSE",
152152
"@local_config_nccl//:LICENSE",
153153
"@local_config_sycl//sycl:LICENSE.text",

tensorflow/workspace.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
131131
tf_http_archive(
132132
name = "libxsmm_archive",
133133
urls = [
134-
"https://mirror.bazel.build/github.com/hfp/libxsmm/archive/1.8.1.tar.gz",
135-
"https://github.com/hfp/libxsmm/archive/1.8.1.tar.gz",
134+
"https://mirror.bazel.build/github.com/hfp/libxsmm/archive/1.9.tar.gz",
135+
"https://github.com/hfp/libxsmm/archive/1.9.tar.gz",
136136
],
137-
sha256 = "2ade869c3f42f23b5263c7d594aa3c7e5e61ac6a3afcaf5d6e42899d2a7986ce",
138-
strip_prefix = "libxsmm-1.8.1",
137+
sha256 = "cd8532021352b4a0290d209f7f9bfd7c2411e08286a893af3577a43457287bfa",
138+
strip_prefix = "libxsmm-1.9",
139139
build_file = clean_dep("//third_party:libxsmm.BUILD"),
140140
)
141141

third_party/libxsmm.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
licenses(["notice"]) # BSD 3-clause
55

6-
exports_files(["LICENSE"])
6+
exports_files(["LICENSE.md"])
77

88
# Arguments to ./scripts/libxsmm_interface.py, see that file for detailed description.
99
# precision: SP & DP

0 commit comments

Comments
 (0)