You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MIOpen(HIP): Warning [BuildHip] /tmp/comgr-8efef0/input/static_kernel_gridwise_convolution_backward_data_implicit_gemm_v4r1_nchw_kcyx_nkhw.cpp:6:60: error: failed to meet occupancy target given by 'amdgpu-waves-per-eu' in 'gridwise_convolution_backward_data_implicit_gemm_v4r1_nchw_kcyx_nkhw': desired occupancy was 2, final occupancy is 1 [-Werror,-Wpass-failed]
and
[2024-08-07T23:05:21.071Z] FAILED: /home/jenkins/workspace/MLLIBS_MIOpen_update_ck_0805/src/ocl/convolutionocl.cpp:904: No suitable algorithm was found to execute the required convolution
[Notice] @junliume Commit 654489f looks good, but it might be worth considering capping the W/A by ROCm 6.3. If that fails again, we can extend W/A to 6.4 and so on. Why: The W/A affects all HIP kernels, but I suspect that kernel developers would like to know cases where the compiler fails to follow the __launch_bounds__ hints. I think this wide W/A is acceptable for 6.2 where the compiler has some known pecularities, but AFAICU we expect that 6.3 will be in a better shape.
Byproduct of #3181
CI log (access may be restricted)
What worries us is the line:
and
Should we suppress it or fix it?
The text was updated successfully, but these errors were encountered: