Add pipe control before and after buffer translation

Change-Id: I4ee32c410e1ac2bcdb3ceae203cd461de79146a5
This commit is contained in:
Kamil Diedrich
2018-12-17 15:23:35 +01:00
committed by sys_ocldev
parent c9e667d601
commit 4b1871bf0e
12 changed files with 165 additions and 20 deletions

View File

@@ -9,6 +9,7 @@
#include "runtime/helpers/base_object.h"
#include "runtime/helpers/engine_control.h"
#include "runtime/helpers/task_information.h"
#include "runtime/helpers/dispatch_info.h"
#include "instrumentation.h"
#include <atomic>
#include <cstdint>
@@ -27,6 +28,7 @@ class Kernel;
class MemObj;
class PerformanceCounters;
struct CompletionStamp;
struct MultiDispatchInfo;
enum class QueuePriority {
LOW,