KJlaccHoeUM9l opened a new pull request #9212: URL: https://github.com/apache/tvm/pull/9212
This PR enables iOS simulation in public CI to cover basic tuning capabilities. Work with the simulator is carried out using the `simctl` command line tool and the `iOS RPC` application for starting the RPC Server. The test suite aims to verify the following connection configurations: 1. rpc_client -> rpc_server 2. rpc_client -> rpc_proxy <- rpc_server 3. rpc_client -> rpc_tracker <- rpc_server 4. rpc_client -> rpc_tracker <- rpc_proxy <- rpc_server And includes the following tests: 1. All configuration are able to setup connection and call single remote function. Check that reconnection works correctly. 2. For configurations `#1` a. Check upload, download files. b. Check that uploaded files are removed after session end. Cleanup workspace. c. Check load of module with one kernel. Load, set input, run, check resulting tensor. 3. Check graph executor via RPC. One module with CPU kernels. 4. Check tuners. Start micro tuning session with several trials: AutoSchedule Running these tests is included in the GitHub actions CI and can be found in the check: ``` WinMacBuild / Build (macOS-latest) ``` -- 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]
