mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +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
|