we prepare to run cnn in mali T720 GPU ,but we notice that the device( mali T720 GPU ) only support OpenCL1.1, can i get more message ?
if it no support or not recommend, why ?
Hi,
The hardware has all the necessary features but depending on what CPU you have on your platform, the GPU may or may not be an attractive option from a performance point of view.
On the software side, the Arm Compute Library requires extensions to OpenCL 1.x. Could you give us the list of extensions reported by your device? Have you tried and failed to use the Arm Compute Library?
Regards,
Kévin
thanks you reply, we run “
” in our device, the list of extensions reported by your device Shown below:
what more, I did not try to use the Arm Compute Library,because we notice the document (https://arm-software.github.io/ComputeLibrary/v17.03.1/index.xhtml) show that OpenCL is 1.2 C . Can I get the opencl 1.1 version of theArm Compute Library?
I'm afraid you won't be able to use the current Arm Compute Library without modifications on that device. The library requires either OpenCL 2.x or the cl_arm_non_uniform_work_group_size extension [1].
If you're an Arm partner, I encourage you to get in touch via customer support.
[1] www.khronos.org/.../cl_arm_non_uniform_work_group_size.txt
Thank you very much for your reply, we will further evaluate this program.