mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +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
@ -560,7 +560,7 @@ class CommandStreamReceiverMock : public CommandStreamReceiver {
|
||||
|
||||
bool flushBatchedSubmissions() override { return true; }
|
||||
|
||||
CommandStreamReceiverType getType() override {
|
||||
CommandStreamReceiverType getType() const override {
|
||||
return CommandStreamReceiverType::CSR_HW;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user