Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 88cf8049 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

[gpu_ref] add Quadro RTX 8000 (abacus20)

parent 75238360
Branches
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@
NVIDIA = 'Nvidia'
MINIMAL_COMPUTE_CAPABILITY_SUPPORTED = 3.0
# Sources to fill this data:
# - https://en.wikipedia.org/wiki/List_of_Nvidia_graphics_processing_units
# - https://www.techpowerup.com/gpu-specs/
class GPURef
@@gpus = {
'GeForce RTX 2080 Ti' => {
......@@ -173,6 +176,18 @@ class GPURef
'fp-64' => 510000000000,
},
},
'Quadro RTX 8000' => {
'cores' => 4608,
'compute_capability' => '7.5',
'short_name' => 'Quadro RTX 8000',
'alias' => 'rtx8000',
'microarchitecture' => 'Turing',
'performance' => {
'fp-16' => 32620000000000,
'fp-32' => 16310000000000,
'fp-64' => 510000000000,
},
},
'Radeon Instinct MI50 32GB' => {
'cores' => 5120,
'short_name' => 'MI50',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment