Files
compute-runtime/cmake/fill_gens.cmake
Mateusz Jablonski aefd97213b Make platforms.cmake platform agnostic
include necessary files from cmake directory

Change-Id: I6b68e1642e47e83277791d83a962519d842e00a1
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2020-04-10 13:55:28 +02:00

11 lines
217 B
CMake

#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
list(APPEND ALL_GEN_TYPES "GEN8")
list(APPEND ALL_GEN_TYPES "GEN9")
list(APPEND ALL_GEN_TYPES "GEN11")
list(APPEND ALL_GEN_TYPES "GEN12LP")