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
Resize G4_Declare's row size for atomic operations
Atomic sends setup src0 (address payload) size based on native execution
size which is SIMD16 for PVC+ and SIMD8 earlier, irrespective of actual
send instruction SIMD size.
In case on PVC, an atomic send uses SIMD8 and gets src0 allocated to
r127, it could lead to OOB as address payload size will be set to 2.
This PR addresses such cases by resizing such G4_Declares.
0 commit comments