mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
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:

committed by
Compute-Runtime-Automation

parent
8f93f4f3ec
commit
cd15c82eab
@ -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 <>
|
||||
|
Reference in New Issue
Block a user