[DeviceSanitizer] Only allows to report one error per each kernel launch (#15326)
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
---------
Co-authored-by: Piotr Balcer <piotr.balcer@intel.com>