You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/10/28 16:37:25 UTC

[tvm] branch main updated (5ab22bb -> f4dae23)

This is an automated email from the ASF dual-hosted git repository.

areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 5ab22bb  [Frontend][PaddlePaddle] Add some activation、elementwise  and reduce operators (#9370)
     add f4dae23  [iOS][RPC] Enable iOS simulation in public CI to cover basic tuning capabilities (#9212)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/main.yml                     |  26 ++
 apps/ios_rpc/tvmrpc/ViewController.mm          |   1 +
 python/tvm/rpc/server_ios_launcher.py          | 498 +++++++++++++++++++++++++
 tests/python/contrib/test_rpc_server_device.py | 442 ++++++++++++++++++++++
 4 files changed, 967 insertions(+)
 create mode 100644 python/tvm/rpc/server_ios_launcher.py
 create mode 100644 tests/python/contrib/test_rpc_server_device.py