mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Improve thread arbitration policy programming
Change-Id: Ibd764352e14d1a5112034b1c5a1fc6d6d67ebac0
This commit is contained in:
committed by
sys_ocldev
parent
67c8d7a9ca
commit
1292c3d533
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user