<?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: How to use OpenCL on iMX8 with Android in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070372#M157232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@&lt;A _jive_internal="true" data-content-finding="Community" data-userid="205319" data-username="Bio_TICFSL" href="https://community.nxp.com/people/Bio_TICFSL" style="color: #3d9ce7; border: 0px; font-weight: 200; font-size: 1.286rem;"&gt;Bio_TICFSL&lt;/A&gt;&amp;nbsp;what are you referring to when you say "the software you are using is not supported by NXP". The software that was used should be&amp;nbsp;supported as it was downloaded directly off the NXP website in the&amp;nbsp;Embedded Software section.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-8quadmax-multisensory-enablement-kit-mek:MCIMX8QM-CPU" title="https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-8quadmax-multisensory-enablement-kit-mek:MCIMX8QM-CPU"&gt;i.MX 8QuadMax/QuadPlus Multisensory Enablement Kit | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Software:&amp;nbsp;&lt;SPAN style="font-size: 15px; color: #000000;"&gt;&lt;A data-dtmaction="Documents and Software Results - Software Link click" data-dtmsubaction="Q10.0.0_1.0.0_ANDROID_SOURCE" href="https://www.nxp.com/webapp/Download?colCode=Q10.0.0_1.0.0_ANDROID_SOURCE&amp;amp;appType=license" style="color: #000000; background-color: transparent;"&gt;Q10.0.0_1.0.0_ANDROID_SOURCE&lt;/A&gt;&lt;/SPAN&gt;&lt;SUP style="font-size: 10.94800090789795px;"&gt; &lt;/SUP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2020 22:33:19 GMT</pubDate>
    <dc:creator>jesse_edwards</dc:creator>
    <dc:date>2020-06-15T22:33:19Z</dc:date>
    <item>
      <title>How to use OpenCL on iMX8 with Android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070369#M157229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We try to use OpenCL on the board using &lt;A href="https://github.com/XiaoMi/mace"&gt;MACE&lt;/A&gt; library.&amp;nbsp;It seems OpenCL library is not accessible on the board, we're&amp;nbsp;getting the following errors :&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P class=""&gt;E/linker: library "/system/vendor/lib64/libOpenCL.so" ("/vendor/lib64/libOpenCL.so") needed or dlopened by "/data/app/com.mapbox.vision.teaser-Z24w2xgzilGUCXbduDriKg==/base.apk!/lib/arm64-v8a/libvision-sdk-wrapper.so" is not accessible for the namespace: [name="classloader-namespace", ld_library_paths="", default_library_paths="/data/app/com.mapbox.vision.teaser-Z24w2xgzilGUCXbduDriKg==/lib/arm64:/data/app/com.mapbox.vision.teaser-Z24w2xgzilGUCXbduDriKg==/base.apk!/lib/arm64-v8a", permitted_paths="/data:/mnt/expand:/data/data/com.mapbox.vision.teaser"]&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet suggests to&amp;nbsp;add &lt;EM&gt;libOpenCL.so&lt;/EM&gt; to the&amp;nbsp;&lt;SPAN style="color: rgba(0, 0, 0, 0.75); background-color: #ffffff;"&gt;&lt;EM&gt;/system/etc/public.libraries.txt&lt;/EM&gt; (&lt;A href="https://github.com/XiaoMi/mace/issues/266"&gt;1&lt;/A&gt;, &lt;A href="https://developer.qualcomm.com/comment/15847"&gt;2&lt;/A&gt;, &lt;A href="https://stackoverflow.com/questions/48453097/opencl-dlopen-issue"&gt;3&lt;/A&gt;), but that hadn't worked for&amp;nbsp;us. Seems entries in the&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;/system/etc/public.libraries.txt&lt;/EM&gt; only list&amp;nbsp;libraries at the &lt;EM&gt;/system/lib and not&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;/system/vendor/lib64.&amp;nbsp;&lt;/EM&gt;So when we've added &lt;EM&gt;libOpenCL.so&lt;/EM&gt; to this list device just wasn't able to boot after the reboot, complaining unable to load&amp;nbsp;the &lt;EM&gt;libOpenCL.so&lt;/EM&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've tried to copy &lt;EM&gt;libOpenCL.so&lt;/EM&gt; to &lt;EM&gt;/system/lib, &lt;/EM&gt;which produced another error since libOpenCL depends on another library, that is also not in the &lt;EM&gt;/system/lib, &lt;/EM&gt;that depend on another library and so on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How&amp;nbsp;could we correctly expose libOpenCL? Seems that there should be another public.libraries.txt listing exposed vendor libraries, but we were unable to locate one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2020 11:14:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070369#M157229</guid>
      <dc:creator>dmitry_yunitski</dc:creator>
      <dc:date>2020-06-08T11:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use OpenCL on iMX8 with Android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070370#M157230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dzmitry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OpenCL is available on yocto, the software you are using is not supported by NXP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2020 18:37:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070370#M157230</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-06-10T18:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use OpenCL on iMX8 with Android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070371#M157231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for the response, however it's not really clear - does it mean there is absolutely no way to use OpenCL library with Android? Despite it's actually present on the device under &lt;SPAN style="color: #51626f; background-color: #f6f6f6;"&gt;/system/vendor/lib64/&amp;nbsp;&lt;/SPAN&gt;and the only missing part is it's not exposed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2020 12:05:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070371#M157231</guid>
      <dc:creator>dmitry_yunitski</dc:creator>
      <dc:date>2020-06-11T12:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to use OpenCL on iMX8 with Android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070372#M157232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@&lt;A _jive_internal="true" data-content-finding="Community" data-userid="205319" data-username="Bio_TICFSL" href="https://community.nxp.com/people/Bio_TICFSL" style="color: #3d9ce7; border: 0px; font-weight: 200; font-size: 1.286rem;"&gt;Bio_TICFSL&lt;/A&gt;&amp;nbsp;what are you referring to when you say "the software you are using is not supported by NXP". The software that was used should be&amp;nbsp;supported as it was downloaded directly off the NXP website in the&amp;nbsp;Embedded Software section.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-8quadmax-multisensory-enablement-kit-mek:MCIMX8QM-CPU" title="https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-8quadmax-multisensory-enablement-kit-mek:MCIMX8QM-CPU"&gt;i.MX 8QuadMax/QuadPlus Multisensory Enablement Kit | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Software:&amp;nbsp;&lt;SPAN style="font-size: 15px; color: #000000;"&gt;&lt;A data-dtmaction="Documents and Software Results - Software Link click" data-dtmsubaction="Q10.0.0_1.0.0_ANDROID_SOURCE" href="https://www.nxp.com/webapp/Download?colCode=Q10.0.0_1.0.0_ANDROID_SOURCE&amp;amp;appType=license" style="color: #000000; background-color: transparent;"&gt;Q10.0.0_1.0.0_ANDROID_SOURCE&lt;/A&gt;&lt;/SPAN&gt;&lt;SUP style="font-size: 10.94800090789795px;"&gt; &lt;/SUP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2020 22:33:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070372#M157232</guid>
      <dc:creator>jesse_edwards</dc:creator>
      <dc:date>2020-06-15T22:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use OpenCL on iMX8 with Android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070373#M157233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I refer to MACE is not supported.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 13:13:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070373#M157233</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-06-16T13:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use OpenCL on iMX8 with Android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070374#M157234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;our&amp;nbsp;question here is more about OpenCL, not MACE itself, MACE&amp;nbsp;just fails to dlopen opencl. From Android &lt;A href="https://source.android.com/devices/tech/config/namespaces_libraries#adding-additional-native-libraries"&gt;docs&lt;/A&gt; it seems there should be additional public.libraries.txt file containing list of exposed vendor libraries, but it's not there on the board.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 13:27:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070374#M157234</guid>
      <dc:creator>dmitry_yunitski</dc:creator>
      <dc:date>2020-06-16T13:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use OpenCL on iMX8 with Android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070375#M157235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;Dzmitry found the solution. It was to place a file here&amp;nbsp;&lt;SPAN style="color: #e01e5a; background-color: rgba(29, 28, 29, 0.04); font-weight: 400;"&gt;/vendor/etc/public.libraries.txt &lt;/SPAN&gt;&lt;/SPAN&gt;and to put &lt;SPAN style="background-color: rgba(29, 28, 29, 0.04); color: #e01e5a; font-weight: 400; "&gt;libOpenCL.so &lt;/SPAN&gt;inside the txt file.&lt;/P&gt;&lt;P&gt;In order to place that file there you might have to remount the filesystem as rw instead of ro. The filesystem was initial read only which we followed this post to unlock.&amp;nbsp;&lt;A href="https://community.nxp.com/thread/495380"&gt;How to remount /system - 8.1 imx8m&lt;/A&gt;&amp;nbsp;Copied from the that post to here incase the link changes.&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;1. Unlock the device.&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp; a. Boot up the device.&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp; b. Choose Settings -&amp;gt; Developer Options -&amp;gt; OEM Unlocking to enable OEM unlocking.&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp; c. Enter Fastboot mode on the device. Execute the following command on the target side:&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG style="border: 0px; font-weight: bold;"&gt;reboot bootloader &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp; d. Unlock the device. Execute the following command on the host side:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG style="border: 0px; font-weight: bold;"&gt;fastboot oem unlock &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp; e. Wait until the unlock process is complete.&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;2. Disable DM-verity.&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp; a. Boot up the device.&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp; b. Disable the DM-verity feature. Execute the following command on the host side:&lt;BR /&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; adb root &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; adb disable-verity&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; adb reboot&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2020 19:04:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1070375#M157235</guid>
      <dc:creator>jesse_edwards</dc:creator>
      <dc:date>2020-06-17T19:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use OpenCL on iMX8 with Android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1524420#M195324</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I was able to resolve this issue, with this change a normal third party Android application can load OpenCL and use it.&lt;BR /&gt;Included in NXP AOSP 12 for &lt;STRONG&gt;imx8mp&lt;/STRONG&gt; is OpenCL 1.2, not OpenCL 3.0&lt;/P&gt;&lt;P&gt;Good information on how to use OpenCL 1.2 can be found in "IMX_GRAPHICS_USERS_GUIDE.pdf"&lt;/P&gt;&lt;P&gt;In the Android applications AndroidManifest.xml use the "uses-native-library" tag&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;application
        android:testOnly="false"
