You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix use-after-free for non-trivially-destructible functors in
hipstdpar (#5014)
## Motivation
Functors must remain observable until the kernel finishes it's
execution.
## Technical Details
Non-trivially-destructible functors are allocated in HIP managed memory
and passed to the kernel by pointer instead of by value
## Test Plan
/
## Test Result
/
## Submission Checklist
- [x] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
0 commit comments