Skip to content

Commit b55b0e6

Browse files
committed
Update
[ghstack-poisoned]
1 parent 1eb3d8f commit b55b0e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,9 +1108,11 @@ def define_xnnpack():
11081108
"-DXNN_ENABLE_AVX512AMX=1",
11091109
"-DXNN_ENABLE_AVX512VBMI=1",
11101110
"-DXNN_ENABLE_AVX512FP16=1",
1111+
"-DXNN_ENABLE_AVXVNNI=1",
11111112
"-DXNN_ENABLE_AVXVNNIINT8=1",
11121113
"-DXNN_ENABLE_AVX256VNNIGFNI=1",
11131114
"-DXNN_ENABLE_AVX256SKX=1",
1115+
"-DXNN_ENABLE_AVX256VNNI=1",
11141116
],
11151117
visibility = ["PUBLIC"],
11161118
exported_deps = COMMON_XNNPACK_DEPS + [

0 commit comments

Comments
 (0)