-
Notifications
You must be signed in to change notification settings - Fork 237
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
[Fp16][MI100] ConvAsmImplicitGemmGTCDynamicWrwXdlops: "Running kernel failed: Invalid Kernel Args" #990
Comments
CI was unable to catch this problem because test/CMakeLists.txt currently contains the following command lines in
This tests only FP32 configs because There are some other commands, like:
But the problem is that test_conv2d does nothing when All these test issues + more is addressed in #991. |
/cc @shurale-nkn for awareness. |
Ping |
Ping II |
Let's resolve this in 5.1. We are losing performance. |
@atamazov Please check if this is resolved in ROCm 6.0.2? Thanks! |
This comment was marked as off-topic.
This comment was marked as off-topic.
@carlushuang @shaojiewang Can you please help to answer? I do not see any signs of working on this issue; also I do not have MI100 on hand to check. |
And sorry about it. I ran into the |
It seems that ConvAsmImplicitGemmGTCDynamicWrwXdlops is not functional with FP16. This problem is camouflaged by non-Normal Find mode, so the only side effect is performance loss. An error message appears only once (unless find-db is removed).
Preconditions:
MIOPEN_DEBUG_FIND_ONLY_SOLVER=ConvAsmImplicitGemmGTCDynamicWrwXdlops MIOPEN_FIND_MODE=normal
Symptom:
What I see at log level 6:
Log of sample session with log level 6
The text was updated successfully, but these errors were encountered: