Refactor implicit scaling barriers to add more cache flush options

Related-To: NEO-6262

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2021-11-04 15:28:06 +00:00
committed by Compute-Runtime-Automation
parent 1d52a72809
commit 23a7ab7593
7 changed files with 42 additions and 29 deletions

View File

@ -26,7 +26,6 @@ struct WalkerPartitionArgs {
bool initializeWparidRegister = false;
bool emitPipeControlStall = false;
bool preferredStaticPartitioning = false;
bool dcFlush = false;
};
constexpr uint32_t wparidCCSOffset = 0x221C;