Technica-Corporation / Tegra-Docker

Instructions and key files to enable Docker support on NVIDIA Tegra devices, specifically the TX-2.
Apache License 2.0
234 stars 61 forks source link

Performance drop using docker on TX-2 #6

Closed ofirule closed 6 years ago

ofirule commented 6 years ago

We are trying to move our code to run on Docker with the GPU on the Jetson TX2, we managed to run it but the GPU performance is 50% of what we had before in terms of detection FPS (from 23FPS to 11FPS). We are using JetPack ver 3.2. Any help would be appriciated

kgdad commented 6 years ago

I haven't done any performance tests using docker on the TX2 and the GPU. Can you try running the particles demo from the CUDA samples in both directly on the host and in a container? The instructions for running in a container are at the bottom of this repository.

I was able to get similar performance in the container as I did out of the container.

ofirule commented 6 years ago

After further investigation we found out that the performance loss caused by some other issues, not related to docker, and after we fixed those we had similar performance using docker.

Sorry for the false alarm, thank you for your help