Skip to content

Commit

Permalink
Include patch files necessary for building at TF 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bmzhao committed Jul 19, 2024
1 parent 68eda92 commit 6311b72
Show file tree
Hide file tree
Showing 4 changed files with 1,939 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ build:mkl_aarch64 --copt=-O3

build --define=build_with_onednn_v2=true
build --define=xnn_enable_avxvnni=false
build --define=xnn_enable_avx256vnnigfni=false
build --define=xnn_enable_avx512amx=false
build --define=xnn_enable_avx512fp16=false

Expand Down
1 change: 1 addition & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ tensorflow_http_archive(
name = "org_tensorflow",
sha256 = "75b8dc9b33afff6f2e2d2e2dacc26dd0973bdcee94eec2af290828c1bc574bdc",
git_commit = "ad6d8cc177d0c868982e39e0823d0efbfb95f04c",
patch = "//third_party/tensorflow:tensorflow.patch",
)

# Import all of TensorFlow Serving's external dependencies.
Expand Down
Empty file added third_party/tensorflow/BUILD
Empty file.
Loading

0 comments on commit 6311b72

Please sign in to comment.