refactor: get postSync type from walker in ults

Related-To: NEO-10641
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2024-06-26 02:09:48 +00:00
committed by Compute-Runtime-Automation
parent 44e8fdfb22
commit 5883e9288a
7 changed files with 38 additions and 24 deletions

View File

@@ -5964,6 +5964,8 @@ typedef struct tagCOMPUTE_WALKER {
return 32u;
}
using InterfaceDescriptorType = INTERFACE_DESCRIPTOR_DATA; // patched
using PostSyncType = POSTSYNC_DATA; // patched
} COMPUTE_WALKER;
STATIC_ASSERT(160 == sizeof(COMPUTE_WALKER));