Improve thread arbitration policy programming

Change-Id: Ibd764352e14d1a5112034b1c5a1fc6d6d67ebac0
This commit is contained in:
Dunajski, Bartosz
2018-02-20 08:11:24 +01:00
committed by sys_ocldev
parent 67c8d7a9ca
commit 1292c3d533
21 changed files with 127 additions and 104 deletions

View File

@@ -41,7 +41,7 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
return new CommandStreamReceiverHw<GfxFamily>(hwInfoIn);
}
CommandStreamReceiverHw(const HardwareInfo &hwInfoIn) : hwInfo(hwInfoIn) {}
CommandStreamReceiverHw(const HardwareInfo &hwInfoIn);
FlushStamp flush(BatchBuffer &batchBuffer, EngineType engineType, ResidencyContainer *allocationsForResidency) override;