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
[SYCL] Avoid a short-lived heap allocation (#16195)
A C-style array with unspecified bounds allows the array to grow as new
members are added, while avoiding the heap allocation of `std::vector`
that is immediately freed.
0 commit comments