Skip to content

Commit

Permalink
Update config_setting for 8th Wall cpu value
Browse files Browse the repository at this point in the history
  • Loading branch information
mc committed Apr 3, 2020
1 parent 8de9784 commit 02e5182
Show file tree
Hide file tree
Showing 3 changed files with 3,428 additions and 3 deletions.
1 change: 1 addition & 0 deletions tensorflow/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):

tf_http_archive(
name = "XNNPACK",
build_file = clean_dep("//third_party:xnnpack.BUILD"),
sha256 = "190e61e50af3497bb46b8d936bd2d2d551a9aeedb02ff66388918408a54e216a",
strip_prefix = "XNNPACK-b18783570f0643560be641b193367d3906955141",
urls = [
Expand Down
7 changes: 4 additions & 3 deletions third_party/cpuinfo/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ MACH_SRCS = [
]

EMSCRIPTEN_SRCS = [
"src/emscripten/init.c",
# This doesn't appear to be a real file.
# "src/emscripten/init.c",
]

PNACL_SRCS = [
Expand Down Expand Up @@ -299,14 +300,14 @@ config_setting(
config_setting(
name = "emscripten_wasm",
values = {
"cpu": "wasm",
"cpu": "js",
},
)

config_setting(
name = "emscripten_wasmsimd",
values = {
"cpu": "wasm",
"cpu": "js",
"features": "wasm_simd",
},
)
Expand Down
Loading

0 comments on commit 02e5182

Please sign in to comment.