mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
Add zeMemGetAllocProperties extension for sub-allocations
Signed-off-by: John Falkowski <john.falkowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a65de57e33
commit
a1e2eca9e8
@@ -280,6 +280,9 @@ class GraphicsAllocation : public IDNode<GraphicsAllocation> {
|
||||
constexpr static TaskCountType objectAlwaysResident = std::numeric_limits<TaskCountType>::max() - 1;
|
||||
std::atomic<uint32_t> hostPtrTaskCountAssignment{0};
|
||||
bool isShareableHostMemory = false;
|
||||
bool isSubAllocSet = false;
|
||||
StackVec<size_t, EngineLimits::maxHandleCount> subAllocSize;
|
||||
StackVec<uint64_t, EngineLimits::maxHandleCount> subAllocBase;
|
||||
|
||||
protected:
|
||||
struct UsageInfo {
|
||||
|
||||
Reference in New Issue
Block a user