Skip to content

Commit 26c40ab

Browse files
author
mc
committed
Update config_setting for 8th Wall cpu value
1 parent 8f5a30c commit 26c40ab

File tree

3 files changed

+3428
-3
lines changed

3 files changed

+3428
-3
lines changed

tensorflow/workspace.bzl

Lines changed: 1 addition & 0 deletions
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

Lines changed: 4 additions & 3 deletions
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
LINUX_X86_SRCS = [
@@ -380,14 +381,14 @@ config_setting(
380381
config_setting(
381382
name = "emscripten_wasm",
382383
values = {
383-
"cpu": "wasm",
384+
"cpu": "js",
384385
},
385386
)
386387

387388
config_setting(
388389
name = "emscripten_wasmsimd",
389390
values = {
390-
"cpu": "wasm",
391+
"cpu": "js",
391392
"features": "wasm_simd",
392393
},
393394
)

0 commit comments

Comments
 (0)