Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 97b03001 authored by BERARD Benjamin's avatar BERARD Benjamin
Browse files

Merge branch 'grouille' into 'master'

[nancy/grouille] Add GPU A100

See merge request !174
parents 1b41a746 055c4c18
No related branches found
No related tags found
1 merge request!174[nancy/grouille] Add GPU A100
Pipeline #211023 passed
......@@ -13,6 +13,7 @@ class GPURef
"GeForce GTX 980" => 2048,
"Tesla K40m" => 2880,
"Tesla T4" => 2560,
"A100-PCIE-40GB" => 6912,
}
@@new_gpu_names2old_ones = {
......@@ -27,6 +28,7 @@ class GPURef
"GeForce GTX 980" => "GTX 980",
"Tesla K40m" => "Tesla K40M",
"Tesla T4" => "Tesla T4",
"A100-PCIE-40GB" => "A100"
}
def self.getNumberOfCoresFor(model)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment