We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68eda92 commit 6311b72Copy full SHA for 6311b72
.bazelrc
@@ -51,6 +51,7 @@ build:mkl_aarch64 --copt=-O3
51
52
build --define=build_with_onednn_v2=true
53
build --define=xnn_enable_avxvnni=false
54
+build --define=xnn_enable_avx256vnnigfni=false
55
build --define=xnn_enable_avx512amx=false
56
build --define=xnn_enable_avx512fp16=false
57
WORKSPACE
@@ -26,6 +26,7 @@ tensorflow_http_archive(
26
name = "org_tensorflow",
27
sha256 = "75b8dc9b33afff6f2e2d2e2dacc26dd0973bdcee94eec2af290828c1bc574bdc",
28
git_commit = "ad6d8cc177d0c868982e39e0823d0efbfb95f04c",
29
+ patch = "//third_party/tensorflow:tensorflow.patch",
30
)
31
32
# Import all of TensorFlow Serving's external dependencies.
third_party/tensorflow/BUILD
0 commit comments