aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Wu <isaacwu@a8.Millennium.Berkeley.EDU>2014-05-02 02:32:36 -0700
committerIsaac Wu <isaacwu@a8.Millennium.Berkeley.EDU>2014-05-02 02:32:36 -0700
commit8f89576b83f71390e0a01cb5363e29422c6229f8 (patch)
tree456f398b9001e772d72d1701e9a30cac0ebeea20
parent906b8e30b5020ef9def3a13971083be5e1fb4494 (diff)
downloadriscv-tests-8f89576b83f71390e0a01cb5363e29422c6229f8.zip
riscv-tests-8f89576b83f71390e0a01cb5363e29422c6229f8.tar.gz
riscv-tests-8f89576b83f71390e0a01cb5363e29422c6229f8.tar.bz2
Change stream_d.c define to make script work
-rw-r--r--benchmarks/stream/stream_d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/stream/stream_d.c b/benchmarks/stream/stream_d.c
index 088d339..925f17b 100644
--- a/benchmarks/stream/stream_d.c
+++ b/benchmarks/stream/stream_d.c
@@ -44,7 +44,7 @@
* that should be good to about 5% precision.
*/
-# define N 2000 // 2000000
+# define N 10000
# define NTIMES 10
# define OFFSET 0
@@ -95,7 +95,7 @@ void
thread_entry(int cid, int nc)
{
while (cid !=0) {
- clogMem(1<<16, 64>>2, 1<<7);
+ //clogMem(1<<16, 64>>2, 1<<7);
}
}