Skip to content

Commit

Permalink
GPU-Support: Add RTX 3080
Browse files Browse the repository at this point in the history
  • Loading branch information
yondonfu committed Nov 14, 2020
1 parent 11ec15e commit 6394c2f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions GPU-SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ Livepeer enables node operators to transcode video on GPUs while concurrently mi
* Livepeer supports transcoding on NVIDIA GPUs with NVENC/NVDEC. Any GPU [listed here](https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new) with those chips should theoretically work. Note that different models may be subject to different session limits that restrict the amount of video that can be transcoded.
* See [this document which lists tested driver versions](https://github.com/livepeer/go-livepeer/blob/master/doc/gpu.md) on the NVIDIA cards.

| GPU Model | Tested Transcoding | Tested Concurrent Ethash Mining | Notes |
|------------|--------------------|--------------------------|---------|
| NVIDIA GeForce GTX 1060 | :white_check_mark: | :white_check_mark: | |
| NVIDIA GeForce GTX 1070 | :white_check_mark: | | |
| NVIDIA GeForce GTX 1070 Ti | :white_check_mark: | :white_check_mark: | |
| NVIDIA GeForce GTX 1080 | :white_check_mark: | | |
| NVIDIA GeForce GTX 1080 Ti | :white_check_mark: | | |
| NVIDIA Tesla T4 | :white_check_mark: | | |
| NVIDIA GeForce GTX 1660 Ti | :white_check_mark: | | |
| NVIDIA GeForce GTX 1660 SUPER | :white_check_mark: | | |
| GPU Model | Tested Transcoding | Tested Concurrent Ethash Mining | Notes |
| ----------------------------- | ------------------ | ------------------------------- | ------------------------------------------------------------------------------------------------------ |
| NVIDIA GeForce GTX 1060 | :white_check_mark: | :white_check_mark: | |
| NVIDIA GeForce GTX 1070 | :white_check_mark: | | |
| NVIDIA GeForce GTX 1070 Ti | :white_check_mark: | :white_check_mark: | |
| NVIDIA GeForce GTX 1080 | :white_check_mark: | | |
| NVIDIA GeForce GTX 1080 Ti | :white_check_mark: | | |
| NVIDIA Tesla T4 | :white_check_mark: | | |
| NVIDIA GeForce GTX 1660 Ti | :white_check_mark: | | |
| NVIDIA GeForce GTX 1660 SUPER | :white_check_mark: | | |
| NVIDIA GeForce RTX 3080 | :white_check_mark: | :white_check_mark: | [Benchmarks](https://forum.livepeer.org/t/dual-ethash-mining-transcoding-w-rtx-3080-10g-cuda-mps/1161) |

0 comments on commit 6394c2f

Please sign in to comment.