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