File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/tkestack/vcuda-controller.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/tkestack/vcuda-controller/alerts/ )
5
5
[ ![ Language grade: C/C++] ( https://img.shields.io/lgtm/grade/cpp/g/tkestack/vcuda-controller.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/tkestack/vcuda-controller/context:cpp )
6
6
7
- This project is a wrapper of NVIDIA driver library, it's a component of [ gpu-manager ] ( https://github.com/tkestack/gpu-manager ) which
8
- 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
9
- refer to our paper [ here ] ( https://ieeexplore.ieee.org/abstract/document/8672318 ) .
10
-
7
+ This project is a wrapper of NVIDIA driver library, it's a component
8
+ of [ gpu-manager ] ( https://github.com/tkestack/gpu-manager ) which makes Kubernetes can not only run more than one Pod on
9
+ the same GPU, but also give QoS guaranteed to each Pod. For more details, please refer to our
10
+ paper [ here ] ( https://ieeexplore.ieee.org/abstract/document/8672318 ) .
11
11
12
12
## Build
13
13
14
14
```
15
15
IMAGE_FILE=<your image name without version> ./build-img.sh
16
16
```
17
+
18
+ ## CUDA/GPU support information
19
+
20
+ CUDA 11.5.1 and before are supported
21
+
22
+ Any architecture of GPU after Kepler are supported
You can’t perform that action at this time.
0 commit comments