How does hardware acceleration work with containers?
At Toradex we build Torizon OS, which is a container-based embedded system. What do we mean by that? It means that the applications run in isolated environments called containers.This begs the question: how do we access hardware resources like GPIOs from inside the containers, or even worse, how do we get GPU acceleration inside the containers?To run GPU accelerated applications on Linux in general you need some components in the userspace and some other components in the kernel space. So when y...
Read more at torizon.github.io