[GitHub] [tvm] adstraw commented on a diff in pull request #13028: [Hexagon] [runtime] Manage RPC and runtime buffers separately

2022-10-17 Thread GitBox
adstraw commented on code in PR #13028: URL: https://github.com/apache/tvm/pull/13028#discussion_r997478332 ## src/runtime/hexagon/hexagon_device_api.cc: ## @@ -115,13 +120,34 @@ void* HexagonDeviceAPI::AllocDataSpace(Device dev, size_t nbytes, size_t alignme if (alignment

[GitHub] [tvm] adstraw commented on a diff in pull request #13028: [Hexagon] [runtime] Manage RPC and runtime buffers separately

2022-10-13 Thread GitBox
adstraw commented on code in PR #13028: URL: https://github.com/apache/tvm/pull/13028#discussion_r995117131 ## src/runtime/hexagon/hexagon_buffer_manager.h: ## @@ -85,6 +86,18 @@ class HexagonBufferManager { return hexagon_buffer_map_.empty(); } + //! \brief Returns

[GitHub] [tvm] adstraw commented on a diff in pull request #13028: [Hexagon] [runtime] Manage RPC and runtime buffers separately

2022-10-12 Thread GitBox
adstraw commented on code in PR #13028: URL: https://github.com/apache/tvm/pull/13028#discussion_r993952131 ## src/runtime/hexagon/hexagon_device_api.cc: ## @@ -115,13 +120,34 @@ void* HexagonDeviceAPI::AllocDataSpace(Device dev, size_t nbytes, size_t alignme if (alignment