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
At the start of the kernel register s7 contains get_group_id(1) and in the 5th instruction it gets both read and written (s_mulk_i32's semantic is D = D * simm16), so the correct analysis should actually start with
RGA 2.11, win11
kernel.cl:
Compiled as
rga -s opencl -c gfx1030 --O3 --livereg-sgpr . kernel.cl
Analysis result:
At the start of the kernel register s7 contains get_group_id(1) and in the 5th instruction it gets both read and written (
s_mulk_i32
's semantic isD = D * simm16
), so the correct analysis should actually start withThe text was updated successfully, but these errors were encountered: