Skip to content

Commit

Permalink
[Hexagon] Add doc on TVM - Hexagon RPC flow (#10507)
Browse files Browse the repository at this point in the history
* [Hexagon] Add doc on TVM - Hexagon RPC flow

* updated for the latest code

* add TODO on removing rpc_local_session.cc
  • Loading branch information
masahi authored Mar 11, 2022
1 parent a4a481f commit e34985b
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/Hexagon.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ if(USE_HEXAGON_RPC)
"${TVMRT_SOURCE_DIR}/rpc/rpc_module.cc"
"${TVMRT_SOURCE_DIR}/rpc/rpc_endpoint.cc"
"${TVMRT_SOURCE_DIR}/rpc/rpc_session.cc"
# TODO(masahi): Remove rpc_local_session.cc after verifying that things work without it
"${TVMRT_SOURCE_DIR}/rpc/rpc_local_session.cc"
)
# Add the hardware-specific RPC code into the skel library.
Expand Down
Loading

0 comments on commit e34985b

Please sign in to comment.