<?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: i.MX8M+ NPU poor performance than CPU in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1581108#M199950</link>
    <description>&lt;P&gt;&lt;A href="https://www.mouser.com/pdfDocs/AN12964.pdf" target="_blank"&gt;i.MX 8M Plus NPU Warmup Time (mouser.com)&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jan 2023 20:15:39 GMT</pubDate>
    <dc:creator>hansmoleman007</dc:creator>
    <dc:date>2023-01-11T20:15:39Z</dc:date>
    <item>
      <title>i.MX8M+ NPU poor performance than CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1254095#M171777</link>
      <description>&lt;P&gt;SW:&amp;nbsp;imx-yocto-5.4.70-2.3.0&lt;/P&gt;&lt;P&gt;HW: i.MX8M Plus&lt;/P&gt;&lt;P&gt;We built an image segmentation model using onnx.&lt;/P&gt;&lt;P&gt;The average inference time is&amp;nbsp;2.77394s on&amp;nbsp;&lt;STRONG&gt;CPU&lt;/STRONG&gt; per frame. The performance drops to 21.6163s if VSI NPU EP is used instead.&lt;/P&gt;&lt;P&gt;Attached the files:&lt;/P&gt;&lt;P&gt;- main.cpp: inference on CPU&lt;/P&gt;&lt;P&gt;- main_npu.cpp: inference on NPU&lt;/P&gt;&lt;P&gt;- video.mp4: test video&lt;/P&gt;&lt;P&gt;- model.onnx: image segmentation model&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 08:09:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1254095#M171777</guid>
      <dc:creator>tiffanywang</dc:creator>
      <dc:date>2021-03-30T08:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M+ NPU poor performance than CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1254790#M171862</link>
      <description>&lt;P&gt;what's your test steps? how did you enable NPU, pls send the steps to me, let me reproduce this on my imx8mp board&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 07:38:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1254790#M171862</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-03-31T07:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M+ NPU poor performance than CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1259380#M172317</link>
      <description>&lt;P&gt;Just build the code and run it. It reads video file and performs segmentation.&lt;/P&gt;&lt;P&gt;As for enabling NPU, it is to add VSI NPU EP which list in IMX-MACHINE-LEARNING-UG.pdf. You can refer to my main_npu.cpp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 06:13:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1259380#M172317</guid>
      <dc:creator>tiffanywang</dc:creator>
      <dc:date>2021-04-09T06:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M+ NPU poor performance than CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1259951#M172379</link>
      <description>&lt;P&gt;do you mean NPU performance is worse than CPU? it seems that vsi npu calls imx8mp gpu, I have a table about gpu and npu:&lt;/P&gt;
&lt;DIV id="tinyMceEditorAnonymous_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joanxie_0-1618028373689.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/141934iF1002500221FEA0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joanxie_0-1618028373689.png" alt="joanxie_0-1618028373689.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 04:19:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1259951#M172379</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-04-10T04:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M+ NPU poor performance than CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1266202#M173007</link>
      <description>You can reproduce it to see the issue.</description>
      <pubDate>Thu, 22 Apr 2021 00:58:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1266202#M173007</guid>
      <dc:creator>tiffanywang</dc:creator>
      <dc:date>2021-04-22T00:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M+ NPU poor performance than CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1266203#M173008</link>
      <description>&lt;P&gt;You can reproduce it to see the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 01:02:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1266203#M173008</guid>
      <dc:creator>tiffanywang</dc:creator>
      <dc:date>2021-04-22T01:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M+ NPU poor performance than CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1266254#M173015</link>
      <description>&lt;P&gt;send me the detailed your test steps to reproduce this&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 02:58:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1266254#M173015</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-04-22T02:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M+ NPU poor performance than CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1419635#M187512</link>
      <description>&lt;P&gt;Dears&lt;/P&gt;&lt;P&gt;Can you tell me how was going on?&lt;/P&gt;&lt;P&gt;The same issue is raised by my cusotmer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should they build the code by enabling the execution provider before the cpu/gpu/npu test respectivly?&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 08:00:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1419635#M187512</guid>
      <dc:creator>JK-IMX</dc:creator>
      <dc:date>2022-02-25T08:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M+ NPU poor performance than CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1581108#M199950</link>
      <description>&lt;P&gt;&lt;A href="https://www.mouser.com/pdfDocs/AN12964.pdf" target="_blank"&gt;i.MX 8M Plus NPU Warmup Time (mouser.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 20:15:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-NPU-poor-performance-than-CPU/m-p/1581108#M199950</guid>
      <dc:creator>hansmoleman007</dc:creator>
      <dc:date>2023-01-11T20:15:39Z</dc:date>
    </item>
  </channel>
</rss>

