mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Debugger L0 Win - register allocations metadata in debugger
Related-To: NEO-6764 Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2f46a7da63
commit
cb6db5672b
@@ -79,6 +79,7 @@ class WddmMemoryManager : public MemoryManager {
|
||||
bool isNTHandle(osHandle handle, uint32_t rootDeviceIndex) override;
|
||||
void releaseDeviceSpecificMemResources(uint32_t rootDeviceIndex) override{};
|
||||
void createDeviceSpecificMemResources(uint32_t rootDeviceIndex) override{};
|
||||
void registerAllocationInOs(GraphicsAllocation *allocation) override;
|
||||
|
||||
protected:
|
||||
GraphicsAllocation *createGraphicsAllocation(OsHandleStorage &handleStorage, const AllocationData &allocationData) override;
|
||||
|
||||
Reference in New Issue
Block a user