Skip to content

Commit 8e1b4b8

Browse files
authored
Update pool_test.cc
1 parent 1d925f1 commit 8e1b4b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

onnxruntime/test/providers/cuda/nhwc/pool_test.cc

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ TYPED_TEST(CudaNhwcTypedTest, MaxPoolNhwc) {
5959
MAKE_PROVIDERS()
6060
}
6161

62+
#if 0
63+
//Not implemented
6264
TYPED_TEST(CudaNhwcTypedTest, GlobalMaxPoolNhwc) {
6365
RandomValueGenerator random{};
6466
auto test = std::make_unique<CompareOpTester>("GlobalMaxPool", 14);
@@ -81,7 +83,7 @@ TYPED_TEST(CudaNhwcTypedTest, GlobalMaxPoolNhwc) {
8183
auto source_ep = CudaExecutionProviderWithOptions(&nchw);
8284
test->CompareEPs(std::move(source_ep), execution_providers, error_tolerance);
8385
}
84-
86+
#endif
8587
TYPED_TEST(CudaNhwcTypedTest, AveragePoolNhwcPad) {
8688
auto op = PoolOp<TypeParam>{};
8789
op.pooling_type = "AveragePool";

0 commit comments

Comments
 (0)