16 lines
230 B
C++
16 lines
230 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2025 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
namespace NEO {
|
||
|
struct HardwareInfo;
|
||
|
|
||
|
bool applyOpenVinoCompatibilityWaIfNeeded(HardwareInfo &hwInfo) {
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
} // namespace NEO
|