fix: Defer MOCS to PAT

Related-To: NEO-10556

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2024-05-27 09:27:22 +00:00
committed by Compute-Runtime-Automation
parent a787686ac5
commit a9269939f6
14 changed files with 93 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
/*
* Copyright (C) 2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gmm_helper/gmm_helper.h"
namespace NEO {
bool GmmHelper::deferMOCSToPatIndex() const {
return false;
}
} // namespace NEO