mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add absolute include paths
Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@ -7,11 +7,11 @@
|
||||
|
||||
#include "opencl/test/unit_test/fixtures/kernel_data_fixture.h"
|
||||
|
||||
#include "device_binary_format/patchtokens_decoder.h"
|
||||
#include "helpers/aligned_memory.h"
|
||||
#include "helpers/string.h"
|
||||
#include "memory_manager/graphics_allocation.h"
|
||||
#include "program/program_info_from_patchtokens.h"
|
||||
#include "shared/source/device_binary_format/patchtokens_decoder.h"
|
||||
#include "shared/source/helpers/aligned_memory.h"
|
||||
#include "shared/source/helpers/string.h"
|
||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||
#include "shared/source/program/program_info_from_patchtokens.h"
|
||||
|
||||
void KernelDataTest::buildAndDecode() {
|
||||
cl_int error = CL_SUCCESS;
|
||||
|
Reference in New Issue
Block a user