mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
5a50ad098c
commit
0b7d2da162
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user