test(cuda.core): cover PDL same-stream overlap via GraphBuilder capture - #2524
Open
lijinf2 wants to merge 9 commits into
Open
test(cuda.core): cover PDL same-stream overlap via GraphBuilder capture#2524lijinf2 wants to merge 9 commits into
lijinf2 wants to merge 9 commits into
Conversation
Contributor
lijinf2
marked this pull request as draft
August 6, 2026 19:50
Cover GraphBuilder stream-capture for programmatic_stream_serialization: functional launch, programmatic dependency edge mapping, and Hopper+ overlap (xfail if opportunistic), plus 1.2.0 release notes.
Refer to cudaLaunchAttributeProgrammaticStreamSerialization instead of the driver-style CU_LAUNCH_ATTRIBUTE_* spelling.
lijinf2
force-pushed
the
fea/1334-pdl-launch-config-graph
branch
from
August 6, 2026 20:01
7ebea54 to
4ca415b
Compare
Contributor
Author
|
/ok to test 4ca415b |
The test writes host buffers from np.from_dlpack, which are read-only before NumPy 2.2.5 (GH #28632).
Align with other graph builder tests so context setup and teardown stay consistent.
Drop fragile Programming Guide section numbers and note Driver vs Runtime enum name equivalence at the edge asserts.
Extract kernels and the same-stream / graph-capture overlap check into run_pdl_overlap_check so launcher and GraphBuilder tests stay in sync.
Both direct and graph-capture paths are same-stream; update names and docs accordingly.
lijinf2
marked this pull request as ready for review
August 7, 2026 18:58
Contributor
Author
|
/ok to test fdfdf8b |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
close #1334
programmatic_stream_serialization: programmatic dependency-edge mapping and same-stream primary/secondary overlap (Hopper+, opportunistic → xfail).helpers/pdl_kernels.pyso direct and graph-capture paths stay in sync.Checklist