MCPcopy Index your code
hub / github.com/apache/tvm / ext_dev

Method ext_dev

python/tvm/rpc/client.py:243–245  ·  view source on GitHub ↗

Construct extension device.

(self, dev_id=0)

Source from the content-addressed store, hash-verified

241 return self.device(DLDeviceType.kDLROCM, dev_id)
242
243 def ext_dev(self, dev_id=0):
244 """Construct extension device."""
245 return self.device(DLDeviceType.kDLExtDev, dev_id)
246
247 def hexagon(self, dev_id=0):
248 """Construct Hexagon device."""

Callers

nothing calls this directly

Calls 1

deviceMethod · 0.95

Tested by

no test coverage detected