Skip to content

Commit 6311b72

Browse files
committed
Include patch files necessary for building at TF 2.17
1 parent 68eda92 commit 6311b72

File tree

4 files changed

+1939
-0
lines changed

4 files changed

+1939
-0
lines changed

.bazelrc

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ build:mkl_aarch64 --copt=-O3
5151

5252
build --define=build_with_onednn_v2=true
5353
build --define=xnn_enable_avxvnni=false
54+
build --define=xnn_enable_avx256vnnigfni=false
5455
build --define=xnn_enable_avx512amx=false
5556
build --define=xnn_enable_avx512fp16=false
5657

WORKSPACE

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ tensorflow_http_archive(
2626
name = "org_tensorflow",
2727
sha256 = "75b8dc9b33afff6f2e2d2e2dacc26dd0973bdcee94eec2af290828c1bc574bdc",
2828
git_commit = "ad6d8cc177d0c868982e39e0823d0efbfb95f04c",
29+
patch = "//third_party/tensorflow:tensorflow.patch",
2930
)
3031

3132
# Import all of TensorFlow Serving's external dependencies.

third_party/tensorflow/BUILD

Whitespace-only changes.

0 commit comments

Comments
 (0)