Rename core family names to meet naming convention

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-07-25 15:30:11 +00:00
committed by Compute-Runtime-Automation
parent c200c6e2dd
commit 8424b27754
292 changed files with 673 additions and 673 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2021 Intel Corporation
* Copyright (C) 2019-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -11,7 +11,7 @@
namespace NEO {
typedef ICLFamily Family;
typedef Gen11Family Family;
static auto gfxCore = IGFX_GEN11_CORE;
#include "opencl/source/mem_obj/buffer_factory_init.inl"

View File

@ -13,7 +13,7 @@
namespace NEO {
using Family = ICLFamily;
using Family = Gen11Family;
static auto gfxCore = IGFX_GEN11_CORE;
template <>

View File

@ -15,7 +15,7 @@
namespace NEO {
typedef ICLFamily Family;
typedef Gen11Family Family;
static auto gfxCore = IGFX_GEN11_CORE;
template class CommandQueueHw<Family>;

View File

@ -16,7 +16,7 @@
namespace NEO {
using Family = ICLFamily;
using Family = Gen11Family;
struct EnableOCLGen11 {
EnableOCLGen11() {

View File

@ -13,10 +13,10 @@
namespace NEO {
template class HardwareInterface<ICLFamily>;
template class HardwareInterface<Gen11Family>;
template class GpgpuWalkerHelper<ICLFamily>;
template class GpgpuWalkerHelper<Gen11Family>;
template struct EnqueueOperation<ICLFamily>;
template struct EnqueueOperation<Gen11Family>;
} // namespace NEO

View File

@ -17,7 +17,7 @@ namespace NEO {
extern GTPinHwHelper *gtpinHwHelperFactory[IGFX_MAX_CORE];
typedef ICLFamily Family;
typedef Gen11Family Family;
static const auto gfxFamily = IGFX_GEN11_CORE;
template <>

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2021 Intel Corporation
* Copyright (C) 2019-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -13,7 +13,7 @@
#include "opencl/source/helpers/hardware_commands_helper_bdw_and_later.inl"
namespace NEO {
using FamilyType = ICLFamily;
using FamilyType = Gen11Family;
template struct HardwareCommandsHelper<FamilyType>;
} // namespace NEO

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2021 Intel Corporation
* Copyright (C) 2019-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -13,7 +13,7 @@
namespace NEO {
using Family = ICLFamily;
using Family = Gen11Family;
static auto gfxCore = IGFX_GEN11_CORE;
template <>

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2021 Intel Corporation
* Copyright (C) 2019-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -12,7 +12,7 @@
namespace NEO {
typedef ICLFamily Family;
typedef Gen11Family Family;
static auto gfxCore = IGFX_GEN11_CORE;
#include "opencl/source/sampler/sampler_factory_init.inl"