Move kernel binary helpers to shared

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-10-06 11:43:42 +00:00
committed by Compute-Runtime-Automation
parent 6ea9845016
commit 7187769744
35 changed files with 37 additions and 44 deletions

View File

@ -9,12 +9,11 @@
#include "shared/source/built_ins/built_ins.h"
#include "shared/source/device/device.h"
#include "shared/test/common/helpers/kernel_binary_helper.h"
#include "shared/test/common/helpers/test_files.h"
#include "shared/test/common/libult/global_environment.h"
#include "shared/test/common/test_macros/test_checks_shared.h"
#include "opencl/test/unit_test/helpers/kernel_binary_helper.h"
using namespace NEO;
void BuiltInFixture::SetUp(Device *pDevice) {