refactor: rename product helper cpp files

Related-To: NEO-7703
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-03-09 18:56:58 +00:00
committed by Compute-Runtime-Automation
parent 48337d815e
commit 63ad1a2e86
42 changed files with 6 additions and 6 deletions

View File

@@ -82,6 +82,6 @@ bool ProductHelperHw<gfxProduct>::isPageFaultSupported() const {
} // namespace NEO
#include "shared/source/xe_hpc_core/linux/hw_info_config_xe_hpc_core.inl"
#include "shared/source/xe_hpc_core/linux/product_helper_xe_hpc_core.inl"
template class NEO::ProductHelperHw<gfxProduct>;

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*