Skip to content

coldzerofear/vcuda-controller

 
 

Repository files navigation

Try using vgpu-manager to solve the scheduling and allocation problems of VGPU. It will solve some existing problems and add new features that you may be interested in.

vcuda-controller

Build Status Total alerts Language grade: C/C++

This project is a wrapper of NVIDIA driver library, it's a component of gpu-manager which makes Kubernetes can not only run more than one Pod on the same GPU, but also give QoS guaranteed to each Pod. For more details, please refer to our paper here.

Build

IMAGE_FILE=<your image name without version> ./build-img.sh

查找cuda新增函数

./find_new_lib.sh /lib/x86_64-linux-gnu/libcuda.so.535.54.03 /lib/x86_64-linux-gnu/libnvidia-ml.so.535.54.03

CUDA/GPU support information

CUDA 12.2.0 and before are supporteds

Any architecture of GPU after Kepler are supported

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Other 0.7%