mlcommons / mlcommons/chakra

what do I specify for the argument --rank when linking the traces on single node single gpu?

Open
#175 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
Dominant language
Python
Stars
196
Forks
84
PR merge metrics
No merged PRs in 30d

Description

I am testing my chakra environment following the steps in wiki. when I link the pytorch trace and kineto trace, with the cmd
"chakra_trace_link --chakra-host-trace pytorch_et.json --chakra-device-trace kineto_trace.json --output-file /path/to/chakra_host_device_trace.json ",
I got
"chakra_trace_link: error: the following arguments are required: --rank".
But my host trace and kineto trace are collected in my node with single GPU and without DDP, then what I can provide for the rank argument?
look forward for any advice.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the wiki instructions and the chakra_trace_link command entry point. Verify how --rank is defined and how single-GPU, non-DDP traces are expected to identify their rank. Done means the documented command or CLI behavior clearly tells users what value to provide in this setup.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.