Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add local dispatch ID filtering #363

Open
IanBogle opened this issue May 7, 2024 · 1 comment
Open

Add local dispatch ID filtering #363

IanBogle opened this issue May 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@IanBogle
Copy link

IanBogle commented May 7, 2024

Is your feature request related to a problem? Please describe.
Currently, filtering by dispatch ID requires global dispatch IDs across all kernel launches of an application, making it difficult to single out the second launch of a specific kernel. To do this currently requires multiple runs of omniperf, or to run rocprof to get the global dispatch ID.
Describe the solution you'd like
This will likely require discussion to turn into a full-fledged feature. The solution I'm looking for is some sort of flag that you can add to a -k 0 to get a "local" dispatch filtering to get any single instance of the kernel already selected by other filtering. Ideally it should be a different flag than -d.
Describe alternatives you've considered
Additional context
This functionality has been mentioned in passing at some DoE hackathons, and internally in my team.

@IanBogle IanBogle added the enhancement New feature or request label May 7, 2024
@ashesh2512
Copy link

Curious if there has been any movement on this front?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants