Skip to content

SWDEV-579356: Take into account thread-local capture mode in checks for valid capture (#2177)#3195

Merged
JeniferC99 merged 1 commit into
release/rocm-rel-7.2from
rakesroy/7.2.1/SWDEV-579356
Feb 13, 2026
Merged

SWDEV-579356: Take into account thread-local capture mode in checks for valid capture (#2177)#3195
JeniferC99 merged 1 commit into
release/rocm-rel-7.2from
rakesroy/7.2.1/SWDEV-579356

Conversation

@rakesroy

Copy link
Copy Markdown
Contributor

Motivation

This PR addresses ROCm/hip#3876

Technical Details

In the case where one thread captures a stream in global capture mode, an action like hipEventQuery on a different thread for a different stream under thread-local capture mode currently returns hipErrorStreamCaptureUnsupported.
However In thread-local capture mode sequences in other threads should be ignored.

JIRA ID

SWDEV-579356

Test Plan

NA

Test Result

NA

Submission Checklist

@JeniferC99

Copy link
Copy Markdown
Collaborator

manual psdb triggered: http://rocm-ci.amd.com/job/compute-psdb-rel-7.2/348

@JeniferC99 JeniferC99 merged commit c8042d8 into release/rocm-rel-7.2 Feb 13, 2026
8 of 65 checks passed
@JeniferC99 JeniferC99 deleted the rakesroy/7.2.1/SWDEV-579356 branch February 13, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants