<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Detecting a Core CPU in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Detecting-a-Core-CPU/m-p/865252#M2667</link>
    <description>&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Hello,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Here is an answer from our engineers:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Unless Allendale has a different CPUID, you cannot tell an Allendale from a Conroe-based on CPUID alone. The same is true with Conroe and Kentsfield. When we get to G-step they all have the same CPUID and the issue problem still exists.&lt;BR /&gt;&lt;BR /&gt;An algorithm to determine one processor from another with the same CPUID gets very complex. That is the main reason that Brand String was implemented. You might be able to look at the 4-digit processor number and associate the CPUID &amp;amp; the processor number to get the correct code name, but Intel frowns upon applications printing out internal code names.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;You might find this pre-existing thread in our Intel Software Network forums helpful at &lt;/FONT&gt;&lt;A href="https://community.intel.com/en-us/forums//topic/52684"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://software.intel.com/en-us/forums//topic/52684" target="_blank"&gt;http://software.intel.com/en-us/forums//topic/52684&lt;/A&gt;&lt;FONT face="Arial" size="2"&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;More information is available in the Intel 64 and IA-32 Architectures Software Developer's Manual at &lt;/FONT&gt;&lt;A href="http://www.intel.com/design/processor/manuals/253666.pdf"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://www.intel.com/design/processor/manuals/253666.pdf" target="_blank"&gt;http://www.intel.com/design/processor/manuals/253666.pdf&lt;/A&gt;&lt;FONT face="Arial" size="2"&gt;, page 202.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Gina B.&lt;BR /&gt;Intel Software Network Support&lt;BR /&gt;&lt;/FONT&gt;&lt;A href="http://www.intel.com/software"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://www.intel.com/software" target="_blank"&gt;http://www.intel.com/software&lt;/A&gt;&lt;BR /&gt;&lt;FONT face="Arial" size="2"&gt;email: &lt;/FONT&gt;&lt;A href="mailto:ISN.support@intel.com"&gt;&lt;FONT face="Arial" size="2"&gt;ISN.support@intel.com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Intel is a registered trademark of Intel Corporation or its subsidiaries in the United States and other countries. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;*Other names and brands may be claimed as the property of others.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Apr 2007 20:37:05 GMT</pubDate>
    <dc:creator>Intel_Software_Netw1</dc:creator>
    <dc:date>2007-04-30T20:37:05Z</dc:date>
    <item>
      <title>Detecting a Core CPU</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Detecting-a-Core-CPU/m-p/865251#M2666</link>
      <description>&lt;P&gt;I am writing an application collecting info on user's CPU. The app should detect Core 2 based CPU , core's name( Allendale, Conroe, etc),Tjmax temp etc,stepping,etc. How the app (using CPUID) can find out what is the core's stepping (B2,L2,B3)? On Intel's CPU list there's afield called"CPUID String" and there is theID number of the core (6F6 for Conroe, 6F2 for Allendale and 6F7 for Kentsfield). And my question is: How to get the number on user's CPU? I'm asking about that because I'd like to use that as a base of CPU recognition. BTW Is there a better method of detecting the core name ? &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2007 11:39:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Detecting-a-Core-CPU/m-p/865251#M2666</guid>
      <dc:creator>tdw1</dc:creator>
      <dc:date>2007-04-30T11:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting a Core CPU</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Detecting-a-Core-CPU/m-p/865252#M2667</link>
      <description>&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Hello,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Here is an answer from our engineers:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Unless Allendale has a different CPUID, you cannot tell an Allendale from a Conroe-based on CPUID alone. The same is true with Conroe and Kentsfield. When we get to G-step they all have the same CPUID and the issue problem still exists.&lt;BR /&gt;&lt;BR /&gt;An algorithm to determine one processor from another with the same CPUID gets very complex. That is the main reason that Brand String was implemented. You might be able to look at the 4-digit processor number and associate the CPUID &amp;amp; the processor number to get the correct code name, but Intel frowns upon applications printing out internal code names.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;You might find this pre-existing thread in our Intel Software Network forums helpful at &lt;/FONT&gt;&lt;A href="https://community.intel.com/en-us/forums//topic/52684"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://software.intel.com/en-us/forums//topic/52684" target="_blank"&gt;http://software.intel.com/en-us/forums//topic/52684&lt;/A&gt;&lt;FONT face="Arial" size="2"&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;More information is available in the Intel 64 and IA-32 Architectures Software Developer's Manual at &lt;/FONT&gt;&lt;A href="http://www.intel.com/design/processor/manuals/253666.pdf"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://www.intel.com/design/processor/manuals/253666.pdf" target="_blank"&gt;http://www.intel.com/design/processor/manuals/253666.pdf&lt;/A&gt;&lt;FONT face="Arial" size="2"&gt;, page 202.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Gina B.&lt;BR /&gt;Intel Software Network Support&lt;BR /&gt;&lt;/FONT&gt;&lt;A href="http://www.intel.com/software"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://www.intel.com/software" target="_blank"&gt;http://www.intel.com/software&lt;/A&gt;&lt;BR /&gt;&lt;FONT face="Arial" size="2"&gt;email: &lt;/FONT&gt;&lt;A href="mailto:ISN.support@intel.com"&gt;&lt;FONT face="Arial" size="2"&gt;ISN.support@intel.com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Intel is a registered trademark of Intel Corporation or its subsidiaries in the United States and other countries. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;*Other names and brands may be claimed as the property of others.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2007 20:37:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Detecting-a-Core-CPU/m-p/865252#M2667</guid>
      <dc:creator>Intel_Software_Netw1</dc:creator>
      <dc:date>2007-04-30T20:37:05Z</dc:date>
    </item>
  </channel>
</rss>

