How to build XNNPACK by Bazel 6.5
Open
- Dominant language
- C
- Stars
- 2.5k
- Forks
- 560
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 163
Description
When I run `bazel build :XNNPACK` or `bazel build //...` I get:
`xnnpack/MODULE.bazel:38:16: name 'use_repo_rule' is not defined
ERROR: Error computing the main repository mapping: error executing MODULE.bazel file for `
When I run ` bazel build --config windows_x86_64 :XNNPACK`
I get: `ERROR: Config value 'windows_x86_64' is not defined in any .rc file`
So, how do I build XNNPACK by using bazel? By CMake, it's all clear.
Thank you very much.
Contributor guide
Assessment
This issue has not been assessed yet.