2018-01-16 20:08:14 +08:00
|
|
|
/*
|
2021-05-17 02:51:16 +08:00
|
|
|
* Copyright (C) 2020-2021 Intel Corporation
|
2018-01-16 20:08:14 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-01-16 20:08:14 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-12-03 21:43:03 +08:00
|
|
|
#
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/gmm_helper/gmm.h"
|
2018-01-16 20:08:14 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
using namespace NEO;
|
2018-06-29 17:48:19 +08:00
|
|
|
|
2021-07-16 00:05:09 +08:00
|
|
|
void Gmm::applyExtraMemoryFlags(const StorageInfo &storageInfo) {}
|
|
|
|
bool Gmm::extraMemoryFlagsRequired() { return false; }
|
2021-07-28 19:19:13 +08:00
|
|
|
void Gmm::applyAppResource(StorageInfo &storageInfo) {}
|