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][NFC] Add initializers to local variables (#7350)
This patch aims to improve situation with unit-tests: a lot of PI
routines only have dummy mock versions of them. Dummy mocks ignore all
arguments, leaving out-parameters untouched. Depending on how they used
at call site, this could lead to some obscure errors like `bad_alloc` if
an uninitialized value was used to set a size of a `vector`.
Discovered while working on a unit-test in #7333
0 commit comments