Files
compute-runtime/shared/source/os_interface/linux/gmm_helper_linux.cpp
Lukasz Jobczyk a9269939f6 fix: Defer MOCS to PAT
Related-To: NEO-10556

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
2024-05-27 10:26:26 +02:00

14 lines
236 B
C++

/*
* 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