-
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
[iGemm][test_conv2d][gfx908][half] Verification failed #917
Comments
The solver is originated from #272, @carlushuang |
This comment has been minimized.
This comment has been minimized.
@shurale-nkn "CONSOLE LOGS LEVEL=6" is unreadable. Please check https://github.com/ROCmSoftwarePlatform/MIOpen/wiki/How-to-insert-console-logs-into-github-pages |
The most important question: is this reproducible with the most recent ROCm 4.2 RC? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The DEV build is the one that has |
Ohh, that DEV build. The result is the same:
|
This fail also happen if using fp32 (in above description it is fp16) this is a 1x1 kernel with padding. If change padding to 0, then everything is OK |
@carlushuang What is ROCm version (or link to docker please)? |
@shurale-nkn Please fix the topmost comment. The reproduce instruction says |
@atamazov
|
@shurale-nkn @carlushuang So this ticket is about verification errors of |
Yes |
This comment has been minimized.
This comment has been minimized.
@atamazov
Yes |
The quick W/A is disabling
Then we can create a W/A, lower the urgency of the issue and think about a full-blown fix in a more relaxed atmosphere. Agreed? /cc @junliume |
Tested on rocm-rel-4.2:16-STG2: |
we should add condition :(if pad >0 and 1x1) ,
the correct formula may become:
and issue fixed |
@shaojiewang The faulty Solver has been introduced in #167. Could you please provide the fix ASAP? |
via #933 |
test_conv2d with fp16 convolution failed
GPU: gfx908
Branch: develop (3e470a5)
Rocm 3.7
CONSOLE LOGS_LEVEL=6
The text was updated successfully, but these errors were encountered: