Files
compute-runtime/opencl/test/unit_test/gen12lp/special_ult_helper_gen12lp.cpp
Piotr Zdunowski b38b67f9dc Set correct 3D image limitations for TGLLP.
Resolves: NEO-3620

Change-Id: Ie49526992890e7721d2baa27c73f278313372210
Signed-off-by: Piotr Zdunowski <piotr.zdunowski@intel.com>
2020-03-23 17:10:11 +01:00

31 lines
729 B
C++

/*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "opencl/test/unit_test/gen12lp/special_ult_helper_gen12lp.h"
#include "shared/source/helpers/hw_info.h"
namespace NEO {
bool SpecialUltHelperGen12lp::additionalCoherencyCheck(PRODUCT_FAMILY productFamily, bool coherency) {
return false;
}
bool SpecialUltHelperGen12lp::shouldPerformimagePitchAlignment(PRODUCT_FAMILY productFamily) {
return true;
}
bool SpecialUltHelperGen12lp::shouldTestDefaultImplementationOfSetupHardwareCapabilities(PRODUCT_FAMILY productFamily) {
return false;
}
bool SpecialUltHelperGen12lp::isPipeControlWArequired(PRODUCT_FAMILY productFamily) {
return true;
}
} // namespace NEO