areusch opened a new pull request #7266:
URL: https://github.com/apache/tvm/pull/7266
* This change is preparation to support autotuning in microTVM. It
also cleans up a loose end in the microTVM RPC server
implementation.
* Randomness is needed in two places of the CRT:
1. to initialize the Session nonce, which provides a more robust
way to detect reboots and ensure that messages are not confused
across them.
2. to fill input tensors when timing AutoTVM operators (once
AutoTVM support lands in the next PR).
* This change adds TVMPlatformGenerateRandom, a platform function for
generating non-cryptographic random data, to service those needs.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]