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.
@@ -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
-./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
-./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
-./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
-./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
-./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
-./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
-./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
-./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