Skip to content

Commit

Permalink
gitlab ci: align paths of verification scripts in Snitch
Browse files Browse the repository at this point in the history
  • Loading branch information
Viviane Potocnik committed Mar 15, 2024
1 parent 2057b90 commit 3b765e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions target/sim/sw/run-full-occamy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

runs:
- elf: host/apps/offload/build/offload-axpy.elf
cmd: [../../../deps/snitch_cluster/sw/blas/axpy/verify.py, --symbols-bin,
cmd: [../../../deps/snitch_cluster/sw/blas/axpy/scripts/verify.py, --symbols-bin,
./device/apps/blas/axpy/build/axpy.elf, "${sim_bin}", "${elf}"]
- elf: host/apps/offload/build/offload-gemm.elf
cmd: [../../../deps/snitch_cluster/sw/blas/gemm/verify.py, --symbols-bin,
cmd: [../../../deps/snitch_cluster/sw/blas/gemm/scripts/verify.py, --symbols-bin,
./device/apps/blas/gemm/build/gemm.elf, "${sim_bin}", "${elf}"]
4 changes: 2 additions & 2 deletions target/sim/sw/run-single-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

runs:
- elf: host/apps/offload/build/offload-axpy.elf
cmd: [../../../deps/snitch_cluster/sw/blas/axpy/verify.py, --symbols-bin,
cmd: [../../../deps/snitch_cluster/sw/blas/axpy/scripts/verify.py, --symbols-bin,
./device/apps/blas/axpy/build/axpy.elf, "${sim_bin}", "${elf}"]
- elf: host/apps/offload/build/offload-gemm.elf
cmd: [../../../deps/snitch_cluster/sw/blas/gemm/verify.py, --symbols-bin,
cmd: [../../../deps/snitch_cluster/sw/blas/gemm/scripts/verify.py, --symbols-bin,
./device/apps/blas/gemm/build/gemm.elf, "${sim_bin}", "${elf}"]
- elf: host/apps/hello_world/build/hello_world.elf
cmd: [./host/apps/hello_world/verify.py, "${sim_bin}", "${elf}"]

0 comments on commit 3b765e3

Please sign in to comment.