guberti opened a new issue #8730:
URL: https://github.com/apache/tvm/issues/8730


   The Arduino support implemented in #8708 works well on a wide variety of 
boards, but the RPC server sometimes fails only when running on the Arduino 
Nano 33 BLE. Which and how many tests fail is inconsistent from run to run. It 
doesn't seem to be a memory error, as the test that allocates a 16*1024 array 
will sometimes succeed while the test allocating a 1*1024 array fails.
   
   Included below are two logs for two runs of `test_arduino_rpc_server.py`. 
The verbose log was created by running:
   ```
   pytest test_arduino_rpc_server.py --microtvm-platforms nano33ble -s 
--tvm-debug --log-cli-level=debug
   ```
   
[nano_33_ble_rpc_verbose.log](https://github.com/apache/tvm/files/6971892/nano_33_ble_rpc_verbose.log)
   
   The non-verbose one was created by running:
   ```
   pytest test_arduino_rpc_server.py --microtvm-platforms nano33ble -s
   ```
   
[nano_33_ble_rpc.log](https://github.com/apache/tvm/files/6971894/nano_33_ble_rpc.log)
   


-- 
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]


Reply via email to