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

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2021 Intel Corporation
* Copyright (C) 2020-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -14,11 +14,11 @@ void MemoryPropertiesHelper::fillPoliciesInProperties(AllocationProperties &allo
memoryProperties.flags.locallyUncachedResource,
memoryProperties.flags.readOnly,
deviceOnlyVisibilty,
0);
memoryProperties.memCacheClos);
}
uint32_t MemoryPropertiesHelper::getCacheRegion(const MemoryProperties &memoryProperties) {
return 0;
return memoryProperties.memCacheClos;
}
} // namespace NEO