Skip to content

Commit 8fd9241

Browse files
committed
Update readme with information about cuda and gpu card
Signed-off-by: thomassong <[email protected]>
1 parent 6aff055 commit 8fd9241

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@
44
[![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/)
55
[![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)
66

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).
1111

1212
## Build
1313

1414
```
1515
IMAGE_FILE=<your image name without version> ./build-img.sh
1616
```
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

0 commit comments

Comments
 (0)