Rename special pipeline select mode to systolic

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2022-08-31 13:26:29 +00:00
committed by Compute-Runtime-Automation
parent 399758ef17
commit c3f7e40a8d
40 changed files with 93 additions and 95 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2021 Intel Corporation
* Copyright (C) 2019-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -9,7 +9,7 @@
namespace NEO {
struct PipelineSelectArgs {
bool specialPipelineSelectMode = false;
bool systolicPipelineSelectMode = false;
bool mediaSamplerRequired = false;
bool is3DPipelineRequired = false;
};