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
|
# Globally installed benchmarks
|
||||||
|
|
||||||
bmarkdir = $(basedir)/riscv-asmtests-bmarks/riscv-bmarks
|
bmarkdir = $(basedir)/riscv-tests/benchmarks
|
||||||
bmarks = \
|
bmarks = \
|
||||||
median.riscv \
|
median.riscv \
|
||||||
multiply.riscv \
|
multiply.riscv \
|
||||||
@ -501,9 +501,11 @@ bmarks = \
|
|||||||
dgemm.riscv \
|
dgemm.riscv \
|
||||||
dhrystone.riscv \
|
dhrystone.riscv \
|
||||||
spmv.riscv \
|
spmv.riscv \
|
||||||
vec_vvadd.riscv \
|
vec-vvadd.riscv \
|
||||||
vec_cmplxmult.riscv \
|
vec-cmplxmult.riscv \
|
||||||
vec_matmul.riscv \
|
vec-matmul.riscv \
|
||||||
|
mt-vvadd.riscv \
|
||||||
|
mt-matmul.riscv \
|
||||||
|
|
||||||
vec_bmarkdir = $(basedir)/../../riscv-app/misc/build
|
vec_bmarkdir = $(basedir)/../../riscv-app/misc/build
|
||||||
vec_bmarks = \
|
vec_bmarks = \
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit f8ea498f79ab4d6495f2966d1e5c3dd42f567752
|
Subproject commit 1f25cfbde65518f6e7b43d49451eb3ae1f9d2811
|
Loading…
Reference in New Issue
Block a user