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
The CTS code for command-buffers on the L0 backend has a
workaround that forces batched submission to be used rather
than immediate submission.
However, both batch and immediate submission L0 command-lists are
now supported, so this workaround is no longer required.
Tested by running on PVC which uses immediate command-lists by
default.
0 commit comments