Skip to content

Commit e590eb5

Browse files
committed
cherry pick ngc 25.09 skip cumsum in thor
1 parent 892a870 commit e590eb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/core/conversion/converters/test_cumsum.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ TEST(Converters, ATenCumsumNegativeDimConvertsCorrectly) {
7272
}
7373

7474
TEST(Converters, ATenCumsumNegativeDimConvertsCorrectlyWithDynamicInput) {
75+
GTEST_SKIP();
7576
const auto graph = R"IR(
7677
graph(%0 : Tensor):
7778
%1 : int = prim::Constant[value=-2]()

0 commit comments

Comments
 (0)