You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/01 16:37:32 UTC

[GitHub] [tvm] kparzysz-quic commented on a change in pull request #10846: [Hexagon] Support both 1-d and 2-d VTCM allocations

kparzysz-quic commented on a change in pull request #10846:
URL: https://github.com/apache/tvm/pull/10846#discussion_r840739698



##########
File path: src/runtime/hexagon/hexagon/hexagon_buffer.h
##########
@@ -94,8 +94,11 @@ 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

Review comment:
       This comment looks truncated.




-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org