Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grid5000
reference-repository
Commits
2c624e39
Commit
2c624e39
authored
1 year ago
by
POUILLOUX Laurent
Browse files
Options
Downloads
Patches
Plain Diff
[gpu] add uarch date to sort wiki table
parent
7e9a4d76
No related branches found
No related tags found
1 merge request
!557
Add total gpu cores in summary
Pipeline
#861631
passed
1 year ago
Stage: lint
Stage: validate
Stage: generate
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/refrepo/gen/wiki/generators/hardware.rb
+10
-1
10 additions, 1 deletion
lib/refrepo/gen/wiki/generators/hardware.rb
with
10 additions
and
1 deletion
lib/refrepo/gen/wiki/generators/hardware.rb
+
10
−
1
View file @
2c624e39
...
...
@@ -209,7 +209,7 @@ class G5KHardwareGenerator < WikiGenerator
data
[
'acc_models'
][
key
][
site_uid
]
+=
1
if
acc_type
==
:GPU
key
=
[
vendor
,
model
,
microarchitecture
,
{
text:
"
#{
mem
}
GB"
,
sort:
mem
},
compute_capability
]
key
=
[
vendor
,
model
,
{
text:
microarchitecture
,
sort:
get_date
(
microarchitecture
)
+
', '
+
microarchitecture
},
{
text:
"
#{
mem
}
GB"
,
sort:
mem
},
compute_capability
]
init
(
data
,
'gpu_cores'
,
key
)
data
[
'gpu_cores'
][
key
][
site_uid
]
+=
cores
end
...
...
@@ -357,6 +357,15 @@ class G5KHardwareGenerator < WikiGenerator
'Vulcan'
=>
'2018'
,
'Ice Lake'
=>
'2021'
,
'Carmel'
=>
'2018'
,
'Vega20'
=>
'2018'
,
'Ampere'
=>
'2020'
,
'Turing'
=>
'2018'
,
'Maxwell'
=>
'2014'
,
'Kepler'
=>
'2012'
,
'Pascal'
=>
'2016'
,
'Volta'
=>
'2017'
,
'Fermi'
=>
'2010'
,
'Tegra'
=>
'2018'
}
date
=
release_dates
[
microarchitecture
]
raise
"ERROR: microarchitecture not found: '
#{
microarchitecture
}
'. Add in hardware.rb"
if
date
.
nil?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment