- Notifications
You must be signed in to change notification settings - Fork405
Open
Description
I am trying to build tensorflow 2.18.0 with bazel 6.5, in config I put all the noavx flags,
and in bazel build I used --define=tflite_with_xnnpack=false, but still fails with:
ERROR: C:/users/user/_bazel_user/yopxtjri/external/XNNPACK/BUILD.bazel:803:36: Compiling external/XNNPACK/avx512vnni_prod_microkernels.c failed: (Exit 1): clang-cl.exe failed: error executing command (from target @XNNPACK//:avx512vnni_prod_microkernels)
The error message clearly indicates that even though I'm trying to build without AVX, the build system is still trying to compile code using AVX-512 instructions (specificallyavx512vnni_prod_microkernels.c
). This is happening within the XNNPACK library, which TensorFlow uses for optimized operations.
Metadata
Metadata
Assignees
Labels
No labels