-
Notifications
You must be signed in to change notification settings - Fork 224
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
[HOTFIX] disable bwd_gemm solver to fix 2474 #2477
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- It should be possible to cancel the W/A by explicit setting
MIOPEN_DEBUG_CONV_GEMM=1
src/solver/gemm_bwd.cpp
Outdated
@@ -43,6 +43,7 @@ | |||
MIOPEN_DECLARE_ENV_VAR(MIOPEN_CONV_PRECISE_ROCBLAS_TIMING) | |||
|
|||
#define WORKAROUND_MIOPENGEMM_ISSUE_59 1 | |||
#define WORKAROUND_MIOPENGEMM_ISSUE_2474 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#define WORKAROUND_MIOPENGEMM_ISSUE_2474 1 | |
#define WORKAROUND_ISSUE_2474 1 |
We do not use MIOpenGemm (GEMM backend for OpenCL) anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done in fa5a598
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[resolved]
@carlushuang @junleemoreh @JehandadKhan I recommend redesigning:
|
Do you see the problem on clean develop?
Regardless of the importance of this W/A the following remains valid:
(Just for awareness of everyone! 🤝 ) |
This PR is identified as specific docker related issue, hence I will close this PR |
No description provided.