Skip to content

Commit

Permalink
Add Kenning Zephyr Runtime IREE sample
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-holenko committed Apr 3, 2024
1 parent 2fa620b commit ca2a47d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export ZEPHYR_SDK_VERSION="0.16.1"
export ZEPHYR_VERSION="8f9c28282b1998e9014ce6b13b9c0f7befdb88c8"
export MICROPYTHON_VERSION="fe2a8332ff9c7cc7b66ed6da04f5a4a825309818"
export ZEPHYR_RUST_VERSION="d59c0a023794288dbda35c72d61b077f4e5b0e55"
export KENNING_ZEPHYR_RUNTIME_VERSION="fba306ba7d7bad57957df6aeba0a234acd2710e3"
export KENNING_ZEPHYR_RUNTIME_VERSION="ae8d5f4db841d011406baac525dae456abfc96b0"
6 changes: 5 additions & 1 deletion zephyr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ samples:
path: "samples/../zephyr-rust/samples/rust-app"
kconfig:
- 'CONFIG_USERSPACE=y'
# The kenning-zephyr-runtime-{microtvm,tflitemicro} samples
# The kenning-zephyr-runtime-{microtvm,tflitemicro,iree} samples
# use the same source, but are built with different config files
kenning-zephyr-runtime-microtvm:
path: "kenning-zephyr-runtime/demo_app/"
Expand All @@ -48,3 +48,7 @@ samples:
path: "kenning-zephyr-runtime/demo_app/"
workspace: "kenning-zephyr-workspace"
extra_args: "-DEXTRA_CONF_FILE=tflite.conf"
kenning-zephyr-runtime-iree:
path: "kenning-zephyr-runtime/demo_app/"
workspace: "kenning-zephyr-workspace"
extra_args: "-DEXTRA_CONF_FILE=iree_vmvx.conf"

0 comments on commit ca2a47d

Please sign in to comment.