Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzkatt authored and pytorchmergebot committed Jun 18, 2024
1 parent 04a4387 commit e651719
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,9 @@ def test_graph_warn_if_has_zero_nodes(self):
@unittest.skipIf(
not TEST_CUDA_GRAPH, "CUDA >= 11.0 or ROCM >= 5.3 required for graphs"
)
@unittest.skipIf(IS_JETSON, "oom reporting has issues on jetson igx due to partial nvml support")
@unittest.skipIf(
IS_JETSON, "oom reporting has issues on jetson igx due to partial nvml support"
)
def test_graph_capture_oom(self):
oom_regex = (
"would exceed allowed memory" if TEST_CUDAMALLOCASYNC else "out of memory"
Expand Down

0 comments on commit e651719

Please sign in to comment.