mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
fix(ocloc): add 'asm' and 'disasm' support for PTL
Related-To: NEO-12803 Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0f17bf2f8c
commit
860b940edf
@@ -31,6 +31,8 @@ inline iga_gen_t translateToIgaGenBase(PRODUCT_FAMILY productFamily) {
|
||||
case IGFX_BMG:
|
||||
case IGFX_LUNARLAKE:
|
||||
return IGA_XE2;
|
||||
case IGFX_PTL:
|
||||
return IGA_XE3;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,6 +50,8 @@ inline iga_gen_t translateToIgaGenBase(GFXCORE_FAMILY coreFamily) {
|
||||
return IGA_XE_HPC;
|
||||
case IGFX_XE2_HPG_CORE:
|
||||
return IGA_XE2;
|
||||
case IGFX_XE3_CORE:
|
||||
return IGA_XE3;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user