mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
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:
committed by
Compute-Runtime-Automation
parent
991640f558
commit
02f84876e7
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user