MCPcopy Create free account
hub / github.com/apache/tvm / cl

Method cl

jvm/core/src/main/java/org/apache/tvm/rpc/RPCSession.java:133–135  ·  view source on GitHub ↗

Construct remote OpenCL device. @param devId device id. @return Remote OpenCL device.

(int devId)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

openclMethod · 0.95

Tested by

no test coverage detected