projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bdadcb
)
Don't build vector benchmarks for now
author
Andrew Waterman
<waterman@cs.berkeley.edu>
Sun, 25 Aug 2013 23:55:15 +0000
(16:55 -0700)
committer
Andrew Waterman
<waterman@cs.berkeley.edu>
Sun, 25 Aug 2013 23:55:15 +0000
(16:55 -0700)
benchmarks/Makefile
patch
|
blob
|
history
diff --git
a/benchmarks/Makefile
b/benchmarks/Makefile
index 5d33f860d4d6eccf595c17a1abba463ac80aff80..9eb05cd4e288f12685d9c9fb2ba7b80c216c528f 100644
(file)
--- a/
benchmarks/Makefile
+++ b/
benchmarks/Makefile
@@
-24,11
+24,11
@@
bmarks = \
dgemm \
dhrystone \
spmv \
- vec-vvadd \
- vec-cmplxmult \
- vec-matmul \
mt-vvadd \
mt-matmul \
+ #vec-vvadd \
+ #vec-cmplxmult \
+ #vec-matmul \
bmarks_host = \
median \