<?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 How to disable Turbo boost Max 3.0 programmatically ? in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/How-to-disable-Turbo-boost-Max-3-0-programmatically/m-p/1138639#M6575</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;

&lt;P&gt;I'm working on software which doesn't have any benefits from Turbo boost 3.0.&lt;/P&gt;

&lt;P&gt;Moreover we have user complaints when&amp;nbsp;Turbo boost 3.0 works &lt;SPAN style="font-size: 13.008px;"&gt;inadequately with our product.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Can we disable&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;Turbo boost 3.0 for our software&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;programmatically&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;?&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Maksim Popov&lt;/P&gt;</description>
    <pubDate>Sun, 10 Jun 2018 07:14:31 GMT</pubDate>
    <dc:creator>Popov__Maxim</dc:creator>
    <dc:date>2018-06-10T07:14:31Z</dc:date>
    <item>
      <title>How to disable Turbo boost Max 3.0 programmatically ?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/How-to-disable-Turbo-boost-Max-3-0-programmatically/m-p/1138639#M6575</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;

&lt;P&gt;I'm working on software which doesn't have any benefits from Turbo boost 3.0.&lt;/P&gt;

&lt;P&gt;Moreover we have user complaints when&amp;nbsp;Turbo boost 3.0 works &lt;SPAN style="font-size: 13.008px;"&gt;inadequately with our product.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Can we disable&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;Turbo boost 3.0 for our software&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;programmatically&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;?&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Maksim Popov&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jun 2018 07:14:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/How-to-disable-Turbo-boost-Max-3-0-programmatically/m-p/1138639#M6575</guid>
      <dc:creator>Popov__Maxim</dc:creator>
      <dc:date>2018-06-10T07:14:31Z</dc:date>
    </item>
    <item>
      <title>According to Volume 4 of the</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/How-to-disable-Turbo-boost-Max-3-0-programmatically/m-p/1138640#M6576</link>
      <description>&lt;P&gt;According to Volume 4 of the Intel Architectures Software Developer's Manual (document 335592), writing "1" to bit 38 of IA32_MISC_ENABLE (MSR 0x1a0) will disable Turbo mode for the package on several generations of Intel processors.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 20:35:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/How-to-disable-Turbo-boost-Max-3-0-programmatically/m-p/1138640#M6576</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2018-06-18T20:35:32Z</dc:date>
    </item>
    <item>
      <title>Hi John,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/How-to-disable-Turbo-boost-Max-3-0-programmatically/m-p/1138641#M6577</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;

&lt;P&gt;Thank you for the answer.&lt;/P&gt;

&lt;P&gt;As I found here:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;&lt;A href="https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-3b-part-2-manual.pdf" target="_blank"&gt;https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-3b-part-2-manual.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;14.3.2.1&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;"Opportunistic processor performance operation can be disabled by setting bit 38 of IA32_MISC_ENABLE. This mechanism is intended for BIOS only" - it is for BIOS only and it will affect all the system, not only our software.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Also I'm talking about "Turbo boost Max 3.0" which is more software than hardware as I understand. At least&amp;nbsp;Turbo boost Max 3.0 has software part which analyzes running software and workloads. I would like that "Turbo boost Max 3.0" doesn't affect our software at all.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 03:34:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/How-to-disable-Turbo-boost-Max-3-0-programmatically/m-p/1138641#M6577</guid>
      <dc:creator>Popov__Maxim</dc:creator>
      <dc:date>2018-06-19T03:34:23Z</dc:date>
    </item>
  </channel>
</rss>

