llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[DeviceSanitizer] Disable ASan when the ESIMD kernel is found

Open AllanZyne opened this issue 8 months ago • 4 comments

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.

AllanZyne avatar Jun 13 '24 05:06 AllanZyne