We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d925f1 commit 8e1b4b8Copy full SHA for 8e1b4b8
onnxruntime/test/providers/cuda/nhwc/pool_test.cc
@@ -59,6 +59,8 @@ TYPED_TEST(CudaNhwcTypedTest, MaxPoolNhwc) {
59
MAKE_PROVIDERS()
60
}
61
62
+#if 0
63
+//Not implemented
64
TYPED_TEST(CudaNhwcTypedTest, GlobalMaxPoolNhwc) {
65
RandomValueGenerator random{};
66
auto test = std::make_unique<CompareOpTester>("GlobalMaxPool", 14);
@@ -81,7 +83,7 @@ TYPED_TEST(CudaNhwcTypedTest, GlobalMaxPoolNhwc) {
81
83
auto source_ep = CudaExecutionProviderWithOptions(&nchw);
82
84
test->CompareEPs(std::move(source_ep), execution_providers, error_tolerance);
85
-
86
+#endif
87
TYPED_TEST(CudaNhwcTypedTest, AveragePoolNhwcPad) {
88
auto op = PoolOp<TypeParam>{};
89
op.pooling_type = "AveragePool";
0 commit comments