/* * Copyright (C) 2018-2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/gen9/hw_info.h" #include "shared/test/common/helpers/unit_test_helper.h" #include "shared/test/common/helpers/unit_test_helper.inl" namespace NEO { using Family = SKLFamily; template <> bool UnitTestHelper::isPipeControlWArequired(const HardwareInfo &hwInfo) { return true; } template struct UnitTestHelper; } // namespace NEO