Skip to content

Commit

Permalink
Bump XNNPACK version to remove executable stack from xla_extension.so.
Browse files Browse the repository at this point in the history
Fix jax-ml/jax#26781.

PiperOrigin-RevId: 732235187
  • Loading branch information
Google-ML-Automation committed Feb 28, 2025
1 parent 33a054b commit 5729a3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tsl_workspace2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ def _tf_repositories():
# LINT.IfChange
tf_http_archive(
name = "XNNPACK",
sha256 = "face04056299ca22e2dbbf122a27aef289443dc7b1ad7e33a52714d6acc084eb",
strip_prefix = "XNNPACK-e55b3998cadb320188759aaada27328cbacc3253",
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/e55b3998cadb320188759aaada27328cbacc3253.zip"),
sha256 = "9e290e7b094134bdda0cad4ef4b89625fbde3c4b8e8f5dc84044c0f2e55b875a",
strip_prefix = "XNNPACK-5b4978cae19292232a27bdf0f495819bf5297167",
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/5b4978cae19292232a27bdf0f495819bf5297167.zip"),
)
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/xnnpack.cmake)

Expand Down
6 changes: 3 additions & 3 deletions workspace2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ def _tf_repositories():
# LINT.IfChange
tf_http_archive(
name = "XNNPACK",
sha256 = "face04056299ca22e2dbbf122a27aef289443dc7b1ad7e33a52714d6acc084eb",
strip_prefix = "XNNPACK-e55b3998cadb320188759aaada27328cbacc3253",
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/e55b3998cadb320188759aaada27328cbacc3253.zip"),
sha256 = "9e290e7b094134bdda0cad4ef4b89625fbde3c4b8e8f5dc84044c0f2e55b875a",
strip_prefix = "XNNPACK-5b4978cae19292232a27bdf0f495819bf5297167",
urls = tf_mirror_urls("https://github.com/google/XNNPACK/archive/5b4978cae19292232a27bdf0f495819bf5297167.zip"),
)
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/xnnpack.cmake)

Expand Down

0 comments on commit 5729a3b

Please sign in to comment.