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

@ -243,7 +243,7 @@ class MockKernel : public Kernel {
void makeResident(CommandStreamReceiver &commandStreamReceiver) override;
void getResidency(std::vector<Surface *> &dst) override;
void setSpecialPipelineSelectMode(bool value) { specialPipelineSelectMode = value; }
void setSystolicPipelineSelectMode(bool value) { systolicPipelineSelectMode = value; }
bool requiresCacheFlushCommand(const CommandQueue &commandQueue) const override;