mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Front end estimation use internal loop for command list browsing and estimation of each command list. This refactor moves internal loop into external execution, so command list browsing in loop can be shared by all state commands. This refactor - sharing loop - will correct performance of each added state estimator. Related-To: NEO-5019 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>