Skip to content

Commit 5a40bde

Browse files
committed
Fix CI runs on Windows tests
1 parent ecbbcf7 commit 5a40bde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

onnxruntime/test/providers/qnn/qnn_node_group/scale_softmax_fusion_test.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ ProviderOptions GetProviderOptions() {
6262

6363
} // namespace
6464

65+
#if defined(__aarch64__) || defined(_M_ARM64) || defined(__linux__)
66+
6567
TEST_F(QnnHTPBackendTests, ScaleSoftmaxFusionScalarInitializer) {
6668
ProviderOptions provider_options = GetProviderOptions();
6769

@@ -137,6 +139,8 @@ TEST_F(QnnHTPBackendTests, ScaleSoftmaxFusionSkipNoScalar1d) {
137139
/*fp32_abs_err=*/1e-2f);
138140
}
139141

142+
#endif // defined(__aarch64__) || defined(_M_ARM64) || defined(__linux__)
143+
140144
} // namespace test
141145
} // namespace onnxruntime
142146

0 commit comments

Comments
 (0)