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 1bf20e3 commit f2fb7aeCopy full SHA for f2fb7ae
.ci/scripts/gather_benchmark_configs.py
@@ -71,6 +71,10 @@ class DisabledConfig(NamedTuple):
71
config_name="mps",
72
github_issue="https://github.com/pytorch/executorch/issues/7904",
73
),
74
+ DisabledConfig(
75
+ config_name="qnn_q8",
76
+ github_issue="https://github.com/pytorch/executorch/issues/7946",
77
+ ),
78
],
79
"edsr": [
80
DisabledConfig(
0 commit comments