Skip to content

Commit 02e5182

Browse files
author
mc
committed
Update config_setting for 8th Wall cpu value
1 parent 8de9784 commit 02e5182

File tree

3 files changed

+3428
-3
lines changed

3 files changed

+3428
-3
lines changed

tensorflow/workspace.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
144144

145145
tf_http_archive(
146146
name = "XNNPACK",
147+
build_file = clean_dep("//third_party:xnnpack.BUILD"),
147148
sha256 = "190e61e50af3497bb46b8d936bd2d2d551a9aeedb02ff66388918408a54e216a",
148149
strip_prefix = "XNNPACK-b18783570f0643560be641b193367d3906955141",
149150
urls = [

third_party/cpuinfo/BUILD.bazel

+4-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ MACH_SRCS = [
5656
]
5757

5858
EMSCRIPTEN_SRCS = [
59-
"src/emscripten/init.c",
59+
# This doesn't appear to be a real file.
60+
# "src/emscripten/init.c",
6061
]
6162

6263
PNACL_SRCS = [
@@ -299,14 +300,14 @@ config_setting(
299300
config_setting(
300301
name = "emscripten_wasm",
301302
values = {
302-
"cpu": "wasm",
303+
"cpu": "js",
303304
},
304305
)
305306

306307
config_setting(
307308
name = "emscripten_wasmsimd",
308309
values = {
309-
"cpu": "wasm",
310+
"cpu": "js",
310311
"features": "wasm_simd",
311312
},
312313
)

0 commit comments

Comments
 (0)