瀏覽代碼

Modified some benchmarks parameters

Modified some benchmarks parameters to obtain reasonable and
confrontable execution times. With the previous configuration we haf 10+
minutes benchmarks...
Andrea Gussoni 8 年之前
父節點
當前提交
0ac7b7fc45

+ 0 - 4
opencl/cfd/run-cpu

@@ -1,5 +1 @@
-#There are three datasets:
-
 ./euler3d ../../data/cfd/fvcorr.domn.097K -p 1 -t cpu -d 0
-./euler3d ../../data/cfd/fvcorr.domn.193K -p 1 -t cpu -d 0
-./euler3d ../../data/cfd/missile.domn.0.2M -p 1 -t cpu -d 0

+ 0 - 4
opencl/cfd/run-gpu

@@ -1,5 +1 @@
-#There are three datasets:
-
 ./euler3d ../../data/cfd/fvcorr.domn.097K -p 0 -t gpu -d 0
-./euler3d ../../data/cfd/fvcorr.domn.193K -p 0 -t gpu -d 0
-./euler3d ../../data/cfd/missile.domn.0.2M -p 0 -t gpu -d 0

+ 1 - 1
opencl/dwt2d/run-cpu

@@ -1 +1 @@
-./dwt2d -d 1024x1024 -f -5 -l 333 -p 1 -i 0 -g 0 ../../data/dwt2d/rgb.bmp
+./dwt2d -d 1024x1024 -f -9 -l 5 -p 1 -i 0 -g 0 ../../data/dwt2d/rgb.bmp

+ 1 - 1
opencl/dwt2d/run-gpu

@@ -1 +1 @@
-./dwt2d -d 1024x1024 -f -5 -l 333 -p 0 -i 0 -g 1 ../../data/dwt2d/rgb.bmp
+./dwt2d -d 1024x1024 -f -9 -l 5 -p 0 -i 0 -g 1 ../../data/dwt2d/rgb.bmp

+ 1 - 1
opencl/pathfinder/run-cpu

@@ -1 +1 @@
-./pathfinder -r 100000 -c 100 -h 20 -p 1 -d 0 -g 0
+./pathfinder -r 10000 -c 100 -h 20 -p 1 -d 0 -g 0

+ 1 - 1
opencl/pathfinder/run-gpu

@@ -1 +1 @@
-./pathfinder -r 100000 -c 100 -h 20 -p 0 -d 0 -g 1
+./pathfinder -r 10000 -c 100 -h 20 -p 0 -d 0 -g 1

+ 1 - 1
opencl/streamcluster/run-cpu

@@ -1 +1 @@
-./streamcluster 10 20 16 65536 65536 1000 none output.txt 4 -p 1 -d 0 -t cpu
+./streamcluster 10 20 16 65536 65536 1000 none output.txt 1 -p 1 -d 0 -t cpu

+ 1 - 1
opencl/streamcluster/run-gpu

@@ -1 +1 @@
-./streamcluster 10 20 16 65536 65536 1000 none output.txt 4 -p 0 -d 0 -t gpu
+./streamcluster 10 20 16 65536 65536 1000 none output.txt 1 -p 0 -d 0 -t gpu