Skip to content

Commit 2e0d2e6

Browse files
committed
test(cuda.core): tidy PDL overlap helper import order and docstring
1 parent 0371a37 commit 2e0d2e6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

cuda_core/tests/graph/test_graph_builder.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,5 @@ def _assert_programmatic_dependency_edge(graph_definition):
777777
@skipif_need_cuda_headers
778778
@requires_module(np, "2.2.5", reason="need numpy 2.2.5+ (numpy GH #28632)")
779779
def test_pdl_same_stream_primary_secondary_overlap_via_graph(init_cuda):
780-
"""Same-stream PDL overlap via GraphBuilder stream capture on Hopper+.
781-
"""
780+
"""Same-stream PDL overlap via GraphBuilder stream capture on Hopper+."""
782781
run_pdl_overlap_check(Device(), via_graph=True)

cuda_core/tests/helpers/pdl_kernels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
"""Shared helpers for Programmatic Dependent Launch overlap tests."""
55

6-
import helpers
76
import numpy as np
87
import pytest
98

9+
import helpers
1010
from cuda.core import LaunchConfig, LegacyPinnedMemoryResource, Program, ProgramOptions, launch
1111

1212

0 commit comments

Comments
 (0)