mlcommons / mlcommons/chakra

About obtaining ET before execution

Open
#168 1 comment 1 reaction 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

hello,I wonder if I can get an ET or some other information that can be used to generate chakra before the actual execution of the program, as I saw “We extended PyTorch to support trace collection with the Execution Graph Observer [1], which does not require intrusive modifications to ML models. Simply enabling the Execution Graph Observer before running a model yields traces that closely reflect real-world execution.” when I read the paper ,
but in the example,
image
the code use ExecutionTraceObserver instead of Execution Graph Observer,I think I only got the profile information after actually running the code here, whether to abandon the use of the Execution Graph Observer

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 by comparing the paper's Execution Graph Observer with the example's PyTorch ExecutionTraceObserver, focusing on when each produces execution information. Trace how the resulting ET is used to generate Chakra data. Done means the repository documents whether ET can be obtained before execution and, if not, clearly identifies the supported workflow or required design work.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
performance
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.