Initalizing the memoryProperties structure
Change-Id: I2ce5a0e1bfc54c9d21746a5bb6ebe6260370fc1c Signed-off-by: SaiKishore Konda <saikishore.konda@intel.com>
This commit is contained in:
parent
52704236bd
commit
9dc7e2cfaf
|
@ -27,7 +27,7 @@ class MemoryImp : public Memory {
|
|||
|
||||
private:
|
||||
OsMemory *pOsMemory;
|
||||
zet_mem_properties_t memoryProperties;
|
||||
zet_mem_properties_t memoryProperties = {};
|
||||
void init();
|
||||
ze_device_handle_t hCoreDevice;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue