Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove default noopt for migraphx. #58

Merged

Conversation

TedThemistokleous
Copy link

Description

Default all no_opt is too heavy handed here. Finding its hurting performance on other scripts . Adding this option on scripts that QA said were failing

Motivation and Context

Fixes issues with BLAS that occurred with transpose

@TedThemistokleous TedThemistokleous added the bug Something isn't working label Aug 22, 2024
@TedThemistokleous TedThemistokleous self-assigned this Aug 22, 2024
@TedThemistokleous TedThemistokleous merged commit 8a43be8 into rocm6.2_internal_testing Aug 22, 2024
11 of 14 checks passed
TedThemistokleous added a commit that referenced this pull request Aug 23, 2024
TedThemistokleous added a commit that referenced this pull request Aug 23, 2024
TedThemistokleous added a commit that referenced this pull request Aug 26, 2024
TedThemistokleous added a commit that referenced this pull request Aug 26, 2024
jagadish-amd pushed a commit to jagadish-amd/onnxruntime that referenced this pull request Sep 10, 2024
…k.py (microsoft#21843)

…ripts (ROCm#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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant