Lunderberg commented on a change in pull request #10846:
URL: https://github.com/apache/tvm/pull/10846#discussion_r840174007



##########
File path: src/runtime/hexagon/hexagon/hexagon_buffer.h
##########
@@ -94,8 +94,24 @@ class HexagonBuffer {
   //! \brief Prevent move assignment.
   HexagonBuffer& operator=(HexagonBuffer&&) = delete;
 
-  //! \brief Return pointer to allocations.
-  void** GetPointer();
+  /*! \brief Return data pointer
+   *
+   * The return type depends on the buffer being
+   */
+  void* GetPointer();
+
+  // //! \brief Return number of allocations.
+  // size_t GetNumAllocs() { return nallocs_; }

Review comment:
       Thank you, and done.




-- 
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