compute-runtime/runtime/gen10/hw_info_gen10.cpp

15 lines
246 B
C++

/*
* Copyright (C) 2017-2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#ifdef SUPPORT_CNL
#include "hw_info_cnl.inl"
#endif
namespace OCLRT {
const char *GfxFamilyMapper<IGFX_GEN10_CORE>::name = "Gen10";
} // namespace OCLRT