-
Notifications
You must be signed in to change notification settings - Fork 236
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][tests] WORKAROUND_ISSUE_2038: Disable validation of FP16 and BF16 in the smoke test of ConvHipImplicitGemmV4R1Fwd #2043
Conversation
…HipImplicitGemmV4R1Fwd during its smoke test.
@atamazov @JehandadKhan @carlushuang @asroy I prefer #2041 over this because not tuning during smoke test will mask the numerical issues we eventually wish to fix. What do you think? |
and there is another reason to prefer #2041 over this one, since
|
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.
LGTM
We still do not know the reason of failures.
I will update both this PR and #2041. Then you'll be able to select the one which better suits our needs.
|
…6 and BF16 instead.
@junliume @JehandadKhan @carlushuang @asroy PR is ready for the next round of reviewing and CI testing. |
@atamazov @JehandadKhan let's merge this PR (test only) and making #2041 standing by in case of further actions needed to disable this solver more completely. |
This is expected to unblock CI. Introduces workaround for issue #2038. Related to issue #936.
This is alternative for #2041 (see #2038 (comment)).
[Attribution] @junliume @johnny-keker