mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
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>
9.4 KiB
9.4 KiB