/* * Copyright (C) 2018-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include "shared/source/helpers/hw_info.h" namespace NEO { struct ICLFamily; template <> struct GfxFamilyMapper { typedef ICLFamily GfxFamily; static const char *name; }; } // namespace NEO