Skip to content

Commit e5d1f07

Browse files
committed
Added DMR to platform config file
1 parent 4ed25dc commit e5d1f07

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/config/platform_config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,5 +232,14 @@
232232
"CoreType":"E-core",
233233
"IsHybrid":true,
234234
"DefaultLevel":2
235+
},
236+
{
237+
"Name": "Diamond Rapids",
238+
"ShortName": "DMR",
239+
"FileName": "DiamondRapids",
240+
"Core": "PantherCove",
241+
"CoreType": "P-core",
242+
"IsHybrid": false,
243+
"DefaultLevel": 2
235244
}
236245
]

0 commit comments

Comments
 (0)