Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / kernel_selector_common.h
index ef12a74..9f5f304 100644 (file)
@@ -17,7 +17,6 @@
 #pragma once
 
 #include "kernel_selector_params.h"
-#include "primitive_db.h"
 
 #include <cfloat>
 #include <cstdint>
@@ -29,7 +28,8 @@
 #include <vector>
 
 #define AGE_BASED "-cl-no-subgroup-ifp"
-#define ROUND_ROBIN ""
+#define DEFAULT ""
+#define NO_PRERA_SCH "-cl-intel-no-prera-scheduling"
 
 namespace kernel_selector {
 
@@ -279,9 +279,9 @@ namespace kernel_selector {
     std::string toString(WeightsLayout layout);
     std::string toString(ConcatAxis a);
     std::string toString(TileAxis a);
+    std::string toString(GatherAxis a);
     std::string toString(SampleType type);
     std::string toString(const BorderType type);
-    std::string toString(NonLinearParams params);
     std::string toString(const Tensor::Dim& dim);
     std::string toString(const DataTensor& tensor);
     std::string toString(const IndexSelectAxis& axis);