llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[DeviceSanitizer] Only allows to report one error per each kernel launch

Open zhaomaosu opened this issue 1 year ago • 0 comments

When error is detected, the corresponding work-item will exit without unpoisoning local/private shadow memory. Then other work-items are easy to cause false alarms. So, we only allows to report one error per each kernel launch by default.

UR Part: https://github.com/oneapi-src/unified-runtime/pull/2069

zhaomaosu avatar Sep 09 '24 05:09 zhaomaosu