GPU performance tests

Is there a way to test GPU maximum performance for Drive px2 AutoChauffeur by provinding it with some heavy computations. Is there any application or code to do that.

Dear Swetha,
Matrix multiplication is one metric to get performance numbers. Please check CUDA Matrix Multiplication sample. You need to try with large matrix size to know the TFlops.

Thank you. Is thera a way i can see the performance other than with tegrastats.

Dear swetha,
Tegra stats just shows CPU/GPU utilization. You can use Tegra system profiler to know the performance bottlenecks of your kernel in detail. But if you just want to get Tflops, You have calculate it manually(Number of operations/Time taken by kernel)