compute-runtime/opencl/test/unit_test/gen12lp/special_ult_helper_gen12lp.h

24 lines
586 B
C++

/*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "igfxfmid.h"
#include <cstddef>
namespace NEO {
struct HardwareInfo;
struct SpecialUltHelperGen12lp {
static bool additionalCoherencyCheck(PRODUCT_FAMILY productFamily, bool coherency);
static bool shouldPerformimagePitchAlignment(PRODUCT_FAMILY productFamily);
static bool shouldTestDefaultImplementationOfSetupHardwareCapabilities(PRODUCT_FAMILY productFamily);
static bool isPipeControlWArequired(PRODUCT_FAMILY productFamily);
};
} // namespace NEO