We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403a6e8 commit 084bb01Copy full SHA for 084bb01
src/platforms/intel/intel_processors_xeon.jl
@@ -304,6 +304,7 @@ abstract type IntelXeon_E_2286M <: IntelXeon_E end; export IntelXeon_E_2286M
304
abstract type IntelXeon_8164 <: IntelXeon_Scalable end; export IntelXeon_8164
305
abstract type IntelXeon_8168 <: IntelXeon_Scalable end; export IntelXeon_8168
306
abstract type IntelXeon_8170 <: IntelXeon_Scalable end; export IntelXeon_8170
307
+ abstract type IntelXeon_8175 <: IntelXeon_Scalable end; export IntelXeon_8175
308
abstract type IntelXeon_8176 <: IntelXeon_Scalable end; export IntelXeon_8176
309
abstract type IntelXeon_8176F <: IntelXeon_Scalable end; export IntelXeon_8176F
310
abstract type IntelXeon_8180 <: IntelXeon_Scalable end; export IntelXeon_8180
0 commit comments