Move gmm_helper to core

Change-Id: I31ca317d10697ab884e04f443c8ccfdd6ca9d2ae
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2019-12-04 12:36:16 +01:00
committed by sys_ocldev
parent c0cafccacb
commit dfc50f3a75
50 changed files with 85 additions and 71 deletions

View File

@@ -5,11 +5,11 @@
*
*/
#include "core/gmm_helper/gmm_helper.h"
#include "core/helpers/ptr_math.h"
#include "core/memory_manager/unified_memory_manager.h"
#include "core/unit_tests/helpers/debug_manager_state_restore.h"
#include "runtime/gmm_helper/gmm.h"
#include "runtime/gmm_helper/gmm_helper.h"
#include "runtime/kernel/kernel.h"
#include "runtime/memory_manager/surface.h"
#include "test.h"