mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
16 lines
223 B
C
16 lines
223 B
C
|
|
/*
|
||
|
|
* Copyright (C) 2025 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace NEO {
|
||
|
|
struct HardwareInfo;
|
||
|
|
|
||
|
|
bool applyOpenVinoCompatibilityWaIfNeeded(HardwareInfo &hwInfo);
|
||
|
|
|
||
|
|
} // namespace NEO
|