awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • nvidia/nvidia-dockerAvatar NVIDIA

    NVIDIA/nvidia-docker

    17,496Vezi pe GitHub↗

    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
    Vezi pe GitHub↗17,496
  • feralinteractive/gamemodeAvatar FeralInteractive

    FeralInteractive/gamemode

    5,700Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,700
  • nvidia/nvidia-container-toolkitAvatar NVIDIA

    NVIDIA/nvidia-container-toolkit

    4,426Vezi pe GitHub↗

    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.

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

Explorează sub-etichetele

  • 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.