简体   繁体   English

带有ARM NEON(无Mali GPU)的OpenCL是否可用?

[英]OpenCL with ARM NEON (without Mali GPU) available?

I working on customized SoC with ARM Cortex-A9. 我使用ARM Cortex-A9开发定制的SoC。

It supports NEON, but do not has Mali GPU. 它支持NEON,但没有Mali GPU。

With system, can I use OpenCL with NEON? 通过系统,我可以将OpenCL与NEON一起使用吗?

I found OpenCL SDK for Mali at ARM website. 我在ARM网站上找到了适用于Mali的OpenCL SDK。

( http://malideveloper.arm.com/resources/sdks/mali-opencl-sdk/ ) http://malideveloper.arm.com/resources/sdks/mali-opencl-sdk/

but there isn't any words support NEON. 但没有任何单词支持NEON。

ARM have previously announced OpenCL for NEON , but these were not directly available to the public, and the 'opencl-for-neon' link on that page now just redirects to the Mali developer page. ARM 先前已经宣布了适用于NEON的OpenCL ,但尚未直接向公众公开,并且该页面上的“ opencl-for-neon”链接现在仅重定向至Mali开发人员页面。

You could instead use pocl , an open source implementation of OpenCL that runs on many different platforms, include ARM CPUs with NEON. 您可以改而使用pocl ,这是OpenCL的开源实现,可在许多不同的平台上运行,包括带有NEON的ARM CPU。

There exist some third party research work on this topic 有一些有关此主题的第三方研究工作

they created a framework for OpenCL to make use of NEON instructions 他们为OpenCL创建了一个框架,以利用NEON指令

check here: https://www.researchgate.net/publication/261176555_OpenCL_framework_for_ARM_processors_with_NEON_support 在这里检查: https : //www.researchgate.net/publication/261176555_OpenCL_framework_for_ARM_processors_with_NEON_support

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM