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
DXIL requires Vectors, and maybe some other things, to be scalarized - otherwise it isn't valid DXIL. We need to come up with an overall design for this.
Notes:
Note that group-shared vectors need to be lowered to arrays to maintain layout consistency and avoid affecting access coalescing - see #92153.
AC:
Design that enumerates all the things that require scalarization
DXIL requires Vectors, and maybe some other things, to be scalarized - otherwise it isn't valid DXIL. We need to come up with an overall design for this.
Notes:
Note that group-shared vectors need to be lowered to arrays to maintain layout consistency and avoid affecting access coalescing - see #92153.
AC:
The text was updated successfully, but these errors were encountered: