Do not prefer copy engine for local to local transfers.

Execution Units are faster.
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek
2022-03-08 13:37:30 +00:00
committed by Compute-Runtime-Automation
parent 8f93f4f3ec
commit cd15c82eab
3 changed files with 10 additions and 14 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Intel Corporation
* Copyright (C) 2021-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -9,7 +9,7 @@
template <>
inline bool ClHwHelperHw<Family>::preferBlitterForLocalToLocalTransfers() const {
return true;
return false;
}
template <>