mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +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
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user