mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Add ForceAllResourcesUncached debug variable
Resolves: NEO-6563 Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
faba32daf0
commit
086a70ca52
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user