<?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: IMX515 optimization in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX515-optimization/m-p/182638#M8009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another tips: please make sure L2 cache is enabled, cause NEON processor need L2 cache for Instruction and Data.&lt;/P&gt;&lt;P&gt;And attached some useful arm NEON reference document FYI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2011 09:44:12 GMT</pubDate>
    <dc:creator>LyonWang</dc:creator>
    <dc:date>2011-11-02T09:44:12Z</dc:date>
    <item>
      <title>IMX515 optimization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX515-optimization/m-p/182636#M8007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i am working on IMX515(CORTEX A8) processor. We have&amp;nbsp; ported one image processing algorithm but it runs very slowly so i request you all please give some basic ideas about the optimization.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. as i read cortex a8 has 13 stage pipeline . but i would like to have the pipeline information .&lt;/P&gt;&lt;P&gt;gcc compiler doesnt give any info regarding this.&lt;/P&gt;&lt;P&gt;2. I guess it has SDMA . how to implement this sdma. i would like to send the data from external memory to internal memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. I tried the NEON but as my code doesnt have any serial excution so it doesnt give the good performance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if any one has any idea regarding the above question, please reply at your convenience&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 07:45:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX515-optimization/m-p/182636#M8007</guid>
      <dc:creator>Misan</dc:creator>
      <dc:date>2011-11-01T07:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: IMX515 optimization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX515-optimization/m-p/182637#M8008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. You can find the information about cortex a8 pipeline on arm's website. But I think the pipeline should be transparent to SW.&lt;/P&gt;&lt;P&gt;2. Yes, it has SDMA. I think in your case, a memory-2-memory transfer should be OK. But the SDMA core works at about 60MHz, so the data rate will not be very high.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Even your code have no any serial&amp;nbsp;execution, the NEON should give a&amp;nbsp;performance improvement. Please refer&amp;nbsp;&lt;A href="http://infocenter.arm.com/help/topic/com.arm.doc.ddi0344i/Chddgcfe.html" target="_blank"&gt;http://infocenter.arm.com/help/topic/com.arm.doc.ddi0344i/Chddgcfe.html&lt;/A&gt; to know how to take the advantage of NEON.&lt;/P&gt;&lt;P&gt;4. Make sure you code has a good cache hit rate. It is important.&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. The critical function should be written in assemble and optimized carefully.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 05:17:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX515-optimization/m-p/182637#M8008</guid>
      <dc:creator>JerryFan</dc:creator>
      <dc:date>2011-11-02T05:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: IMX515 optimization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX515-optimization/m-p/182638#M8009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another tips: please make sure L2 cache is enabled, cause NEON processor need L2 cache for Instruction and Data.&lt;/P&gt;&lt;P&gt;And attached some useful arm NEON reference document FYI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 09:44:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX515-optimization/m-p/182638#M8009</guid>
      <dc:creator>LyonWang</dc:creator>
      <dc:date>2011-11-02T09:44:12Z</dc:date>
    </item>
  </channel>
</rss>

