Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / src / gpu / configuration.cpp
index e9b4b47..c1702a0 100644 (file)
@@ -15,7 +15,7 @@
 */
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
-#include "ocl_toolkit.h"
+#include "confiugration.h"
 
 namespace cldnn {
     namespace gpu {
@@ -30,6 +30,8 @@ namespace cldnn {
             , host_out_of_order(false)
             , log("")
             , ocl_sources_dumps_dir("")
+            , user_context(nullptr)            
+            , tuning_cache_path("cache.json")        
         {}
     }
 }