<?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 Hi Nils, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981224#M26158</link>
    <description>&lt;P&gt;Hi Nils,&lt;/P&gt;

&lt;P&gt;The Silvermont Core&amp;nbsp;(e.g. Baytrail)&amp;nbsp;doesn't use Hyperthreading. So setting the affinity to 2 cores&amp;nbsp;would just work for the privious hardware generation.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;BTW:&amp;nbsp;pretty&amp;nbsp;good CPI rate.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Alex&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2013 12:40:07 GMT</pubDate>
    <dc:creator>Alexander_W_Intel</dc:creator>
    <dc:date>2013-11-21T12:40:07Z</dc:date>
    <item>
      <title>Modifying thread affinity to improve performance</title>
      <link>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981221#M26155</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a math-intensive Android application here that does realtime audio generation. I generates sound data and this process is difficult if not impossible to modify to support multithreading.&lt;/P&gt;
&lt;P&gt;The test system is a dual core Atom SoC with hyperthreading.&lt;/P&gt;
&lt;P&gt;The problem that I'm facing is that the android scheduler keeps moving my thread around on multiple cores and the performance could be much better. I get a huge performance boost when I set the affinity of the thread to a single core.&lt;/P&gt;
&lt;P&gt;Would you recommend to do it that way on mobile devices or is this a "no go"?&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Nils&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2013 14:25:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981221#M26155</guid>
      <dc:creator>Nils_S_</dc:creator>
      <dc:date>2013-11-12T14:25:29Z</dc:date>
    </item>
    <item>
      <title>Hi, it's very interesting, I</title>
      <link>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981222#M26156</link>
      <description>&lt;P&gt;Hi, it's very interesting, I don't know how you can make this, but I right now know is that your idea is amazing and nice!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2013 14:23:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981222#M26156</guid>
      <dc:creator>JLuna5</dc:creator>
      <dc:date>2013-11-15T14:23:29Z</dc:date>
    </item>
    <item>
      <title>Nils,</title>
      <link>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981223#M26157</link>
      <description>&lt;P&gt;Nils,&lt;/P&gt;

&lt;P&gt;really interesting question. I don't think setting the CPU affinity&amp;nbsp;is a No-Go, but it might impact the battery lifetime. If you have a noticeably better performance I&amp;nbsp;would set the affinity but revise this for future CPUs and&amp;nbsp;Android versions that are released.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hope this helps,&lt;BR /&gt;
	Alex&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 10:46:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981223#M26157</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2013-11-20T10:46:20Z</dc:date>
    </item>
    <item>
      <title>Hi Nils,</title>
      <link>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981224#M26158</link>
      <description>&lt;P&gt;Hi Nils,&lt;/P&gt;

&lt;P&gt;The Silvermont Core&amp;nbsp;(e.g. Baytrail)&amp;nbsp;doesn't use Hyperthreading. So setting the affinity to 2 cores&amp;nbsp;would just work for the privious hardware generation.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;BTW:&amp;nbsp;pretty&amp;nbsp;good CPI rate.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Alex&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 12:40:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981224#M26158</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2013-11-21T12:40:07Z</dc:date>
    </item>
    <item>
      <title>Hello Alex,</title>
      <link>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981225#M26159</link>
      <description>&lt;P&gt;Hello Alex,&lt;/P&gt;

&lt;P&gt;glad you mentioned it, I didn't think of that.&lt;/P&gt;

&lt;P&gt;I really hope that the Bay Trail SoCs can keep up with the Clover Trail+ SoCs&amp;nbsp;although the clock rate is lower. According to wikipedia, the lowest clock rate is 1,33ghz, compared to my test device with 1,6ghz this is a little bit lower. Hopefully out-of-order execution will make me happy :)&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;

&lt;P&gt;Nils&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 12:58:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981225#M26159</guid>
      <dc:creator>Nils_S_</dc:creator>
      <dc:date>2013-11-21T12:58:56Z</dc:date>
    </item>
    <item>
      <title>Hi Nils,</title>
      <link>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981226#M26160</link>
      <description>&lt;P&gt;Hi Nils,&lt;/P&gt;

&lt;P&gt;Bay Trail does support additional Burst&amp;nbsp;Modes compared to Clovertrail+. So your single threaded application should actually run on a higher clockspeed than 1.6GHz.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 16:14:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981226#M26160</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2013-11-21T16:14:32Z</dc:date>
    </item>
    <item>
      <title>Hi Alexander, You could do</title>
      <link>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981227#M26161</link>
      <description>&lt;P&gt;Hi Alexander, &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN&gt;You could&lt;/SPAN&gt; &lt;SPAN&gt;do what&lt;/SPAN&gt; &lt;SPAN&gt;you wanted&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 00:54:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modifying-thread-affinity-to-improve-performance/m-p/981227#M26161</guid>
      <dc:creator>JLuna5</dc:creator>
      <dc:date>2016-07-27T00:54:53Z</dc:date>
    </item>
  </channel>
</rss>

