mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 06:15:36 +08:00
During async thread event processing, it was possible to read SSAH before any threads stopped and before it was resident resulting in an assert. This is both a fix for assertion and minor optimization. Signed-off-by: Yates, Brandon <brandon.yates@intel.com>