diff --git a/rocclr/platform/memory.hpp b/rocclr/platform/memory.hpp index cc2de2ed51..d1a0a49b63 100644 --- a/rocclr/platform/memory.hpp +++ b/rocclr/platform/memory.hpp @@ -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: