feature: control post sync completion check

Related-To: NEO-14844

Signed-off-by: Tomasz Biernacik <tomasz.biernacik@intel.com>
This commit is contained in:
Tomasz Biernacik
2025-07-10 10:59:42 +00:00
committed by Compute-Runtime-Automation
parent 087d1ecea4
commit 2c5cbec033
24 changed files with 447 additions and 32 deletions

View File

@@ -127,6 +127,7 @@ struct DispatchFlags {
bool stateCacheInvalidation = false;
bool isStallingCommandsOnNextFlushRequired = false;
bool isDcFlushRequiredOnStallingCommandsOnNextFlush = false;
bool isWalkerWithProfilingEnqueued = false;
};
struct CsrSizeRequestFlags {
@@ -147,6 +148,7 @@ struct ImmediateDispatchFlags {
bool requireTaskCountUpdate = false;
bool hasRelaxedOrderingDependencies = false;
bool hasStallingCmds = false;
bool isWalkerWithProfilingEnqueued = false;
};
} // namespace NEO