Limit number of pipeline select commands when using multiple command queues

Related-To: NEO-7187

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2022-07-26 13:54:00 +00:00
committed by Compute-Runtime-Automation
parent 5a3746df76
commit 469ab367b1
5 changed files with 78 additions and 2 deletions

View File

@@ -340,6 +340,14 @@ class CommandStreamReceiver {
LogicalStateHelper *getLogicalStateHelper() const;
bool getPreambleSetFlag() const {
return isPreambleSent;
}
void setPreambleSetFlag(bool value) {
isPreambleSent = value;
}
protected:
void cleanupResources();
void printDeviceIndex();