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][NFCI] Remove unnecessary CG type argument in finalizeHandler (#13864)
The `finalizeHandler` function on queue_impl has a `CGType` argument,
but the information in this argument could be queried directly from the
handler instead. This commit removes the argument and makes the member
function call `handler::getType()` instead.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments