<?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>i.MX ProcessorsのトピックRe: Where can we find the OpenCL BSP for i.MX6 Android?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Where-can-we-find-the-OpenCL-BSP-for-i-MX6-Android/m-p/366959#M52185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this can help.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-93984"&gt;OpenCL Hello World&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2015 03:37:14 GMT</pubDate>
    <dc:creator>m_c</dc:creator>
    <dc:date>2015-04-29T03:37:14Z</dc:date>
    <item>
      <title>Where can we find the OpenCL BSP for i.MX6 Android?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Where-can-we-find-the-OpenCL-BSP-for-i-MX6-Android/m-p/366956#M52182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where can we find the OpenCL BSP for i.MX6 Android?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2015 15:51:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Where-can-we-find-the-OpenCL-BSP-for-i-MX6-Android/m-p/366956#M52182</guid>
      <dc:creator>m_c</dc:creator>
      <dc:date>2015-03-07T15:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Where can we find the OpenCL BSP for i.MX6 Android?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Where-can-we-find-the-OpenCL-BSP-for-i-MX6-Android/m-p/366957#M52183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi m.c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OpenCL is provided by gpu driver (basically it is the same as linux), please refer&lt;/P&gt;&lt;P&gt;to attached Linux Manual Chapter 13 Graphics Processing Unit (GPU).&lt;/P&gt;&lt;P&gt;Below links will help to start with OpenCL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;White Paper&amp;nbsp; Get started with OpenCL on i.MX6&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/servlet/JiveServlet/previewBody/100694-102-1-15669/White Paper on get started with OpenCL on iMX6.pdf" title="https://community.freescale.com/servlet/JiveServlet/previewBody/100694-102-1-15669/White%20Paper%20on%20get%20started%20with%20OpenCL%20on%20iMX6.pdf"&gt;https://community.freescale.com/servlet/JiveServlet/previewBody/100694-102-1-15669/White%20Paper%20on%20get%20started%20…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-93984"&gt;OpenCL Hello World&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN4629.pdf?fasp=1&amp;amp;WT_TYPE=Application%20Notes&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;AN4629&lt;/A&gt; Fast Image Processing with i.MX 6 Series&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 01:34:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Where-can-we-find-the-OpenCL-BSP-for-i-MX6-Android/m-p/366957#M52183</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-03-09T01:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Where can we find the OpenCL BSP for i.MX6 Android?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Where-can-we-find-the-OpenCL-BSP-for-i-MX6-Android/m-p/366958#M52184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have downloaded and installed the Android Kitkat build for the sabre for Smart Devices platform and &lt;/P&gt;&lt;P&gt;have verified the GPU is configured into the kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to build the application described in the getting started white paper using an Android ndk standalone toolchain which allows 'standard' make files.&amp;nbsp; I had to copy the cl.h files from a linux build created with the Yocto environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm The Android build doesn't contain any of the user lever libraries required to create an OpenCL application which are described in the linux reference manual, chapter 13.&amp;nbsp;&amp;nbsp; Where can I find / build these libraries:&amp;nbsp;&amp;nbsp; libOpenCL.so, libCLC.so, libGAL.so (and possibly others).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within a Yocto environment, I've tried building the package 'gpu-viv-bin-mx6q' and using the resulting .so files.&amp;nbsp; Apparently the arm toolchain with the Yocto environment is not compatible with the Android ndk's toolchain. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both Android KitKat and the Yocto based linux build are using linux kernel 3.10-53.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Building the sample using a Yocto build image works as expected but we need this functionality under Android.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 15:21:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Where-can-we-find-the-OpenCL-BSP-for-i-MX6-Android/m-p/366958#M52184</guid>
      <dc:creator>deanhayes</dc:creator>
      <dc:date>2015-04-24T15:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Where can we find the OpenCL BSP for i.MX6 Android?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Where-can-we-find-the-OpenCL-BSP-for-i-MX6-Android/m-p/366959#M52185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this can help.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-93984"&gt;OpenCL Hello World&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 03:37:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Where-can-we-find-the-OpenCL-BSP-for-i-MX6-Android/m-p/366959#M52185</guid>
      <dc:creator>m_c</dc:creator>
      <dc:date>2015-04-29T03:37:14Z</dc:date>
    </item>
  </channel>
</rss>

