cancel
Showing results for 
Search instead for 
Did you mean: 

PC Processors

Keisher
Journeyman III

CPU specification

Hi everyone. I have a job to modify code to add new CPU model list  for testing. I also need to add the corresponding model family no. to dictionary.  However, I don't know some of the  composition of the  model family no. There are some examples of CPU model with its corresponding model family no.: {  'EPYC 9654' : '19_10-1F' ; '100-000000479-13' : '19_40-7B'}.  I know the meaning of first two numbers , which stands for xxh family and xxh model. I would like to know what's the meaning of the third number (as example, 1F of  'EPYC 9654') and how to find out the information of this number of  (new CPU model I need to add: 'EPYC 9354') . Sorry for my bad English. Thank you very much.

0 Likes
1 Solution
misterj
Big Boss

Keisher, maybe this will help. John.

View solution in original post

2 Replies
misterj
Big Boss

Keisher, maybe this will help. John.

Thank for your suggestion,  it was my misunderstanding of the code, I solved the problem.

0 Likes