Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bfd7d505 authored by JACQUOT Pierre's avatar JACQUOT Pierre
Browse files

[wikigen][hardware] Add Ice Lake architecture to the architecture hash.

parent 3fac009e
No related branches found
No related tags found
1 merge request!454Toulouse
...@@ -356,6 +356,7 @@ class G5KHardwareGenerator < WikiGenerator ...@@ -356,6 +356,7 @@ class G5KHardwareGenerator < WikiGenerator
'Zen 2' => '2019', 'Zen 2' => '2019',
'Cascade Lake-SP' => '2019', 'Cascade Lake-SP' => '2019',
'Vulcan' => '2018', 'Vulcan' => '2018',
'Ice Lake' => '2021',
} }
date = release_dates[microarchitecture] date = release_dates[microarchitecture]
raise "ERROR: microarchitecture not found: '#{microarchitecture}'. Add in hardware.rb" if date.nil? raise "ERROR: microarchitecture not found: '#{microarchitecture}'. Add in hardware.rb" if date.nil?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment