• Is there any prefetch mechanism on Mali Bifrost GPU?
    Hi Guys, I am actively optimizing my OpenCL program running on Mali Bifrost GPU. I wonder whether cache prefetch would have some performance improvements for my program. I didn't find any materials...
  • Is there any way to compile OpenCL for ARM Mali GPU by using llvm?
    Hi. I just start grabbing ARM Mali GPU (T628-MP6) I was wondering if there is a way to compile opencl application (including .cl file) by using llvm or other open-source tools. Any information would be...
  • mali gpu counter
    Hello, recently I am studying mali gpu counters and encountered some questions about the counter "primitive loaded" and "primitives dropped". I refer to the counter explaination here https://community...
  • Memory Optimization on Mali GPU
    Hi everyone, Recently I have been working on a GPU application. My application will run on Arndale board and will use Mali GPU. To make program execution faster I wanted to do memory optimization. Based...
  • clCreateProgramWithSource & clCreateProgramWithBinary on Mali GPU
    What is the difference between these? when using clCreateProgramWithBinary on qualcomm gpu, the e xecution time is reduced dozens of times compare to clCreateProgramWithSource. but on Mali GPU, There...