Rename CompilerHwInfoConfig -> CompilerProductHelper

Related-To: NEO-6853
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2022-11-30 14:28:39 +00:00
committed by Compute-Runtime-Automation
parent f08e552f4d
commit 785b9eeece
44 changed files with 185 additions and 185 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Intel Corporation
* Copyright (C) 2021-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -9,6 +9,6 @@
namespace NEO {
CompilerHwInfoConfig *CompilerHwInfoConfigFactory[IGFX_MAX_PRODUCT] = {};
CompilerProductHelper *CompilerProductHelperFactory[IGFX_MAX_PRODUCT] = {};
} // namespace NEO