compute-runtime/shared/source/ail/ail_ov_comp_wa.h

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