/* * Copyright (C) 2019-2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/gen11/hw_info_gen11.h" namespace NEO { const char *GfxFamilyMapper::name = "Gen11"; } // namespace NEO