Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't it support windows x86 (32 bit)? #4637

Open
gootaoo opened this issue Apr 10, 2023 · 2 comments
Open

Doesn't it support windows x86 (32 bit)? #4637

gootaoo opened this issue Apr 10, 2023 · 2 comments

Comments

@gootaoo
Copy link

gootaoo commented Apr 10, 2023

I run the following command and got an error:
bazel --output_user_root=./../tensorflow_build/2.11 build -s --config=opt --define tflite_with_xnnpack=true --cpu=x64_x86_windows //tensorflow/lite:tensorflowlite.dll

ERROR:
C:/users/desktop/tensorflow_build/master1/gaunzc4b/external/XNNPACK/BUILD.bazel:4762:26: configurable attribute "deps" in @XNNPACK//:amalgam_microkernels doesn't match this configuration. Would a default condition help?

Conditions checked:
@XNNPACK//:aarch32
@XNNPACK//:aarch64
@XNNPACK//:x86
@XNNPACK//:emscripten_wasm
@XNNPACK//:emscripten_wasmsimd
@XNNPACK//:emscripten_wasmrelaxedsimd
@XNNPACK//:riscv

@Maratyszcza
Copy link
Contributor

AFAIK, Bazel doesn't support 32-bit Windows builds. CMake should work.

@gootaoo
Copy link
Author

gootaoo commented Apr 11, 2023

Thanks for reply, @Maratyszcza it should support compiling x86 (32-bit) compilation. When I remove the tflite_with_xnnpack parameter, it can be compiled successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants