mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add experimental command buffer
This code is an infrastructure for special debug purpose that allow measure execution time of any hardware command. Change-Id: Id12a7979d204734a0c4a6c4700e427b65ac2397f
This commit is contained in:

committed by
sys_ocldev

parent
e34c47271b
commit
51421ec0b9
@ -23,6 +23,7 @@
|
||||
#pragma once
|
||||
#include "runtime/command_stream/command_stream_receiver_hw.h"
|
||||
#include "runtime/memory_manager/os_agnostic_memory_manager.h"
|
||||
#include "unit_tests/mocks/mock_experimental_command_buffer.h"
|
||||
#include <map>
|
||||
|
||||
namespace OCLRT {
|
||||
@ -41,6 +42,7 @@ class UltCommandStreamReceiver : public CommandStreamReceiverHw<GfxFamily> {
|
||||
using BaseClass::CommandStreamReceiver::commandStream;
|
||||
using BaseClass::CommandStreamReceiver::disableL3Cache;
|
||||
using BaseClass::CommandStreamReceiver::dispatchMode;
|
||||
using BaseClass::CommandStreamReceiver::experimentalCmdBuffer;
|
||||
using BaseClass::CommandStreamReceiver::flushStamp;
|
||||
using BaseClass::CommandStreamReceiver::isPreambleSent;
|
||||
using BaseClass::CommandStreamReceiver::lastMediaSamplerConfig;
|
||||
|
Reference in New Issue
Block a user