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
with not supported args, e..g -m=128, -n=128, -k=32, it will hangs at :
if(!Kernel::IsSupportedArgument(kargs))
{
throwstd::runtime_error("Wrong! Arguments not supported! Skipping gemm!\n");
}
basically it can print out "Wrong ! Argument not supported", but hangs then, rather than exit as expected, make the user need to restart the container ..
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
ZJLi2013
changed the title
[Issue]: in gemm_basic example, the throw std::runtime_error() hangs with non-supported arg shape
[Issue]: in gemm_basic example, throw std::runtime_error() hangs with non-supported arg shape
Mar 3, 2025
Problem Description
in example/ck_tile/03_gemm/gemm_basic.cpp
with not supported args, e..g -m=128, -n=128, -k=32, it will hangs at :
basically it can print out
"Wrong ! Argument not supported"
, but hangs then, rather than exit as expected, make the user need to restart the container ..the following can fix the hang issue for now
Operating System
Ubuntu 22.04
CPU
AMD
GPU
AMD Instinct MI300
Other
No response
ROCm Version
ROCm 6.0.0
ROCm Component
No response
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: