add riscv-tests, get rid of riscv-asmtests-bmarks
This commit is contained in:
parent
7fe052e1bf
commit
a2f584e928
10
Makefrag
10
Makefrag
@ -491,7 +491,7 @@ vecasm_pt_tests = \
|
||||
|
||||
# Globally installed benchmarks
|
||||
|
||||
bmarkdir = $(basedir)/riscv-asmtests-bmarks/riscv-bmarks
|
||||
bmarkdir = $(basedir)/riscv-tests/benchmarks
|
||||
bmarks = \
|
||||
median.riscv \
|
||||
multiply.riscv \
|
||||
@ -501,9 +501,11 @@ bmarks = \
|
||||
dgemm.riscv \
|
||||
dhrystone.riscv \
|
||||
spmv.riscv \
|
||||
vec_vvadd.riscv \
|
||||
vec_cmplxmult.riscv \
|
||||
vec_matmul.riscv \
|
||||
vec-vvadd.riscv \
|
||||
vec-cmplxmult.riscv \
|
||||
vec-matmul.riscv \
|
||||
mt-vvadd.riscv \
|
||||
mt-matmul.riscv \
|
||||
|
||||
vec_bmarkdir = $(basedir)/../../riscv-app/misc/build
|
||||
vec_bmarks = \
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f8ea498f79ab4d6495f2966d1e5c3dd42f567752
|
||||
Subproject commit 1f25cfbde65518f6e7b43d49451eb3ae1f9d2811
|
Loading…
Reference in New Issue
Block a user