Skip to content

Commit

Permalink
Bump oneTBB to avoid using deprecated selection in build files
Browse files Browse the repository at this point in the history
  • Loading branch information
atobiszei committed Sep 28, 2023
1 parent d226db8 commit ef63fbb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,11 @@ cc_library(

# TensorFlow repo should always go after the other external dependencies.
# TF on 2022-08-10.
_TENSORFLOW_GIT_COMMIT = "af1d5bc4fbb66d9e6cc1cf89503014a99233583b"
_TENSORFLOW_SHA256 = "f85a5443264fc58a12d136ca6a30774b5bc25ceaf7d114d97f252351b3c3a2cb"
#_TENSORFLOW_GIT_COMMIT = "af1d5bc4fbb66d9e6cc1cf89503014a99233583b"
#_TENSORFLOW_SHA256 = "f85a5443264fc58a12d136ca6a30774b5bc25ceaf7d114d97f252351b3c3a2cb"
# TF on 2023-06-13.
_TENSORFLOW_GIT_COMMIT = "491681a5620e41bf079a582ac39c585cc86878b9"
_TENSORFLOW_SHA256 = "9f76389af7a2835e68413322c1eaabfadc912f02a76d71dc16be507f9ca3d3ac"
http_archive(
name = "org_tensorflow",
urls = [
Expand Down Expand Up @@ -403,7 +406,7 @@ cc_library(

git_repository(
name = "oneTBB",
branch = "v2021.8.0",
branch = "v2021.10.0",
remote = "https://github.com/oneapi-src/oneTBB/",
patch_args = ["-p1"],
patches = ["mwaitpkg.patch",]
Expand Down

0 comments on commit ef63fbb

Please sign in to comment.