....
        android:theme="@style/AppTheme" &amp;gt;

        &amp;lt;uses-native-library
            android:name="libOpenCL.so"
            android:required="false" /&amp;gt;

        &amp;lt;activity android:name=".MainActivity"
....
        &amp;lt;/activity&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change to AOSP&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;project device/nxp/
diff --git a/imx8m/evk_8mp/BoardConfig.mk b/imx8m/evk_8mp/BoardConfig.mk
index eb3030a2..400f39a8 100644
--- a/imx8m/evk_8mp/BoardConfig.mk
+++ b/imx8m/evk_8mp/BoardConfig.mk
@@ -199,5 +199,7 @@ SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += \
 
 BOARD_SEPOLICY_DIRS := \
        $(CONFIG_REPO_PATH)/imx8m/sepolicy \
-       $(IMX_DEVICE_PATH)/sepolicy
+       $(IMX_DEVICE_PATH)/sepolicy \
+       device/nxp/imx8m/evk_8mp/sepolicy/vendor
 
+#BOARD_VENDOR_SEPOLICY_DIRS+= device/nxp/imx8m/evk_8mp/sepolicy/vendor
diff --git a/imx8m/evk_8mp/evk_8mp.mk b/imx8m/evk_8mp/evk_8mp.mk
index 34cd374f..50545da7 100644
--- a/imx8m/evk_8mp/evk_8mp.mk
+++ b/imx8m/evk_8mp/evk_8mp.mk
@@ -348,7 +348,8 @@ PRODUCT_PACKAGES += \
 
 # GPU openCL g2d
 PRODUCT_COPY_FILES += \
