Create image allocations in system memory pool

Create image allocations in multi device setup in system memory pool

Related-To: NEO-5508

Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:
Krzysztof Gibala
2021-03-24 13:19:30 +00:00
committed by Compute-Runtime-Automation
parent 5a50ad098c
commit 0b7d2da162
7 changed files with 219 additions and 31 deletions

View File

@@ -101,7 +101,8 @@ struct AllocationData {
uint32_t resource48Bit : 1;
uint32_t isUSMHostAllocation : 1;
uint32_t use32BitFrontWindow : 1;
uint32_t reserved : 18;
uint32_t crossRootDeviceAccess : 1;
uint32_t reserved : 17;
} flags;
uint32_t allFlags = 0;
};