Skip to content

Commit 17ee2f3

Browse files
committed
Move xnnpack to 5220835694
ghstack-source-id: 3c7df13 ghstack-comment-id: 3025865277 Pull Request resolved: #12154
1 parent 3a77729 commit 17ee2f3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
Submodule XNNPACK updated 7178 files

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,16 @@ def define_xnnpack():
11001100
# "-DXNN_ENABLE_DWCONV_MULTIPLASS=1",
11011101
"-DXNN_ENABLE_ARM_I8MM=1",
11021102
"-DXNN_ENABLE_ARM_FP16_VECTOR=1",
1103-
"-DXNN_ENABLE_AVX512BF16=0"
1103+
"-DXNN_ENABLE_AVX512BF16=1"
1104+
"-DXNN_ENABLE_AVX512F=1",
1105+
"-DXNN_ENABLE_AVX512SKX=1",
1106+
"-DXNN_ENABLE_AVX512VNNI=1",
1107+
"-DXNN_ENABLE_AVX512VNNIGFNI=1",
1108+
"-DXNN_ENABLE_AVX512AMX=1",
1109+
"-DXNN_ENABLE_AVX512VBMI=1",
1110+
"-DXNN_ENABLE_AVX512FP16=1",
1111+
"-DXNN_ENABLE_AVXVNNIINT8=1",
1112+
"-DXNN_ENABLE_AVX256VNNIGFNI=1",
11041113
],
11051114
visibility = ["PUBLIC"],
11061115
exported_deps = COMMON_XNNPACK_DEPS + [

0 commit comments

Comments
 (0)