awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jamesstringer90 avatar

jamesstringer90/Easy-GPU-PVArchived

0
View on GitHub↗
5,586 星标·550 分支·PowerShell·2 次浏览

Easy GPU PV

Easy-GPU-PV 是一套管理工具集,用于验证硬件兼容性并自动化在虚拟化 Windows 环境中部署分区图形加速。它作为一个资源编排器和管理器,用于配置具有分区图形处理单元的虚拟机。

该项目专注于 Windows GPU 分区,使单个物理显卡能够跨多个虚拟化系统共享硬件加速。它通过自动化主机硬件和软件的配置来实现这一点,从而允许虚拟化环境访问图形处理单元。

该系统管理端到端的配置过程,涵盖硬件兼容性验证、虚拟机图形设置以及主机与客户机系统之间的驱动程序同步。它利用基于注册表的分区和脚本化系统自动化来处理资源分配和先决条件验证。

Features

  • Windows GPU Partitioning - Divides a single physical graphics card to share hardware acceleration across multiple virtual machines on Windows.
  • Graphics-Accelerated VM Provisioning - Creates and configures virtualized systems with the necessary drivers and settings for hardware-accelerated graphics.
  • GPU Resource Orchestrators - Functions as a system to dynamically manage, partition, and allocate GPU hardware across virtualized workloads.
  • Automated Provisioning Tools - Provides tools to automate the creation and configuration of virtual machine instances from scratch.
  • Driver Binary Synchronization - Synchronizes graphics driver binaries from the host system to virtualized environments to ensure hardware compatibility.
  • GPU Resource Virtualization - Implements technologies for partitioning physical GPU hardware into multiple virtual devices for shared use.
  • Virtualization Management - Provides an administrative layer for managing the partitioning of physical GPU hardware into virtual slices.
  • Virtualized Driver Synchronization - Synchronizes and updates graphics drivers across host and guest systems to maintain hardware compatibility.
  • Hardware Partitioning Systems - Implements mechanisms for deploying software instances across GPU hardware partitions managed by a hypervisor.
  • Registry-Based GPU Partitioning - Configures graphics resource allocation by manipulating low-level Windows registry entries.
  • Tooling Prerequisite Validations - Validates that system hardware capabilities and software versions meet the requirements for virtualization.
  • System Configuration Scripts - Uses PowerShell scripts and registry edits to configure Windows features for hardware virtualization.
  • Hardware Compatibility Checkers - Verifies system hardware and software against requirements for GPU-accelerated virtualization.

Star 历史

jamesstringer90/easy-gpu-pv 的 Star 历史图表jamesstringer90/easy-gpu-pv 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Easy GPU PV 的开源替代方案

相似的开源项目,按与 Easy GPU PV 的功能重合度排序。
  • project-hami/hamiProject-HAMi 的头像

    Project-HAMi/HAMi

    3,028在 GitHub 上查看↗

    HAMi is a hardware orchestration and virtualization system designed to manage accelerators within Kubernetes. It functions as a device plugin that partitions physical hardware into isolated virtual slices, enabling multiple containers to share a single device through enforced memory limits and compute quotas. The project provides a virtualization manager and a heterogeneous compute scheduler that distributes tasks across diverse accelerator types. It uses packing and topology policies to optimize workload placement and allows for specific hardware targeting using unique device identifiers. T

    Goascendcambriconcncf
    在 GitHub 上查看↗3,028
  • justsenger/exhypervJustsenger 的头像

    Justsenger/ExHyperV

    4,285在 GitHub 上查看↗

    ExHyperV is a suite of administrative tools designed for managing advanced Hyper-V configurations, specifically focusing on GPU partitioning, device passthrough, and virtual network switches. It provides a graphical interface to configure virtual machine resources and optimize hypervisor settings. The project is distinguished by its ability to share physical graphics card resources across multiple virtual machines using paravirtualization and partitioning. It also provides specialized utilities for assigning PCIe devices and USB peripherals directly to guest machines for exclusive access. Th

    C#
    在 GitHub 上查看↗4,285
  • clearml/clearmlclearml 的头像

    clearml/clearml

    6,740在 GitHub 上查看↗

    ClearML is a comprehensive MLOps platform designed to manage the end-to-end machine learning lifecycle, from initial experimentation to production deployment. It provides a suite of integrated tools including a pipeline orchestrator for automating workflows, an experiment tracking tool for logging hyperparameters and metrics, and a metadata-driven data versioning system for managing large-scale datasets and model artifacts. The platform is distinguished by its advanced compute management and serving capabilities. It features a GPU compute manager that supports fractional resource slicing and

    Python
    在 GitHub 上查看↗6,740
  • cortexlabs/cortexcortexlabs 的头像

    cortexlabs/cortex

    8,013在 GitHub 上查看↗

    Cortex is a Kubernetes-based machine learning infrastructure platform designed for deploying, scaling, and managing models and workloads. It functions as a serverless inference engine and GPU cluster orchestrator, providing the tools necessary to execute real-time, asynchronous, and batch model predictions. The platform utilizes declarative infrastructure-as-code for provisioning model clusters and environments. It optimizes operational costs by elastically scaling CPU and GPU resources through the use of spot instances. The system covers a broad set of operational capabilities, including wo

    Goinfrastructuremachine-learning
    在 GitHub 上查看↗8,013
查看 Easy GPU PV 的所有 30 个替代方案→

常见问题解答

jamesstringer90/easy-gpu-pv 是做什么的?

Easy-GPU-PV 是一套管理工具集,用于验证硬件兼容性并自动化在虚拟化 Windows 环境中部署分区图形加速。它作为一个资源编排器和管理器,用于配置具有分区图形处理单元的虚拟机。

jamesstringer90/easy-gpu-pv 的主要功能有哪些?

jamesstringer90/easy-gpu-pv 的主要功能包括:Windows GPU Partitioning, Graphics-Accelerated VM Provisioning, GPU Resource Orchestrators, Automated Provisioning Tools, Driver Binary Synchronization, GPU Resource Virtualization, Virtualization Management, Virtualized Driver Synchronization。

jamesstringer90/easy-gpu-pv 有哪些开源替代品?

jamesstringer90/easy-gpu-pv 的开源替代品包括: project-hami/hami — HAMi is a hardware orchestration and virtualization system designed to manage accelerators within Kubernetes. It… justsenger/exhyperv — ExHyperV is a suite of administrative tools designed for managing advanced Hyper-V configurations, specifically… clearml/clearml — ClearML is a comprehensive MLOps platform designed to manage the end-to-end machine learning lifecycle, from initial… fedml-ai/fedml — FedML is a distributed machine learning training library, federated learning framework, and GPU workload orchestrator.… cortexlabs/cortex — Cortex is a Kubernetes-based machine learning infrastructure platform designed for deploying, scaling, and managing… apache/cloudstack — CloudStack is an infrastructure-as-a-service orchestration engine designed to automate the deployment and lifecycle of…