srkreddy1238 commented on code in PR #15833:
URL: https://github.com/apache/tvm/pull/15833#discussion_r1339827581


##########
include/tvm/runtime/memory_manager.h:
##########
@@ -130,7 +131,7 @@ class MemoryManager {
 class StorageObj : public Object {
  public:
   /*! \brief The index into the VM function table. */
-  Buffer buffer;
+  MBuffer buffer;
 
   /*! \brief Allocate an NDArray from a given piece of storage. */
   NDArray AllocNDArray(size_t offset, std::vector<int64_t> shape, DLDataType 
dtype);

Review Comment:
   Handled ShapeTuple across memory_manager and Allocators



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to