Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

How to build XNNPACK by Bazel 6.5 in windows, but without avx #7781

Open
@dicotom

Description

@dicotom

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp