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][Graph] Fix potential issue with command buffer commands (#13224)
- Fix uninitialized pointer values leading to trying to call
piExtCommandBufferReleaseCommand on backends which don't support update,
which may return as an unsupported feature. Initializing pointers to 0
prevents this call from happening.
0 commit comments