mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
fix: change default bmg revision to 0
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a25e973205
commit
daa53cd8ca
@@ -253,8 +253,8 @@ if(SUPPORT_XE2_HPG_CORE)
|
||||
if(SUPPORT_BMG)
|
||||
ADD_AOT_DEFINITION(XE2_HPG)
|
||||
ADD_AOT_DEFINITION(BMG)
|
||||
set(BMG_XE2_HPG_CORE_REVISIONS 4)
|
||||
set(BMG_XE2_HPG_CORE_RELEASES "20.1.0" "20.1.1" "20.1.4")
|
||||
set(BMG_XE2_HPG_CORE_REVISIONS 0)
|
||||
set(BMG_XE2_HPG_CORE_RELEASES "20.1.0")
|
||||
ADD_PRODUCT("SUPPORTED" "BMG" "IGFX_BMG")
|
||||
ADD_PLATFORM_FOR_CORE_TYPE("SUPPORTED" "XE2_HPG_CORE" "BMG")
|
||||
ADD_PLATFORM_FOR_CORE_TYPE("SUPPORTED_IMAGES" "XE2_HPG_CORE" "BMG")
|
||||
|
||||
Reference in New Issue
Block a user