Construct remote OpenCL device. @param devId device id. @return Remote OpenCL device.
(int devId)
| 131 | * @return Remote OpenCL device. |
| 132 | */ |
| 133 | public Device cl(int devId) { |
| 134 | return Device.opencl(devId); |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * Construct remote OpenCL device. |