mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Change namespace from OCLRT to NEO
Change-Id: If965c79d70392db26597aea4c2f3b7ae2820fe96 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace OCLRT {
|
||||
namespace NEO {
|
||||
|
||||
class EventBuilder;
|
||||
|
||||
@@ -345,7 +345,7 @@ class CommandQueueHw : public CommandQueue {
|
||||
private:
|
||||
bool isTaskLevelUpdateRequired(const uint32_t &taskLevel, const cl_event *eventWaitList, const cl_uint &numEventsInWaitList, unsigned int commandType);
|
||||
void obtainTaskLevelAndBlockedStatus(unsigned int &taskLevel, cl_uint &numEventsInWaitList, const cl_event *&eventWaitList, bool &blockQueue, unsigned int commandType) override;
|
||||
void forceDispatchScheduler(OCLRT::MultiDispatchInfo &multiDispatchInfo);
|
||||
void forceDispatchScheduler(NEO::MultiDispatchInfo &multiDispatchInfo);
|
||||
static void computeOffsetsValueForRectCommands(size_t *bufferOffset,
|
||||
size_t *hostOffset,
|
||||
const size_t *bufferOrigin,
|
||||
@@ -366,7 +366,7 @@ class CommandQueueHw : public CommandQueue {
|
||||
void processDispatchForKernels(const MultiDispatchInfo &multiDispatchInfo,
|
||||
std::unique_ptr<PrintfHandler> &printfHandler,
|
||||
Event *event,
|
||||
TagNode<OCLRT::HwTimeStamps> *&hwTimeStamps,
|
||||
TagNode<NEO::HwTimeStamps> *&hwTimeStamps,
|
||||
Kernel *parentKernel,
|
||||
bool blockQueue,
|
||||
DeviceQueueHw<GfxFamily> *devQueueHw,
|
||||
@@ -375,4 +375,4 @@ class CommandQueueHw : public CommandQueue {
|
||||
TimestampPacketContainer &previousTimestampPacketNodes,
|
||||
PreemptionMode preemption);
|
||||
};
|
||||
} // namespace OCLRT
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user