You cannot indicate proximity at this low with OpenCL, as far as I know. But, starting with OpenCL 1.2, there is some control over the affinity by subtree using clCreateSubDevices (possibly with one processor in each sub-device using CL_DEVICE_PARTITION_BY_COUNTS, 1) and running a separate kernel on each sub-device.
, , -, OpenCL , , . OpenCL-CPU, clCreateSubDevices .
PDF, " " Intel, , , clCreateSubDevices.