devices
devices copied to clipboard
Device plugins for Volcano, e.g. GPU
as the issue #1181 Is this a BUG REPORT or FEATURE REQUEST?: Uncomment only one, leave it on its own line: /kind feature Currently, only one gpu device will be...
Currently, we did not support prow for this repo which make it unconvience for contributors :)
As we're going to support different devices, so prefer to iolated the code by directory; and share the common util at package, e.g. pkg/common.
# Motivation Volcano v1.9.0 introduces Capacity scheduling capabilities, which makes it possible to configure different quotas for different types of GPU queues (important in production environments). For example: ```yaml apiVersion:...
Deploying different types of GPU on the same nodes is very common in production environment. However it is not supported in device plugin so far. We are going to support...
Is it possible to run the volcano device plugin on containerd? If so, how? We got the message: Loading NVML Failed to initialize NVML: could not load NVML library. If...
是否可以通过在 job 的spec 中添加 nvidia.com/a100 或者nvidia.com/gpu-type: a100 将job 调度到指定的显卡上
release1.1 Can this version be used