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
amdgcn-cfg.py fails to create an edge because there is the following basic block in the middle. The script didn't take into account an early kernel terminator
Problem Description
amdgcn-cfg.py
fails to create an edge because there is the following basic block in the middle. The script didn't take into account an early kernel terminatorThe CFG logic needs to be fixed (somewhere around
get_block_list
function).The output looks as follows If one deletes
LBB0_40
label and a jump to this labelOperating System
Ubuntu 22.04.5 LTS
CPU
MI300X
GPU
AMD
ROCm Version
ROCm 6.2.3
ROCm Component
ROCm
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: