Files
compute-runtime/platforms.cmake
Artur Harasimiuk 4e737adb05 cmake: enable GEN support when PLATFORM support is enabled
We allow to disable GEN and PLATFORM support by default and enable these
selectively. However, to enable e.g. SKL support you have to set:
    -DSUPPORT_PLATFORM_DEFAULT=FALSE
    -DSUPPORT_GEN_DEFAULT=FALSE
    -DSUPPORT_GEN9=TRUE
    -DSUPPORT_SKL=TRUE

The idea is to enable support for GEN if disabled but PLATFORM support
requires this. New parameter list is:
    -DSUPPORT_PLATFORM_DEFAULT=FALSE
    -DSUPPORT_GEN_DEFAULT=FALSE
    -DSUPPORT_SKL=TRUE

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2021-01-21 14:04:53 +01:00

9.4 KiB