Files
compute-runtime/opencl/test/unit_test/gen12lp/special_ult_helper_gen12lp.h
2021-09-22 12:55:59 +02:00

22 lines
538 B
C++

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