Moving patchtokens decoder to core

Change-Id: I61d9f3ec7a1bca55df5b3b8c1884014acff1a4c0
This commit is contained in:
Jaroslaw Chodor
2020-01-25 13:11:54 +01:00
parent fc5b98970c
commit b74d502052
26 changed files with 70 additions and 45 deletions

View File

@@ -9,8 +9,8 @@
#include "core/compiler_interface/linker.h"
#include "core/debug_settings/debug_settings_manager.h"
#include "core/device_binary_format/patchtokens_decoder.h"
#include "core/program/program_info.h"
#include "runtime/compiler_interface/patchtokens_decoder.h"
#include "runtime/program/kernel_info.h"
#include "runtime/program/kernel_info_from_patchtokens.h"