We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a77729 commit 17ee2f3Copy full SHA for 17ee2f3
backends/xnnpack/third-party/XNNPACK
backends/xnnpack/third-party/xnnpack.buck.bzl
@@ -1100,7 +1100,16 @@ def define_xnnpack():
1100
# "-DXNN_ENABLE_DWCONV_MULTIPLASS=1",
1101
"-DXNN_ENABLE_ARM_I8MM=1",
1102
"-DXNN_ENABLE_ARM_FP16_VECTOR=1",
1103
- "-DXNN_ENABLE_AVX512BF16=0"
+ "-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",
1113
],
1114
visibility = ["PUBLIC"],
1115
exported_deps = COMMON_XNNPACK_DEPS + [
0 commit comments