• OpenCL for GPU and CPU on Odroid XU3
    Hi, I have an Odroid XU3 running Ubuntu 14.04 (big.LITTLE with A15 and A7 + Mali-T628 MP6) I want to program the big.LITTLE cores together with the GPU, all using OpenCL. I have read that OpenCL for Neon...
  • Making Mali Graphics Debugger work with opencl on Odroid Xu3
    Hey! I'm trying to debug an opencl application on my Odroid Xu3 (With the Mali-T628 MP6), and when i try to use MGD, it completely crashes after the first opencl call giving me this error that the passthroughglesapi...
  • OpenCL printf with r9p0 on Hardkernel Odroid XU4 (Mali T628MP6)
    I'm trying to use OpenCL printf on an XU4 with the r9p0 OpenCL drivers. These report as OpenCL version 1.2, so my understanding is that printf should be support ed without the need to use extensions,...
  • why vectorized code is slower?
    I am trying to make my image processing program faster. So, i changed my  scalar code into vectorized code. for understanding, the purpose of program is" read right(4) and left(4) total 8 pixel of target...
  • Chrombook OpenCL Development issues
    Hi all, I have gotten a Samsung Chromebook model number Xe303c12 and I am trying to get some OpenCL code running. I have followed the "Graphics and Compute Development on Samsung Chromebook" (including...