ROCm / rocprofiler-compute

Advanced Profiling and Analytics for AMD Hardware
https://rocm.docs.amd.com/projects/omniperf/en/latest/
MIT License
135 stars 49 forks source link

Enable CLI Analysis on Windows #110

Closed coleramos425 closed 1 year ago

coleramos425 commented 1 year ago

Will have to look at this closer, but enabling analysis via CLI on Windows may be possible with a few adjustments to shell commands.

Start by inspecting subprocess calls using which https://github.com/AMDResearch/omniperf/blob/9770396fa8d75e2d72ead30890cb9d232ff6ea4a/src/parser.py#L123-L125

jrmadsen commented 1 year ago

Use shutil.which(...)

coleramos425 commented 1 year ago

Implemented in dev branch