Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f3b869bb authored by Baptiste Jonglez's avatar Baptiste Jonglez
Browse files

[lib] [gpu] Add GPU reference of drac cluster

parent 4cdcaa4a
No related branches found
No related tags found
No related merge requests found
Pipeline #188215 passed
......@@ -5,6 +5,7 @@ class GPURef
"GeForce RTX 2080 Ti" => 4352,
"GeForce GTX 1080 Ti" => 3584,
"Tesla P100-PCIE-16GB" => 3584,
"Tesla P100-SXM2-16GB" => 3584,
"Tesla V100-PCIE-32GB" => 5120,
"Tesla V100-SXM2-32GB" => 5120,
"Tesla M2075" => 448,
......@@ -18,6 +19,7 @@ class GPURef
"GeForce RTX 2080 Ti" => "RTX 2080 Ti",
"GeForce GTX 1080 Ti" => "GTX 1080 Ti",
"Tesla P100-PCIE-16GB" => "Tesla P100",
"Tesla P100-SXM2-16GB" => "Tesla P100",
"Tesla V100-PCIE-32GB" => "Tesla V100",
"Tesla V100-SXM2-32GB" => "Tesla V100",
"Tesla M2075" => "Tesla M2075",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment