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] Add nested calls detection to shortcut functions (#13659)
Original impl does not cover shortcut functions.
This version has thread_local global simple type variable that could
track nested call within some queue functions like submit, memset,
memcpy and others. Shortcut functions use common part submitMemOpHelper
where detection is also added.
Reduction impl updated to eliminate nested call we did internally. It is
even better since common logic with dependency tracking used in queue
methods is not needed there.
---------
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
0 commit comments