Move gmm to core

Change-Id: I787dfcb3ca3926ce10e2e3c748594713df5fc467
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-01-09 16:10:48 +01:00
parent 81e9591c31
commit fd4ae3b369
48 changed files with 63 additions and 61 deletions

View File

@@ -1,12 +1,12 @@
/*
* Copyright (C) 2017-2019 Intel Corporation
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "core/gmm_helper/gmm.h"
#include "core/helpers/basic_math.h"
#include "runtime/gmm_helper/gmm.h"
#include "test.h"
#include "unit_tests/command_queue/enqueue_read_buffer_fixture.h"