refactor: disable instantiation-after-specialization clang warning

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2024-01-10 12:32:03 +00:00
committed by Compute-Runtime-Automation
parent d18aa30352
commit 0aee72f1fc
7 changed files with 8 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2023 Intel Corporation
* Copyright (C) 2020-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -78,7 +78,6 @@ void EncodeComputeMode<Family>::programComputeModeCommand(LinearStream &csr, Sta
namespace NEO {
template struct EncodeL3State<Family>;
template void EncodeDispatchKernel<Family>::programBarrierEnable<Family::INTERFACE_DESCRIPTOR_DATA>(Family::INTERFACE_DESCRIPTOR_DATA &interfaceDescriptor, uint32_t value, const HardwareInfo &hwInfo);
template void InOrderPatchCommandHelpers::PatchCmd<Family>::patchComputeWalker(uint64_t appendCounterValue);
} // namespace NEO