Revert "refactor(zeInfo): move zeinfo to seperate file"

This reverts commit e3ce887662.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2023-03-03 10:04:36 +01:00
committed by Compute-Runtime-Automation
parent 72ada8b41f
commit 84a7438ff2
27 changed files with 1365 additions and 1338 deletions

View File

@@ -11,7 +11,7 @@
#include "shared/offline_compiler/source/ocloc_error_code.h"
#include "shared/source/device_binary_format/ar/ar_decoder.h"
#include "shared/source/device_binary_format/ar/ar_encoder.h"
#include "shared/source/device_binary_format/zebin/zebin_decoder.h"
#include "shared/source/device_binary_format/zebin_decoder.h"
namespace NEO {
OclocConcat::ErrorCode OclocConcat::initialize(const std::vector<std::string> &args) {