omniperf icon indicating copy to clipboard operation
omniperf copied to clipboard

Add local dispatch ID filtering

Open IanBogle opened this issue 1 year ago • 1 comments

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 avatar May 07 '24 14:05 IanBogle

Curious if there has been any movement on this front?

ashesh2512 avatar Oct 02 '24 18:10 ashesh2512