Test prelim command stream and clos cache

Signed-off-by: Daniel Chabrowski daniel.chabrowski@intel.com
Related-To: NEO-6591
This commit is contained in:
Daniel Chabrowski
2022-04-04 15:39:57 +00:00
committed by Compute-Runtime-Automation
parent 0dc2e39eaa
commit eaba246464
7 changed files with 896 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ class Device;
struct MemoryProperties {
const Device *pDevice = nullptr;
uint32_t memCacheClos = 0;
union {
MemoryFlags flags;
uint32_t allFlags = 0;