Files
compute-runtime/shared/source/release_helper/release_helper_1257.cpp
Compute-Runtime-Validation 5327146992 Revert "fix: Enable dummy blit wa for DG2"
This reverts commit 0689b7e8b1.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
2024-11-17 04:59:37 +01:00

20 lines
459 B
C++

/*
* Copyright (C) 2023-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/release_helper/release_helper.h"
#include "shared/source/release_helper/release_helper_base.inl"
#include "release_definitions.h"
namespace NEO {
constexpr auto release = ReleaseType::release1257;
} // namespace NEO
#include "shared/source/release_helper/release_helper_common_xe_hpg.inl"
template class NEO::ReleaseHelperHw<NEO::release>;