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