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
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
grid5000
reference-repository
Commits
007e0e74
Commit
007e0e74
authored
1 year ago
by
Pierre Neyron
Committed by
POUILLOUX Laurent
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[wiki:hw] only show the compute capability column in the GPU table
parent
4636d35c
No related branches found
No related tags found
1 merge request
!539
Fix wiki hw sort
Pipeline
#860705
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
+1
-1
1 addition, 1 deletion
lib/refrepo/gen/wiki/generators/hardware.rb
with
1 addition
and
1 deletion
lib/refrepo/gen/wiki/generators/hardware.rb
+
1
−
1
View file @
007e0e74
...
@@ -261,7 +261,7 @@ class G5KHardwareGenerator < WikiGenerator
...
@@ -261,7 +261,7 @@ class G5KHardwareGenerator < WikiGenerator
generated_content
+=
"
\n
== Accelerator counts per type ==
\n
"
generated_content
+=
"
\n
== Accelerator counts per type ==
\n
"
table_columns
=
[
'Vendor'
,
'Type'
]
+
sites
+
[
'Accelerators total'
]
table_columns
=
[
'Vendor'
,
'Type'
]
+
sites
+
[
'Accelerators total'
]
generated_content
+=
MW
.
generate_table
(
table_options
,
table_columns
,
get_table_data
(
data
,
'acc_families'
))
generated_content
+=
MW
.
generate_table
(
table_options
,
table_columns
,
get_table_data
(
data
,
'acc_families'
))
table_columns
=
[
'Vendor'
,
'Type'
,
'Model'
,
'Memory'
,
'Compute capability'
]
+
sites
+
[
'Accelerators total'
]
table_columns
=
[
'Vendor'
,
'Type'
,
'Model'
,
'Memory'
]
+
sites
+
[
'Accelerators total'
]
generated_content
+=
"
\n
== Accelerator counts per model ==
\n
"
generated_content
+=
"
\n
== Accelerator counts per model ==
\n
"
generated_content
+=
MW
.
generate_table
(
table_options
,
table_columns
,
get_table_data
(
data
,
'acc_models'
))
generated_content
+=
MW
.
generate_table
(
table_options
,
table_columns
,
get_table_data
(
data
,
'acc_models'
))
generated_content
+=
"
\n
== GPU core counts per GPU model ==
\n
"
generated_content
+=
"
\n
== GPU core counts per GPU model ==
\n
"
...
...
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