3 repository-uri
Container runtime wrappers that automatically expose host graphics processing units to isolated environments.
Distinct from Container Runtime Wrappers: Distinct from Container Runtime Wrappers: focuses on GPU-specific hardware exposure rather than general engine management.
Explore 3 awesome GitHub repositories matching devops & infrastructure · GPU Runtime Wrappers. Refine with filters or upvote what's useful.
NVIDIA Docker is a container runtime wrapper that enables the use of host-level graphics processing units within isolated container environments. It functions as a containerized GPU orchestrator, mapping physical hardware resources into virtualized environments to support high-performance computing and machine learning workloads. The project provides a toolkit that facilitates integration between containerized applications and host-level graphics hardware. By utilizing a pre-start hook to intercept container creation, the runtime injects necessary device drivers and libraries into the isolate
Wraps container runtimes to automatically expose host graphics processing units for hardware-accelerated tasks.
GameMode is a Linux system daemon that automatically applies CPU, GPU, and I/O performance optimizations when a game starts and reverts them when the game exits. It coordinates system-level tweaks by reading a plain-text configuration file, switching the CPU frequency scaling governor to performance mode, adjusting the I/O scheduler for low latency, and setting the graphics card to a high-performance power state through direct sysfs or driver interface writes. The project includes a daemon that communicates with game launchers via Unix domain sockets, a hybrid GPU launcher that wraps game exe
Prepends a GPU selection command to game launches to ensure optimizations target the correct graphics adapter.
NVIDIA GPU Container Toolkit este un set de instrumente conceput pentru a permite accelerarea GPU NVIDIA în containere conforme cu OCI pentru sarcini de calcul și grafică. Funcționează ca un wrapper de runtime pentru containere OCI și o punte pentru driverele GPU Linux, mapând driverele NVIDIA GPU ale gazdei în namespace-ul containerului pentru a oferi acces direct la hardware. Toolkit-ul include un builder de containere cu accelerare GPU pentru crearea de imagini pre-configurate să utilizeze accelerarea hardware. Acest lucru permite integrarea unităților de procesare grafică în mediul containerului atât pentru construirea, cât și pentru rularea sarcinilor de calcul intensiv. Proiectul acoperă o gamă de domenii de calcul de înaltă performanță, inclusiv fluxuri de lucru pentru antrenarea modelelor AI, cloud computing bazat pe GPU și simulări științifice.
Functions as an OCI container runtime wrapper that automatically exposes host GPUs to isolated environments.