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:
Zbigniew Zdanowicz
2022-11-25 16:51:17 +00:00
committed by Compute-Runtime-Automation
parent 4b42b066f8
commit c0c9ce548a
23 changed files with 378 additions and 34 deletions

View File

@ -560,7 +560,7 @@ class CommandStreamReceiverMock : public CommandStreamReceiver {
bool flushBatchedSubmissions() override { return true; }
CommandStreamReceiverType getType() override {
CommandStreamReceiverType getType() const override {
return CommandStreamReceiverType::CSR_HW;
}