-
Notifications
You must be signed in to change notification settings - Fork 241
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
[Tuning] Remove Solver ConvHipImplicitGemmBwdDataV4R1Xdlops FP32 #1209
Conversation
@cderb Thanks! Let me try to target 'Fp16 Hip All Install gfx908" stage and see if it passed there. |
Platform-specific tests all passed |
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.
Let's avoid rush ;)
@@ -30,10 +30,6 @@ | |||
#include <miopen/solver/implicitgemm_util.hpp> | |||
#include <cstddef> | |||
|
|||
/// Disable ConvHipImplicitGemmBwdDataV4R1Xdlops by default. |
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.
This W/A must be not removed but narrowed to FP32 in this PR at least. Otherwise the next tuning round will bring the problem back. And I am not sure that ConvHipImplicitGemmBwdDataV4R1Xdlops is good for FP16.
test_regression_half_mi100
has failed because the failing test case is intended for ConvHipImplicitGemmBwdDataV4R1Xdlops specifically. This test should have been disabled in #1207 (and in #1208) under the WORKAROUND_ISSUE_1206
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.
Another reason for keeping the W/A is that the end user can activate the Normal Find mode.
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.
The fdb update is good as it recovers some performance.
This PR wasn't squashed, and git history does not show |
Removes FP32 ConvHipImplicitGemmBwdDataV4R1Xdlops from find_db replacing with second best Backward Data Implicit GEMM solver.