Hello,
I'm running OpenCL on Intel's HD4000 GPU.
It seems that this GPU has no vector calculations.
According to the query:
CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT
The vector width is 1. Which means that float4 calculations are executed as 4 float scalars.
But what about the size of the loaded vector from global memory ?
Can HD4000 load 4 floats (or even 8) at one clock ?
Can you send a document describing those features ?
I did not find the relevant document in google.
Thanks,
Z.V