Skip to content

Commit

Permalink
Clean up DNN tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JosseVanDelm committed Dec 18, 2023
1 parent 9c63f4d commit 87255cd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions target/snitch_cluster/sw/dnn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

# This file contains all tests that require the software to be built with
# custom builtins and custom RISC-V instructions

runs:
- elf: tests/build/data_mover.elf
- elf: tests/build/interrupt.elf
- elf: tests/build/openmp_parallel.elf
- elf: tests/build/openmp_for_static_schedule.elf
- elf: tests/build/openmp_double_buffering.elf
- elf: apps/blas/axpy/build/axpy.elf
cmd: [../../../sw/blas/axpy/verify.py, "${sim_bin}", "${elf}"]
- elf: apps/blas/gemm/build/gemm.elf
cmd: [../../../sw/blas/gemm/verify.py, "${sim_bin}", "${elf}"]
- elf: apps/dnn/batchnorm/build/batchnorm.elf
- elf: apps/dnn/linear/build/linear.elf
- elf: apps/dnn/maxpool/build/maxpool.elf
Expand Down

0 comments on commit 87255cd

Please sign in to comment.