Skip to content

[Bug] Registering device to RPC tracker failed  #13237

@Priyadrasta-2111CS10

Description

@Priyadrasta-2111CS10

Expected behavior

The output should be something like this.The picture shown below is showing the result while the RPC tracker is set on Raspberry PI and the RPC server is set on local host which in fact should be opposite.

image

Actual behavior

The RPC tracker couldn't track down the connected Raspberry PI as shown below.

image

Environment

Operating System for host : Linux 22.04 LTS
Operating System for target : Raspbian 64 bit OS

Steps to reproduce

  1. Start the RPC tracker on the host system by the command python -m tvm.exec.rpc_tracker --host=0.0.0.0 --port=9190

  2. Start the RPC server in the target devices by the command : python -m tvm.exec.rpc_server --tracker=[HOST_IP]:9190 --key=[KEY] .In the case of HOST_IP and KEY use your host system IP address and key for target device.

3.Track the connected devices to the current RPC tracker on your host device : python -m tvm.exec.query_rpc_tracker --host=0.0.0.0 --port=9190

Triage

Please refer to the list of label tags here to find the relevant tags and add them below in a bullet format (example below).

  • core:rpc

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions