rfcs: proposal for an asynchronous verbose mode#3393
Open
avmanerikar wants to merge 1 commit intorfcsfrom
Open
rfcs: proposal for an asynchronous verbose mode#3393avmanerikar wants to merge 1 commit intorfcsfrom
avmanerikar wants to merge 1 commit intorfcsfrom
Conversation
3 tasks
2631f08 to
4967b8c
Compare
4967b8c to
ce5811f
Compare
ce5811f to
e1f1c58
Compare
e1f1c58 to
5794dea
Compare
5794dea to
8025f06
Compare
3 tasks
Contributor
Author
|
The PoC implementation for asynchronous verbose profiling fails in the following scenario: The asynchronous callbacks responsible for calculating and printing profiling information rely on The following example reproduces this scenario for OpenCL GPU runtimes: The fix requires a non-blocking mechanism to retain the lifecycle of the profiler and its registered events until the callbacks complete verbose logging. Candidate Solutions:
|
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.
Link to rendered document: [link]
Link to PoC implementation: [link]
Addresses MFDNN-13603 and MFDNN-12088.