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 fe5251e commit 5476f86Copy full SHA for 5476f86
backends/xnnpack/third-party/xnnpack.buck.bzl
@@ -1100,17 +1100,17 @@ def define_xnnpack():
1100
# "-DXNN_ENABLE_DWCONV_MULTIPLASS=0",
1101
"-DXNN_ENABLE_ARM_I8MM=1",
1102
"-DXNN_ENABLE_ARM_FP16_VECTOR=1",
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",
+ "-DXNN_ENABLE_AVX512F=1",
+ "-DXNN_ENABLE_AVX512SKX=1",
+ "-DXNN_ENABLE_AVX512VNNI=1",
+ "-DXNN_ENABLE_AVX512VBMI=1",
1111
"-DXNN_ENABLE_AVXVNNI=0",
1112
"-DXNN_ENABLE_AVXVNNIINT8=0",
+ "-DXNN_ENABLE_AVX512FP16=0",
+ "-DXNN_ENABLE_AVX512VNNIGFNI=0",
+ "-DXNN_ENABLE_AVX512BF16=0",
1113
"-DXNN_ENABLE_AVX256VNNIGFNI=0",
+ "-DXNN_ENABLE_AVX512AMX=0",
1114
"-DXNN_ENABLE_AVX256SKX=0",
1115
"-DXNN_ENABLE_AVX256VNNI=0",
1116
],
0 commit comments