Revert "fix: add missing setting of slm size in KB"

This reverts commit ff519debef.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2024-07-09 05:46:36 +02:00
committed by Compute-Runtime-Automation
parent 991640f558
commit 02f84876e7

View File

@@ -3616,9 +3616,6 @@ struct Demarshaller<TOK_S_ADAPTER_INFO> {
case TOK_FBD_GT_SYSTEM_INFO__MAX_VECS: {
dst.SystemInfo.MaxVECS = readTokValue<decltype(dst.SystemInfo.MaxVECS)>(*tokSystemInfo);
} break;
case TOK_FBD_GT_SYSTEM_INFO__SLMSIZE_IN_KB: {
dst.SystemInfo.SLMSizeInKb = readTokValue<decltype(dst.SystemInfo.SLMSizeInKb)>(*tokSystemInfo);
} break;
};
tokSystemInfo = tokSystemInfo + 1 + tokSystemInfo->valueDwordCount;
} else {