Mentions légales du service

Skip to content
Snippets Groups Projects
Commit db31432c authored by RINGOT Patrice's avatar RINGOT Patrice
Browse files

Add Cascade Lake architecture (gros)

parent 26e4d528
No related branches found
No related tags found
No related merge requests found
Pipeline #96024 passed
......@@ -318,7 +318,8 @@ class G5KHardwareGenerator < WikiGenerator
'Haswell' => '2013',
'Broadwell' => '2015',
'Skylake' => '2016',
'Zen' => '2017'
'Zen' => '2017',
'Cascade Lake-SP' => '2019',
}
date = release_dates[microarchitecture]
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