diff --git a/target/snitch_cluster/sw/dnn.yaml b/target/snitch_cluster/sw/dnn.yaml index 056e14cb15..5c8bbbc1d9 100644 --- a/target/snitch_cluster/sw/dnn.yaml +++ b/target/snitch_cluster/sw/dnn.yaml @@ -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