-
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
[Bug][CK][Static Kernel][ConvHipImplicitGemmV4R1Fwd] Possible Overflow with Large Values of Channels #2004
Comments
Took another look at this line: Correction: #2004 (comment) |
@atamazov could you also take a look at this issue? |
#2005 <- this can limit the solve within range of 2G. After this change, the |
Why? For FWD direction the FP16_ALT attribute is not enabled by default. But the library enables FP16_ALT by default for BWD and WRW. This has been done in accordance to the requirements. The driver has nothing to do with this. Or I am not understanding something? |
My mistake :) yes indeed this is an issue we have missed and now patched. |
[Minimal Reproducible Example]:
and the observation:
[Likely Root Cause]:
there might be an overflow somewhere in the following code
src/kernels/static_composable_kernel/src/kernel_wrapper/static_kernel_gridwise_convolution_implicit_gemm_v4r1_gnchw_gkcyx_gnkhw_lds_double_buffer.cpp
[Additional Info]:
If we reduce the values of
c
andk
, the tests can run through:Hence the verification failure is also concerning, but it is not crashing.
Another example:
It seems that the accuracy of the kernel reduces when the number of channel increases ?
The text was updated successfully, but these errors were encountered: