File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
onnxruntime/test/providers/qnn/qnn_node_group Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,12 @@ ProviderOptions GetProviderOptions() {
107107
108108} // namespace
109109
110+ #if defined(_WIN32)
111+ // Graph fails to compose on ARM64 Windows since QNN 2.37.0
112+ TEST_F (QnnHTPBackendTests, DISABLED_LPBQGemmFusion) {
113+ #else
110114TEST_F (QnnHTPBackendTests, LPBQGemmFusion) {
115+ #endif
111116 ProviderOptions provider_options = GetProviderOptions ();
112117 RunQnnModelTest (BuildLPBQGemmTestCase (),
113118 provider_options,
Original file line number Diff line number Diff line change @@ -106,7 +106,12 @@ ProviderOptions GetProviderOptions() {
106106
107107} // namespace
108108
109+ #if defined(_WIN32)
110+ // Graph fails to compose on ARM64 Windows since QNN 2.37.0
111+ TEST_F (QnnHTPBackendTests, DISABLED_LPBQMatMulFusion) {
112+ #else
109113TEST_F (QnnHTPBackendTests, LPBQMatMulFusion) {
114+ #endif
110115 ProviderOptions provider_options = GetProviderOptions ();
111116 RunQnnModelTest (BuildLPBQMatMulTestCase (),
112117 provider_options,
You can’t perform that action at this time.
0 commit comments