Flush caches in direct submission by default

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2021-03-31 10:29:52 +00:00
committed by Compute-Runtime-Automation
parent f51b1f00f5
commit 6d164fa8b5
2 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Intel Corporation
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -37,7 +37,7 @@ struct TagData {
};
namespace UllsDefaults {
constexpr bool defaultDisableCacheFlush = true;
constexpr bool defaultDisableCacheFlush = false;
constexpr bool defaultDisableMonitorFence = false;
} // namespace UllsDefaults