Is it possible to query the number of processing elements (per compute unit) in OpenCL? If yes, how? I did not find a corresponding parameter on the clGetDeviceInfo
doc page.
I am not sure if processing element is standard terminology. I got the term from this video.
I'd like to query this information because I am curious, not for a practical purpose.