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 7039cbd commit 8667763Copy full SHA for 8667763
backends/xnnpack/third-party/XNNPACK
backends/xnnpack/third-party/xnnpack.buck.bzl
@@ -1097,10 +1097,22 @@ def define_xnnpack():
1097
"-DXNN_ENABLE_GEMM_M_SPECIALIZATION",
1098
"-DXNN_ENABLE_ARM_DOTPROD",
1099
"-DXNN_ENABLE_CPUINFO",
1100
- # "-DXNN_ENABLE_DWCONV_MULTIPLASS=1",
+ # "-DXNN_ENABLE_DWCONV_MULTIPLASS=0",
1101
"-DXNN_ENABLE_ARM_I8MM=1",
1102
"-DXNN_ENABLE_ARM_FP16_VECTOR=1",
1103
- "-DXNN_ENABLE_AVX512BF16=0"
+ "-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",
1116
],
1117
visibility = ["PUBLIC"],
1118
exported_deps = COMMON_XNNPACK_DEPS + [
0 commit comments