Each device is given a unique device ID. For OpenCL the format works like this:
[class:platform:device]
So [cl:0:0] refers to OpenCL device 0 of platform 0.
[cpu:0] Is a generic identifier for the CPU.
What exactly is the platform?
And how can it change to 1 0 or any other value?
thx