-
Notifications
You must be signed in to change notification settings - Fork 238
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][WORKAROUND] #1207 ported to develop: W/A for issue 1206. Disable ConvHipImplicitGemmBwdDataV4R1Xdlops by default #1208
Conversation
…wdDataV4R1Xdlops by default. (#1207)
This comment has been minimized.
This comment has been minimized.
By @junliume : @atamazov @JehandadKhan src/ocl/convolutionocl.cpp:1211: Backward Data Convolution cannot be executed due to incorrect param
|
@junliume It may worth limiting the W/A to FP32 only. I will check and create another PR, if necessary. |
Yes, I think so. What does
|
…ert [HOTFIX][WORKAROUND] W/A #1208. (#1209) * remove solver ConvHipImplicitGemmBwdDataV4R1Xdlops fp32 * Revert "[HOTFIX][WORKAROUND] W/A for issue 1206. Disable ConvHipImplicitGemmBwdDataV4R1Xdlops by default. (#1207) (#1208)" This reverts commit 56215d6. Co-authored-by: Jun Liu <[email protected]>
@junliume Some context is missing, but I IIRC this is the case when Find() was unable to find any suitable convolution. The naming of |
This is W/A for #1206: #1207 ported for develop to unblock MIOpen promotion pipeline.