mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
Rename special pipeline select mode to systolic
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
399758ef17
commit
c3f7e40a8d
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user