Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: antmicro/kenning-bare-metal-iree-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 65f0e7ece77abc640178ed14d254f3d35d4f1f17
Choose a base ref
..
head repository: antmicro/kenning-bare-metal-iree-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 55bfc0c786fe24d5f186be1fb9170b7c4a433622
Choose a head ref
Showing with 3 additions and 2 deletions.
  1. +3 −2 README.md
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@ sudo apt-get install -qqy --no-install-recommends \
ca-certificates \
cmake \
curl \
fonts-lato \
g++ \
git \
git-lfs \
@@ -302,7 +303,7 @@ To evaluate the model, run:
```bash
kenning optimize test \
--json-cfg kenning-scenarios/renode-magic-wand-iree-bare-metal-inference.json \
--measurements ./results.json
--measurements ./results.json --verbosity INFO
```

To render the report with performance and quality metrics (including Renode performance metrics), run:
@@ -358,7 +359,7 @@ In `runtime`, the default `IREERuntime` block is used to mark that IREE is used
```
kenning optimize test \
--json-cfg third-party/kenning/scripts/jsonconfigs/iree-bare-metal-inference.json \
--measurements ./results.json
--measurements ./results.json --verbosity INFO
```

This flow, however, won't collect inference information necessary to plot the performance metrics collected during Renode simulation.