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
26a884a3
Commit
26a884a3
authored
1 year ago
by
LELAURAIN Julien
Browse files
Options
Downloads
Patches
Plain Diff
[input_loader][rennes][roazhon2] Add Intel Xeon 5120 CPU model to flops computation function
parent
51bb9fc9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/refrepo/input_loader.rb
+1
-1
1 addition, 1 deletion
lib/refrepo/input_loader.rb
with
1 addition
and
1 deletion
lib/refrepo/input_loader.rb
+
1
−
1
View file @
26a884a3
...
@@ -713,7 +713,7 @@ def get_flops_per_cycle(microarch, cpu_name, cluster_uid)
...
@@ -713,7 +713,7 @@ def get_flops_per_cycle(microarch, cpu_name, cluster_uid)
return
32
return
32
when
"Cascade Lake-SP"
,
"Skylake"
when
"Cascade Lake-SP"
,
"Skylake"
case
cpu_name
case
cpu_name
when
/Silver 4110/
,
/Gold 5218/
,
/Gold 5220/
,
/Gold 5118/
when
/Silver 4110/
,
/Silver 4214/
,
/Gold 5218/
,
/Gold 5220/
,
/Gold 5118/
,
/Gold 5120/
return
16
return
16
when
/Gold 6126/
,
/Gold 6130/
when
/Gold 6126/
,
/Gold 6130/
return
32
return
32
...
...
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