Skip to content

Commit 8667763

Browse files
committed
Move xnnpack to 5220835694
ghstack-source-id: 1ebcd5e ghstack-comment-id: 3025865277 Pull Request resolved: #12154
1 parent 7039cbd commit 8667763

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed
Submodule XNNPACK updated 7178 files

backends/xnnpack/third-party/xnnpack.buck.bzl

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,10 +1097,22 @@ def define_xnnpack():
10971097
"-DXNN_ENABLE_GEMM_M_SPECIALIZATION",
10981098
"-DXNN_ENABLE_ARM_DOTPROD",
10991099
"-DXNN_ENABLE_CPUINFO",
1100-
# "-DXNN_ENABLE_DWCONV_MULTIPLASS=1",
1100+
# "-DXNN_ENABLE_DWCONV_MULTIPLASS=0",
11011101
"-DXNN_ENABLE_ARM_I8MM=1",
11021102
"-DXNN_ENABLE_ARM_FP16_VECTOR=1",
1103-
"-DXNN_ENABLE_AVX512BF16=0"
1103+
"-DXNN_ENABLE_AVX512BF16=0",
1104+
"-DXNN_ENABLE_AVX512F=0",
1105+
"-DXNN_ENABLE_AVX512SKX=0",
1106+
"-DXNN_ENABLE_AVX512VNNI=0",
1107+
"-DXNN_ENABLE_AVX512VNNIGFNI=0",
1108+
"-DXNN_ENABLE_AVX512AMX=0",
1109+
"-DXNN_ENABLE_AVX512VBMI=0",
1110+
"-DXNN_ENABLE_AVX512FP16=0",
1111+
"-DXNN_ENABLE_AVXVNNI=0",
1112+
"-DXNN_ENABLE_AVXVNNIINT8=0",
1113+
"-DXNN_ENABLE_AVX256VNNIGFNI=0",
1114+
"-DXNN_ENABLE_AVX256SKX=0",
1115+
"-DXNN_ENABLE_AVX256VNNI=0",
11041116
],
11051117
visibility = ["PUBLIC"],
11061118
exported_deps = COMMON_XNNPACK_DEPS + [

0 commit comments

Comments
 (0)