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
[DeviceSanitizer] Disable ASan when the ESIMD kernel is found (#14156)
ESIMD kernel doesn't support noinline functions, so we can't support
sanitizer for it now.
We can't check if the kernel is ESIMD kernel at Unified Runtime, so we
have to disable ASan completely when it found ESIMD kernel in device
image.
0 commit comments