This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

OpenCL threads on Mali T628

Hello Guys peterharris I am using a Mali T628 GPU on the Odroid XU3 board with Exynos 5422 chip. I have a couple of questions regarding OpenCL on the Mali GPU:


1. Can we get information of active threads or work groups per shader core for Mali-T6xx similar to active warps or blocks per SM in Nvidia using the occupancy tool?

2. Can we get the assembly code (or intermediate representation) for an OpenCL code running on Mali-T6xx similar to PTX of Nvidia?

I understand you cannot tell me about how each of the instructions in OpenCL threads actually get mapped and executed on the functional units inside Tripipe, but if could have some assembly code, that might be useful to predict the performance of OpenCL threads on this GPU. Thanks!