mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 15:53:13 +08:00
This reverts commit 8ba950176d.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
17 lines
225 B
C++
17 lines
225 B
C++
/*
|
|
* Copyright (C) 2022-2023 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/device/device.h"
|
|
|
|
namespace NEO {
|
|
|
|
bool Device::isBlitSplitEnabled() {
|
|
return true;
|
|
}
|
|
|
|
} // namespace NEO
|