android - how many the waves(threads) are scheduled and executed on the GPU using OpenCL? -
i'm developing android app using opencl adreno gpu. read 'snapdragon opencl general programming , optimization'. can't see information size of wave(threads) or warp on adreno devices.
on desktop gpu amd have 64 threads wavefront size, , nvidia gpu have 32. information important choosing best workgroup size, , making code optimization.
i wonder how many waves scheduled , executed on gpu.
can provide such information.
Comments
Post a Comment