mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
Add a check if osInterface is not a nullptr otherwise it returns ZE_RESULT_ERROR_UNSUPPORTED_FEATURE, we support systemBarrier only on Linux. TBX has OsInterface == nullptr and there was a segmentation fault observed in Level Zero tracing tests. Related-To: NEO-16661 Signed-off-by: Aleksandra Nizio <aleksandra.nizio@intel.com>