Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9610c0a2 authored by Philippe Virouleau's avatar Philippe Virouleau
Browse files

Group GPU per short name

parent 8d8ab562
Branches
No related tags found
1 merge request!497wiki: Enrich information for hardware
Pipeline #850298 passed
......@@ -195,7 +195,7 @@ class G5KHardwareGenerator < WikiGenerator
vendor_families = "#{d['vendor']} GPU"
vendor = d['vendor']
cmodel = d['model']
model = cmodel
model = GPURef.model2shortname(cmodel)
nbcores = d['cores']
compute_capability = d['compute_capability']
cc_key = { text: compute_capability || "N/A", sort: compute_capability }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment