Update MIGraphX Driver to change run timing and stream synchronization for runs
Open
@TedThemistokleous is already working on this.
Since May 13, 2024.
dependencies
onnxruntime
- Dominant language
- C++
- Stars
- 333
- Forks
- 150
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 54
Description
Add additional flags to the MIGraphX Driver perf to allow for different timing methodologies to match how we run a model through onnxruntime.
Handling things this way allows us to do a correct apples to apples comparison between Onnxruntime MIGraphX Perf and MIGraphX Perf runs.
- Add flag alternative timing
- Flag for alternative sync/async modes
- Flag for alternative sync points (between run, at end of run)
cc @pfultz2 Incase I've missed anything or there's anything else you want to ad as part of this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.