Add ForceAllResourcesUncached debug variable

Resolves: NEO-6563

Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
Igor Venevtsev
2022-02-21 13:33:41 +00:00
committed by Compute-Runtime-Automation
parent faba32daf0
commit 086a70ca52
12 changed files with 75 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Intel Corporation
* Copyright (C) 2021-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -11,6 +11,6 @@
namespace NEO {
struct MockGmmHelper : GmmHelper {
using GmmHelper::addressWidth;
using GmmHelper::l3CacheForDebugDisabled;
using GmmHelper::allResourcesUncached;
};
} // namespace NEO