Add support for ADL-N for WSL

Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
This commit is contained in:
Kamil Diedrich
2022-09-07 15:16:06 +02:00
committed by Compute-Runtime-Automation
parent 6ad16c9e72
commit 0d5c27a75f

View File

@@ -150,6 +150,9 @@ class WslComputeHelperUmKmDataTranslator : public UmKmDataTranslator {
case 37:
prod = IGFX_ALDERLAKE_P;
break;
case 38:
prod = IGFX_ALDERLAKE_N;
break;
}
dst.GfxPlatform.eProductFamily = static_cast<PRODUCT_FAMILY>(prod);
}