mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
Change-Id: Ifd82abcb830a52d0e38e83a52c095da275e671fb Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com> Related-To: NEO-4233
17 lines
261 B
C++
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
|