Closed coleramos425 closed 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
which
Use shutil.which(...)
Implemented in dev branch
dev
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