mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Reuse SS allocations on freeGraphicMemory
Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
33ec9b258a
commit
afbead513d
@@ -35,6 +35,5 @@ class RootDevice : public Device {
|
||||
const uint32_t rootDeviceIndex;
|
||||
DeviceBitfield deviceBitfield = DeviceBitfield{1u};
|
||||
uint32_t numSubDevices = 0;
|
||||
std::unique_ptr<BindlessHeapsHelper> bindlessHeapHelper;
|
||||
};
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user