File tree 4 files changed +8
-8
lines changed 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ genrule(
130
130
"@highwayhash//:LICENSE" ,
131
131
"@jemalloc//:COPYING" ,
132
132
"@jpeg//:LICENSE.md" ,
133
- "@libxsmm_archive//:LICENSE" ,
133
+ "@libxsmm_archive//:LICENSE.md " ,
134
134
"@llvm//:LICENSE.TXT" ,
135
135
"@lmdb//:LICENSE" ,
136
136
"@local_config_sycl//sycl:LICENSE.text" ,
@@ -168,7 +168,7 @@ genrule(
168
168
"@highwayhash//:LICENSE" ,
169
169
"@jemalloc//:COPYING" ,
170
170
"@jpeg//:LICENSE.md" ,
171
- "@libxsmm_archive//:LICENSE" ,
171
+ "@libxsmm_archive//:LICENSE.md " ,
172
172
"@llvm//:LICENSE.TXT" ,
173
173
"@lmdb//:LICENSE" ,
174
174
"@local_config_sycl//sycl:LICENSE.text" ,
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ filegroup(
147
147
"@jemalloc//:COPYING" ,
148
148
"@jpeg//:LICENSE.md" ,
149
149
"@kafka//:LICENSE" ,
150
- "@libxsmm_archive//:LICENSE" ,
150
+ "@libxsmm_archive//:LICENSE.md " ,
151
151
"@lmdb//:LICENSE" ,
152
152
"@local_config_nccl//:LICENSE" ,
153
153
"@local_config_sycl//sycl:LICENSE.text" ,
Original file line number Diff line number Diff line change @@ -131,11 +131,11 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
131
131
tf_http_archive (
132
132
name = "libxsmm_archive" ,
133
133
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" ,
136
136
],
137
- sha256 = "2ade869c3f42f23b5263c7d594aa3c7e5e61ac6a3afcaf5d6e42899d2a7986ce " ,
138
- strip_prefix = "libxsmm-1.8.1 " ,
137
+ sha256 = "cd8532021352b4a0290d209f7f9bfd7c2411e08286a893af3577a43457287bfa " ,
138
+ strip_prefix = "libxsmm-1.9 " ,
139
139
build_file = clean_dep ("//third_party:libxsmm.BUILD" ),
140
140
)
141
141
Original file line number Diff line number Diff line change 3
3
4
4
licenses(["notice"]) # BSD 3-clause
5
5
6
- exports_files(["LICENSE"])
6
+ exports_files(["LICENSE.md "])
7
7
8
8
# Arguments to ./scripts/libxsmm_interface.py, see that file for detailed description.
9
9
# precision: SP & DP
You can’t perform that action at this time.
0 commit comments