/* * Copyright (C) 2018-2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #ifdef SUPPORT_BDW #include "hw_info_bdw.inl" #endif namespace NEO { const char *GfxFamilyMapper::name = "Gen8"; } // namespace NEO