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
Both S_SETVSKIP and S_SET_GPR_IDX_ON seem to still exist in RDNA 2, and the RGA command line tool at the very least reports these instructions as ENC_SOPC_invalid_16. I've managed to create a small reproducible OpenGL compute shader that only produces two instances of S_SETVSKIP (targeting gfx1031):
And the binary representation of these two invalid instructions is 0xBF109F07 and 0xBF108080 respectively which looking at the GCN ISA, seem to map directly to S_SETVSKIP.
The text was updated successfully, but these errors were encountered:
Both
S_SETVSKIP
andS_SET_GPR_IDX_ON
seem to still exist in RDNA 2, and the RGA command line tool at the very least reports these instructions asENC_SOPC_invalid_16
. I've managed to create a small reproducible OpenGL compute shader that only produces two instances of S_SETVSKIP (targeting gfx1031):And the binary representation of these two invalid instructions is 0xBF109F07 and 0xBF108080 respectively which looking at the GCN ISA, seem to map directly to S_SETVSKIP.
The text was updated successfully, but these errors were encountered: