mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
Validate level zero events in TBX mode
Related-To: NEO-7545 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4b42b066f8
commit
c0c9ce548a
@@ -99,7 +99,7 @@ class AUBCommandStreamReceiverHw : public CommandStreamReceiverSimulatedHw<GfxFa
|
||||
void addGUCStartMessage(uint64_t batchBufferAddress);
|
||||
uint32_t getGUCWorkQueueItemHeader();
|
||||
|
||||
CommandStreamReceiverType getType() override {
|
||||
CommandStreamReceiverType getType() const override {
|
||||
return CommandStreamReceiverType::CSR_AUB;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user