Skip to content

Commit

Permalink
update ara.yml.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Nov 20, 2023
1 parent ac58a60 commit 5fa7ee8
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions resources/templates/ara.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
ref: f050eec7e32a0895f7658db21a4bdbd0975087a5
tvm:
url: "https://github.com/apache/tvm.git"
ref: de6d8067754d746d88262c530b5241b5577b9aae
ref: 603ee8acf34550f1f9b76ce607769b61a77c5354
options:
recursive: true
utvm_staticrt_codegen:
Expand Down Expand Up @@ -92,6 +92,21 @@ repos:
verilator:
url: "https://github.com/verilator/verilator"
ref: 8f090176a68b66bbe0a6ce95294944bffda9fdf7
embench:
url: "https://github.com/embench/embench-iot.git"
ref: master
taclebench:
url: "https://github.com/tacle/tacle-bench.git"
ref: master
polybench:
url: "https://github.com/MatthiasJReisinger/PolyBenchC-4.2.1.git"
ref: master
mibench:
url: "https://github.com/embecosm/mibench.git"
ref: master
tflite_pack:
url: "https://github.com/tum-ei-eda/tflite-pack.git"
ref: 439b78d36456f716629ad9dbaff9734baaa75db9

# Here all supported frameworks with their specific features are defined
# Optionally disable unwanted or incomatible backends or features here
Expand Down Expand Up @@ -160,6 +175,7 @@ frontends:
features:
validate: true
visualize: true
split_layers: true
relay:
enabled: true
features:
Expand All @@ -175,6 +191,22 @@ frontends:
enabled: true
paddle:
enabled: true
example:
enabled: true
embench:
enabled: true
taclebench:
enabled: true
polybench:
enabled: true
coremark:
enabled: true
mathis:
enabled: true
dhrystone:
enabled: true
mibench:
enabled: true
# TODO: saved_model (TF->TFLITE), ipynb (IPYNB->?)
# Some targets/platforms support multiple toolchains
toolchains:
Expand Down Expand Up @@ -280,9 +312,11 @@ postprocesses:
# This is where further options such as specific versions of dependencies can be set in the furture
vars:
allow_extensions: false
llvm.version: "14.0.0"
# llvm.version: "15.0.6" # No llvm 16 build available for ubuntu < 22.04
llvm.dl_url: "https://syncandshare.lrz.de/dl/fi3U4poNbe5DuUgqRsosK4/llvm16.tar.xz"
runs_per_stage: true
pulp_gcc.dl_url: "https://github.com/pulp-platform/pulp-riscv-gnu-toolchain/releases/download/v1.0.16/v1.0.16-pulp-riscv-gcc-ubuntu-18.tar.bz2"
riscv_gcc.dl_url_vext: "https://syncandshare.lrz.de/dl/fiGp4r3f6SZaC5QyDi6QUiNQ/rv64gcv.tar.gz"
flags:
tflmc.exe:
- x86

0 comments on commit 5fa7ee8

Please sign in to comment.