mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Move allocation lists to internal allocation storage
Change-Id: I543f1551c8fb161cf99c5870de44afec390415b2 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
52ad441957
commit
d3f71cfb04
@ -5,9 +5,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "../mocks/mock_program.h"
|
||||
#include "../mocks/mock_csr.h"
|
||||
#include "runtime/helpers/string.h"
|
||||
#include "runtime/memory_manager/allocations_list.h"
|
||||
#include "runtime/memory_manager/graphics_allocation.h"
|
||||
#include "runtime/platform/platform.h"
|
||||
#include "runtime/program/program.h"
|
||||
@ -15,6 +14,8 @@
|
||||
#include "unit_tests/gen_common/test.h"
|
||||
#include "unit_tests/program/program_with_source.h"
|
||||
#include "unit_tests/mocks/mock_buffer.h"
|
||||
#include "unit_tests/mocks/mock_program.h"
|
||||
#include "unit_tests/mocks/mock_csr.h"
|
||||
|
||||
using namespace OCLRT;
|
||||
|
||||
|
Reference in New Issue
Block a user