-    $(IMX_PATH)/imx/opencl-2d/cl_g2d.cl:$(TARGET_COPY_OUT_VENDOR)/etc/cl_g2d.cl
+    $(IMX_PATH)/imx/opencl-2d/cl_g2d.cl:$(TARGET_COPY_OUT_VENDOR)/etc/cl_g2d.cl \
+    vendor/etc/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
 
 # -------@block_wifi-------&lt;/LI-CODE&gt;&lt;P&gt;Append the "&amp;lt;aosp-build-source&amp;gt;/vendor/etc/public.libraries.txt" with "libOpenCL.so"&lt;/P&gt;&lt;P&gt;eg: "cat vendor/etc/public.libraries.txt"&lt;BR /&gt;libOpenCL.so&lt;/P&gt;&lt;P&gt;Ensure that "adb shell ldd /vendor/lib64/libOpenCL.so" works as expected, libOpenCL.so and all it's ("/vendor/lib64/") dependencies has to be exposed as "same_process_hal_file" in the SE-linux file found in the "./imx8m/sepolicy/file_contexts" e.g "/vendor/lib(64)?/libOpenCL\.so u:object_r:same_process_hal_file:s0"&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 17:09:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1524420#M195324</guid>
      <dc:creator>jan4coffee</dc:creator>
      <dc:date>2022-09-19T17:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use OpenCL on iMX8 with Android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1663578#M207109</link>
      <description>&lt;P&gt;There's information for those who fail with the above method.&lt;/P&gt;&lt;P&gt;There is another `public.libraries.txt`, whose full path is `/etc/public.libraries.txt`.&lt;/P&gt;&lt;P&gt;Add `libOpenCL.so`&amp;nbsp; to both&amp;nbsp;`public.libraries.txt` works. Only adding to `&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;/vendor/etc/public.libraries.txt&lt;/SPAN&gt;` does not work.&amp;nbsp;Only adding to `&lt;SPAN&gt;/etc/public.libraries.txt&lt;/SPAN&gt;` is not verified.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 02:52:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-OpenCL-on-iMX8-with-Android/m-p/1663578#M207109</guid>
      <dc:creator>Aerotic</dc:creator>
      <dc:date>2023-06-13T02:52:25Z</dc:date>
    </item>
  </channel>
</rss>

