I program on both shield tablet k1 and jetson k1. I found somethink strange about the processing duration between shield tablet and jetson k1.
For the same program between android and ubuntu there is a huge difference. For example a simple sobel image processing takes about 2ms but on the jetson it takes 8ms.
Why there are so huge difference between these architecture?
I just add the programs I use on Android and Jetson on my github.
For the version of my Jetson, it is a trusty version : (from the uname -a command)
Linux tegra-ubuntu 3.10.40-gdacac96 #1 SMP PPREEMPT Thu Jun 25 15:25:11 PDT armv7l armv7l armv7l GNU/Linux
I use the 6.5 cuda-toolkit on the Jetson and on the Shield.
I try to put the “Performance mode” on my Jetson but it doesn’t change the process’s duration.
I just add the duration on each platform on the github folder.
I think I forget to say that the sobel processing is made on cuda kernel.
On the shield tablet the sobel kernel take on average 2ms and on the jetson it takes 8ms.