SWDEV-361374 - Adding support for hipPointerSetAttributes

Change-Id: I3ec9627f43b3cbe0aa299c8aa9cd96f8fbd74925
This commit is contained in:
kjayapra-amd
2022-10-19 19:54:27 -04:00
committed by Karthik Jayaprakash
parent 820d90c6c0
commit 7f1fb925ff
+2
View File
@@ -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: