Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
readme section
Browse files Browse the repository at this point in the history
  • Loading branch information
sjain-stanford committed Mar 6, 2024
1 parent 9796a7e commit a2def29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/aot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ $ bazel query 'attr(name, "broadcast_add_mixed_ranks", //test/AotCompile/...)'
//test/AotCompile:gen_broadcast_add_mixed_ranks_reference_tensors
```

### Debugging e2e compilation pipeline

Lets walk through a series of steps involved in debugging an e2e compilation pipeline. Note that these steps are not required to be manually run one at a time (although they can be). Bazel automatically identifies the DAG of dependencies and executes just what is needed to build the specified target.

#### 1. Inspect the Torch dialect (`*_torch.mlir`) exported from the PyTorch program:
Expand Down

0 comments on commit a2def29

Please sign in to comment.