且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

是否有可能使用OpenCL的马里SDK ARM CPU(的Cortex-A7)上执行的OpenCL code?

更新时间:2022-05-28 03:15:36

在没有present - ARM只公开发布支持的OpenCL上的Mali GPU的驱动程序。然而,几个月前他们通过一致性为ARM CPU上运行的OpenCL,所以人们可能预期,这将有可能在未来的:

Not at present - ARM have only publicly released drivers that support OpenCL on Mali GPUs. However, a couple of months ago they passed conformance for OpenCL running on an ARM CPU, so one might expect that this will be possible in the future:

(从 Khronos的一致性产品页面

ARM Limited   2014-06-13   OpenCL_1_1
Linux 3.9.0 with ARM drivers on v7 CPU   Compute Device Type: CL_DEVICE_TYPE_CPU
                                         Compute Device Name: ARM Cortex-A15 NEON
                                         Compute Device Version: OpenCL 1.1
                                         Compute Device Driver Version: 1.1

有关ARM CPU上运行的OpenCL另一种选择是使用三氯氧磷,一个开源项目。

Another option for running OpenCL on ARM CPUs is to use pocl, an open-source project.