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
Translate pre-Xe_PVC PredCtrl value to Xe_PVC's when possible
Xe_PVC has removed predCtrl width. Only .any, .all and .seq (default) are supported.
Try to translate PredCtrl values to compatible ones in Xe_PVC+ at BinaryEncodingIGA.
- When the execution size matches predCtrl's group size, .all or .any is equal to .all*h or .any*h.
For example, when exec_size=2, then .all2h in pre-PVC is equal to .all in PVC
- No vertical combination is available in PVC. .anyv and .allv are no longer represent-able.
Assert at the cases.
0 commit comments