Files
compute-runtime/shared/source/helpers/hw_info_config_common_helper.h
Maciej Dziuban 19de738e03 Enable copy engine on GEN12LP
Change-Id: Ifd82abcb830a52d0e38e83a52c095da275e671fb
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
Related-To: NEO-4233
2020-05-15 13:52:45 +02:00

17 lines
261 B
C++

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
struct HardwareInfo;
namespace HwInfoConfigCommonHelper {
void enableBlitterOperationsSupport(HardwareInfo &hardwareInfo);
}
} // namespace NEO