SWDEV-361374 - Adding support for hipPointerSetAttributes

Change-Id: I3ec9627f43b3cbe0aa299c8aa9cd96f8fbd74925


[ROCm/clr commit: 7f1fb925ff]
Этот коммит содержится в:
kjayapra-amd
2022-10-19 19:54:27 -04:00
коммит произвёл Karthik Jayaprakash
родитель cc2cbc68ff
Коммит f8da1e1fc4
+2
Просмотреть файл
@@ -156,6 +156,8 @@ class Memory : public amd::RuntimeObject {
size_t width_ = 0; //!< Width value in bytes
size_t height_ = 0; //!< Height value
size_t depth_ = 0; //!< Depth value
bool sync_mem_ops_ = false; //!< Memops sync, when set synchronize all mem operations.
};
protected: