mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
feature: control post sync completion check
Related-To: NEO-14844 Signed-off-by: Tomasz Biernacik <tomasz.biernacik@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
087d1ecea4
commit
2c5cbec033
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user