Commit 9a70475
[MIGraphX EP Support]Remove default noopt for Migraphx EP in Benchmark.py (microsoft#21843)
…ripts (microsoft#58)
### Description
<!-- Describe your changes. -->
Removes the heavy handed no opt for all MIGraphX using the benchmark.py
scripts
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Finding this hurts performance if we remove all optimizations. Let the
fine tuning occur at the script level instead of a blanket NoOPT being
selected
Co-authored-by: Ted Themistokleous <[email protected]>1 parent 87165b9 commit 9a70475
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | 138 | | |
148 | 139 | | |
149 | 140 | | |
| |||
0 commit comments