mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove not used code
Change-Id: Id79398b872325e096c53863cdfc9acb86ff047a8 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
bdc2310c7d
commit
ac6b1e038d
@ -465,12 +465,4 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
||||
typedef CommandQueue *(*CommandQueueCreateFunc)(
|
||||
Context *context, Device *device, const cl_queue_properties *properties);
|
||||
|
||||
template <typename GfxFamily, unsigned int eventType>
|
||||
LinearStream &getCommandStream(CommandQueue &commandQueue,
|
||||
bool reserveProfilingCmdsSpace,
|
||||
bool reservePerfCounterCmdsSpace,
|
||||
const Kernel *pKernel);
|
||||
|
||||
template <typename GfxFamily, IndirectHeap::Type heapType>
|
||||
IndirectHeap &getIndirectHeap(CommandQueue &commandQueue, const Kernel &kernel);
|
||||
} // namespace NEO
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
#include "runtime/command_queue/command_queue.h"
|
||||
#include "runtime/command_queue/gpgpu_walker.h"
|
||||
#include "runtime/command_stream/command_stream_receiver.h"
|
||||
#include "runtime/command_stream/preemption.h"
|
||||
#include "runtime/device_queue/device_queue_hw.h"
|
||||
|
Reference in New Issue
Block a user