From: adash Date: Thu, 13 Nov 2008 00:23:24 +0000 (+0000) Subject: bug fix in 2DConv and other small changes to makefile X-Git-Tag: buildscript^7~33 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;ds=sidebyside;h=ae13501e07352c68cada7c9390f52c87c9399044;p=IRC.git bug fix in 2DConv and other small changes to makefile --- diff --git a/Robust/src/Benchmarks/Prefetch/2DConv/dsm/Convolution.java b/Robust/src/Benchmarks/Prefetch/2DConv/dsm/Convolution.java index edcf3e6f..5e3fb1e8 100644 --- a/Robust/src/Benchmarks/Prefetch/2DConv/dsm/Convolution.java +++ b/Robust/src/Benchmarks/Prefetch/2DConv/dsm/Convolution.java @@ -20,24 +20,23 @@ public class Convolution extends Thread { double tempinput[][] = img.inputImage; double tempout[][] = img.outputImage; - double tinput0[] = tempinput[x0]; - double tinput1[] = tempinput[x0+1]; - double tinput2[] = tempinput[x0+2]; - double tinput3[] = tempinput[x0+3]; - double tinput4[] = tempinput[x0+4]; - - for(int i=x0;i