mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
Before state transition was done twice, 1st time for estimation, 2nd time for dispatch. Now state transitions only during estimation and required state is saved then. Commands are dispatched only when command list and property are marked to dispatch. During regular workload submission transition is performed only once and it should be benefitial to reduce host overhead. Related-To: NEO-7828 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>