• The difference between clEnqueueSVMMap and clEnqueueMapBuffer
    Hi, Is there some difference between clEnqueueSVMMap for coarse SVM and clEnqueueMapBuffer in theory? If there is, will this cause difference about performance?
  • Mali OpenCL driver for RK3399
    I have a Rockchip RK3399 board with Mali T860. I want to install the driver to use OpenCL+Mali. I found the drivers here but I don't know how to install it. Is there some documentation about?
  • Irregular behaviour of vectors in OpenCL(1.2) kernels
    So, I am trying to perform some operation inside an OpenCL kernel. I have this buffer named filter which is a 3x3 matrix initialized with value 1. I pass this as an argument to the OpenCL kernel from...
  • Different between Mali OpenCL SDK and OpenCL inside OpenCV
    Hi everyone, Do you know what is different between Mali OpenCL SDK and OpenCL in OpenCV library. I see that in Mali OpenCL SDK has some detail sample code about how to create Memory buffer, get input...
  • Can I manually flush the GPU cache in OpenCL kernel code?
    Hi all, I am playing with Mali T624 and OpenCL. By playing the kernel-space midgard driver, I am now able to access some I/O memory in the OpenCL kernel. However, the I/O memory I am accessing is volatile...