compute-runtime/shared/source/ail/linux/ail_ov_comp_wa_linux.cpp

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