Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[uTVM] Reset target and wait for runtime initialization on connect. #5499

Merged
merged 1 commit into from
May 2, 2020

Conversation

areusch
Copy link
Contributor

@areusch areusch commented May 1, 2020

  • This ensures a clean runtime environment for tuning and evaluating
    tasks.
  • This patch assumes that the code flashed to target executes the ARM
    BKPT or RISC-V EBREAK instructions after startup.

see mbed runtime for an example of on-device code meant to work with this patch:
https://github.com/areusch/utvm-mbed-runtime

 * This ensures a clean runtime environment for tuning and evaluating
   tasks.
 * This patch assumes that the code flashed to target executes the ARM
   BKPT or RISC-V EBREAK instructions after startup.
Copy link
Contributor

@tmoreau89 tmoreau89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tqchen tqchen merged commit 6347406 into apache:master May 2, 2020
Laurawly pushed a commit to Laurawly/tvm-1 that referenced this pull request May 9, 2020
…pache#5499)

* This ensures a clean runtime environment for tuning and evaluating
   tasks.
 * This patch assumes that the code flashed to target executes the ARM
   BKPT or RISC-V EBREAK instructions after startup.
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Jun 9, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…pache#5499)

* This ensures a clean runtime environment for tuning and evaluating
   tasks.
 * This patch assumes that the code flashed to target executes the ARM
   BKPT or RISC-V EBREAK instructions after startup.
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Jun 18, 2020
…pache#5499)

* This ensures a clean runtime environment for tuning and evaluating
   tasks.
 * This patch assumes that the code flashed to target executes the ARM
   BKPT or RISC-V EBREAK instructions after startup.
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Jun 18, 2020
…pache#5499)

* This ensures a clean runtime environment for tuning and evaluating
   tasks.
 * This patch assumes that the code flashed to target executes the ARM
   BKPT or RISC-V EBREAK instructions after startup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants