Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions tests/py/dynamo/conversion/test_cumsum_aten.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import unittest

import torch
import torch.nn as nn
import torch_tensorrt
Expand All @@ -9,10 +7,6 @@
from .harness import DispatchTestCase


@unittest.skipIf(
torch_tensorrt.ENABLED_FEATURES.tensorrt_rtx,
"cumsum is not supported on TensorRT-RTX (build_serialized_network returns None on Linux as well as Windows)",
)
class TestCumsumConverter(DispatchTestCase):
@parameterized.expand(
[
Expand Down
Loading