diff --git a/opencl/source/gen12lp/hw_info_dg1.inl b/opencl/source/gen12lp/hw_info_dg1.inl index e975338918..5092fcdc1d 100644 --- a/opencl/source/gen12lp/hw_info_dg1.inl +++ b/opencl/source/gen12lp/hw_info_dg1.inl @@ -18,7 +18,9 @@ const char *HwMapper::abbreviation = "dg1"; bool isSimulationDG1(unsigned short deviceId) { switch (deviceId) { - case DEV_ID_4905: + case 0x4905: + case 0x4906: + case 0x4907: return true; }