Browse Source

Changed benchmark parameters for XU3 compatibility

Modified some benchmark parameters for better compatibility with the
ODROID XU3, since after some tests on the board some benchmark seemed to
freeze because of too heavy computations.
Andrea Gussoni 8 years ago
parent
commit
eba45dccfb

+ 1 - 1
opencl/nn/run-cpu

@@ -1 +1 @@
-./nn filelist.txt -r 10 -lat 30 -lng 90 -p 1 -d 0 -g 0
+./nn filelist.txt -r 100000 -lat 30 -lng 90 -p 1 -d 0 -g 0

+ 1 - 1
opencl/nn/run-gpu

@@ -1 +1 @@
-./nn filelist.txt -r 10 -lat 30 -lng 90 -p 0 -d 0 -g 1
+./nn filelist.txt -r 100000 -lat 30 -lng 90 -p 0 -d 0 -g 1

+ 1 - 1
opencl/nn/run-gpu-primary

@@ -1 +1 @@
-./nn filelist.txt -r 10 -lat 30 -lng 90 -p 0 -d 0 -g 1
+./nn filelist.txt -r 100000 -lat 30 -lng 90 -p 0 -d 0 -g 1

+ 1 - 1
opencl/nn/run-gpu-secondary

@@ -1 +1 @@
-./nn filelist.txt -r 10 -lat 30 -lng 90 -p 0 -d 1 -g 1
+./nn filelist.txt -r 100000 -lat 30 -lng 90 -p 0 -d 1 -g 1

+ 1 - 1
opencl/nw/run-cpu

@@ -1 +1 @@
-./nw -r 6400 -x 10 -t ./nw.cl -p 1 -d 0 -g 0
+./nw -r 4096 -x 10 -t ./nw.cl -p 1 -d 0 -g 0

+ 1 - 1
opencl/nw/run-gpu

@@ -1 +1 @@
-./nw -r 6400 -x 10 -t ./nw.cl -p 0 -d 0 -g 1
+./nw -r 4096 -x 10 -t ./nw.cl -p 0 -d 0 -g 1

+ 1 - 1
opencl/nw/run-gpu-primary

@@ -1 +1 @@
-./nw -r 6400 -x 10 -t ./nw.cl -p 0 -d 0 -g 1
+./nw -r 4096 -x 10 -t ./nw.cl -p 0 -d 0 -g 1

+ 1 - 1
opencl/nw/run-gpu-secondary

@@ -1 +1 @@
-./nw -r 6400 -x 10 -t ./nw.cl -p 0 -d 1 -g 1
+./nw -r 4096 -x 10 -t ./nw.cl -p 0 -d 1 -g 1

+ 1 - 1
opencl/streamcluster/run-cpu

@@ -1 +1 @@
-./streamcluster 10 20 16 65536 65536 1000 none output.txt 1 -p 1 -d 0 -t cpu
+./streamcluster 10 20 256 16384 16384 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 1 -p 0 -d 0 -t gpu
+./streamcluster 10 20 256 16384 16384 1000 none output.txt 1 -p 0 -d 0 -t gpu

+ 1 - 1
opencl/streamcluster/run-gpu-primary

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

+ 1 - 1
opencl/streamcluster/run-gpu-secondary

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