awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesGPU Runtime Wrappers

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.

Awesome GPU Runtime Wrappers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nvidia/nvidia-dockerAvatar von NVIDIA

    NVIDIA/nvidia-docker

    17,496Auf GitHub ansehen↗

    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.

    cudadockergpu
    Auf GitHub ansehen↗17,496
  • feralinteractive/gamemodeAvatar von FeralInteractive

    FeralInteractive/gamemode

    5,700Auf GitHub ansehen↗

    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.

    Clinuxvideogames
    Auf GitHub ansehen↗5,700
  • nvidia/nvidia-container-toolkitAvatar von NVIDIA

    NVIDIA/nvidia-container-toolkit

    4,426Auf GitHub ansehen↗

    Das NVIDIA GPU Container Toolkit ist eine Reihe von Tools, die entwickelt wurden, um NVIDIA GPU-Beschleunigung innerhalb von OCI-konformen Containern für Rechen- und Grafik-Workloads zu ermöglichen. Es fungiert als OCI-Container-Runtime-Wrapper und Linux-GPU-Treiber-Brücke, die Host-NVIDIA-GPU-Treiber in den Container-Namespace mappt, um direkten Hardwarezugriff bereitzustellen. Das Toolkit enthält einen GPU-beschleunigten Container-Builder zur Erstellung von Images, die vorkonfiguriert sind, um Hardwarebeschleunigung zu nutzen. Dies ermöglicht die Integration von Grafikprozessoren in die Container-Umgebung sowohl für das Erstellen als auch für das Ausführen rechenintensiver Workloads. Das Projekt deckt eine Reihe von High-Performance-Computing-Domänen ab, einschließlich Workflows für das Training von KI-Modellen, GPU-basiertes Cloud-Computing und wissenschaftliche Simulationen.

    Functions as an OCI container runtime wrapper that automatically exposes host GPUs to isolated environments.

    Go
    Auf GitHub ansehen↗4,426
  1. Home
  2. DevOps & Infrastructure
  3. Container Runtime Wrappers
  4. GPU Runtime Wrappers

Unter-Tags erkunden

  • Hybrid Graphics WrappersWrappers that prepend a GPU selection command to process launches for hybrid graphics setups. **Distinct from GPU Runtime Wrappers:** Distinct from GPU Runtime Wrappers: focuses on prepending GPU selection commands for hybrid graphics, not container GPU exposure.