mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

For all platforms different than XE_HP_SDV (ATS) stop considering the `useGlobalAtomics` flag as a decisive factor for trigerring the SBA (StateBaseAddress) programming on the HW. Only XE_HP_SDV supports such flag. For consistency of the implementation, keep the related logic in one place only, that is a helper in `command_encoder` and then just reuse it in different places (`command_stream_receiver`). Related-To: NEO-6953 Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>