mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
Add absolute include paths
Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@@ -7,24 +7,24 @@
|
||||
|
||||
#include "opencl/test/unit_test/program/program_tests.h"
|
||||
|
||||
#include "command_stream/command_stream_receiver_hw.h"
|
||||
#include "compiler_interface/intermediate_representations.h"
|
||||
#include "device_binary_format/elf/elf_decoder.h"
|
||||
#include "device_binary_format/elf/ocl_elf.h"
|
||||
#include "device_binary_format/patchtokens_decoder.h"
|
||||
#include "gmm_helper/gmm_helper.h"
|
||||
#include "helpers/aligned_memory.h"
|
||||
#include "helpers/hash.h"
|
||||
#include "helpers/hw_helper.h"
|
||||
#include "helpers/ptr_math.h"
|
||||
#include "helpers/string.h"
|
||||
#include "memory_manager/allocations_list.h"
|
||||
#include "memory_manager/graphics_allocation.h"
|
||||
#include "memory_manager/surface.h"
|
||||
#include "os_interface/os_context.h"
|
||||
#include "unit_tests/device_binary_format/patchtokens_tests.h"
|
||||
#include "unit_tests/helpers/debug_manager_state_restore.h"
|
||||
#include "unit_tests/utilities/base_object_utils.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver_hw.h"
|
||||
#include "shared/source/compiler_interface/intermediate_representations.h"
|
||||
#include "shared/source/device_binary_format/elf/elf_decoder.h"
|
||||
#include "shared/source/device_binary_format/elf/ocl_elf.h"
|
||||
#include "shared/source/device_binary_format/patchtokens_decoder.h"
|
||||
#include "shared/source/gmm_helper/gmm_helper.h"
|
||||
#include "shared/source/helpers/aligned_memory.h"
|
||||
#include "shared/source/helpers/hash.h"
|
||||
#include "shared/source/helpers/hw_helper.h"
|
||||
#include "shared/source/helpers/ptr_math.h"
|
||||
#include "shared/source/helpers/string.h"
|
||||
#include "shared/source/memory_manager/allocations_list.h"
|
||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||
#include "shared/source/memory_manager/surface.h"
|
||||
#include "shared/source/os_interface/os_context.h"
|
||||
#include "device_binary_format/patchtokens_tests.h"
|
||||
#include "helpers/debug_manager_state_restore.h"
|
||||
#include "utilities/base_object_utils.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
#include "opencl/source/kernel/kernel.h"
|
||||
#include "opencl/source/program/create.inl"
|
||||
|
||||
Reference in New Issue
Block a user