Skip to content

Commit 5a5e668

Browse files
[WebGPU EP] Exclude zero-dim input test case for WebGPU EP. (microsoft#24350)
### Description Exclude zero-dim input testcase for WebGPU EP. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
1 parent 39e585f commit 5a5e668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/test/providers/cpu/nn/conv_fp16_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ TEST(ConvFp16Test, ConvDimWithZero) {
968968
vector<int64_t>{1, 1}, // kernel_shape
969969
vector<int64_t>{0, 0, 0, 0}, // pads
970970
vector<int64_t>{1, 1}, // strides
971-
{} // excluded EPs
971+
{kWebGpuExecutionProvider} // excluded EPs
972972
};
973973

974974
vector<MLFloat16> X;

0 commit comments

Comments
 (0)