mehrdadh opened a new issue #8255:
URL: https://github.com/apache/tvm/issues/8255


   While running graph executor debugger with micro target (e.g. qemu_x86), 
[device](https://github.com/apache/tvm/blob/1c251f50ee616507bdfd8866408e7acf9888cc3f/python/tvm/rpc/client.py#L75)
 function generates invalid device_type.
   In this case we have:
   ```
   -> return dev
   (Pdb) self._tbl_index
   0
   (Pdb) base.RPC_SESS_MASK
   128
   (Pdb) encode
   128
   (Pdb) dev.device_type
   129
   ``` 
   I think `dev.device_type` is expected to be 1 since this is a `cpu` type. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to