• about local memory in opencl
    Hello, we are developing a product based on maili T764 (RK3288) with OpenCL. In our kernel, we use about 1kB local memory every workgroup. I was wondering where is these local memory allocated, and if...
  • What is the relation between Mali shader core and OpenCL work-group
    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...
  • Mali GPU Shader core Group decision(OpenCL)
    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...
  • Mali OpenCL SDK v1.1.0 compile problem
    Hi,Guys, When I using NDK to build the Mali OpenCL SDK v1.1.0.0a36a7 for Windows to get libOpenCL.so. I got an error:attributes are not allowed on a function-definition. The whole error log as follows...
  • Mali OpenCL SDK compile problem
    Hello, I am trying to run the 'hello_world_opencl' sample program from the Mali OpenCL SDK on an Android platform (version 5.0.1). Using my Linux desktop with the terminal, I unzipped the Mali OpenCL...