I have been attempting to configure my XU4 Odroid (has a Mali T628 GPU) for use with OpenCL. I have started with this thread, but it would appear that the SDK may have been updated.
https://forum.odroid.com/viewtopic.php?f=95&t=5559#p44743
For a…
I have been attempting to configure my XU4 Odroid (has a Mali T628 GPU) for use with OpenCL. I have started with this thread, but it would appear that the SDK may have been updated.
https://forum.odroid.com/viewtopic.php?f=95&t=5559#p44743
For a…
Hi all:
I got the following result by compiling a opencl program. I do not know what is "work registers" and "uniform registers". Mali T600 a register bank that contains 1024 registers. Are the 1024 registers the sum of "wor resigters…
Hi all:
I use a RK3288 with mali T760 MP4 board. T760 has 16 shader core.
(1) Is there 64 shader core (16*4) in mali T760 MP4?
(2) Does one opencl work-group use more than 1 shader core ?
Thank you
-Jack
Hi all:
I use RK3288 with Linux 4.4 and opencl program running on it. I saw some error message print of the console.
[ 6247.837157] mali ffa30000.gpu: JS: Job Hard-Stopped (took more than 50 ticks at 100 ms/tick)
[ 6247.845711] mali ffa30000.gpu: JS: Job…
Hi :
I use RK3288 SoC and force the Mali T760MP4 work at 600Mhz. "clpeak" program from git hub is used for testing performance. "clpeak" always show mali works at 200Mhz not 600Mhz.
(1) OS is TinkerOS_Debian V1.8. It can download from…
Hello i'm new to GPU and Computer vision. I just know some basic mathematics and was looking for the smallest and lightest processor with enough computation power to calculate large matrix multiplication and inversion so that i could do Computer Vision…
I am trying to test my android app which has OpenCL native code. I have Huawei P10 which has Android Nougat. It has Cortex A53 & Cortex A73 CPUs and Mali G71 bifrost GPU. I could not link libOpenCL.so at runtime as its always showing linker failure error…
Does anyone know how many vector registers does mali T860 gpu have? I looked up mali gpu reference (ARM® Mali GPU OpenCL Version 3.3 Developer Guide), not mentioning the number of vector registers.
Hi,
I'm trying to get the 64 bit OpenCL 1.2 libraries onto my Android development board. My goal is to finally use ARM Compute Library with OpenCL on Android.
I see that since Android 4.x onwards OpenCL support was stopped by Google (probably to…
I am working with the Zynq Ultrascale+ ZCU102 Board. On it is a Mali-400 MP2 GPU. I need to use this as an additional computational unit (i.e. use OpenCL rather than OpenGL). I have read that this GPU only supports OpenGL. Is there a way to use OpenCL…
I try to printf logs within the kernel of opencl, but it does not work. And then I try the example code of <program guide of opencl>, it does not work too. What I did wrong? please give me some suggestions, the example code are as follows:
#include…
I'am trying use opencl to replace some matrix multiplication and vector compute. but the gpu always slower cpu 2--4 times.
In cpu we use neon simd,in gpu i also use vector like float4,float16 .
I do those test on MT6753(ARM-A53 @ 1.5GHz,Mali T720…
Hello, I am jang-hyun Son, from seoul korea
I am now studying OpenCL using Mali GPU Midgard, and I have a question.
In Mali GPU OpenCL Development guide, I found a concept, Shader core group.
I know that Shader core is equal to OpenCL Compute unit, and There…

Hi, I am jang-hyun Son, a college student from South Korea.
I will study Mali GPU with OpenCL, and before that, I am now studying about the Mali G71 architecture.
My question is that, Why are there multiple(actually 4) L2 Caches in the image above.
…