Skip to content

Commit

Permalink
[skip-ci] #12996: Update path to profile_host_overhead.py in README (#…
Browse files Browse the repository at this point in the history
…12998)

* #12996: Update path to profile_host_overhead.py in README

* #12996: Update the rest of paths in README.md
  • Loading branch information
ayerofieiev-tt authored Oct 16, 2024
1 parent 6e4c2e8 commit d1450c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ttnn/profiling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ There are multiple scripts used to profile host dispatch time for operations in
It can be called with:

```
pytest tests/tt_eager/profiling/profile_host_overhead.py --input-method cli --cli-input host_overhead_profile
pytest tests/ttnn/profiling/profile_host_overhead.py --input-method cli --cli-input host_overhead_profile
```

In this case `host_overhead_profile` is the output folder.

You can profile only one op with:

```
pytest tests/tt_eager/profiling/profile_host_overhead.py --input-method cli --cli-input host_overhead_profile::tt_lib.tensor.isclose
pytest tests/ttnn/profiling/profile_host_overhead.py --input-method cli --cli-input host_overhead_profile::tt_lib.tensor.isclose
```

After the script is finished profiling results are in the designated output folder in file `host_overhead_profiler_output.csv`. Content of output csv might look like:
Expand Down Expand Up @@ -50,7 +50,7 @@ Columns:
You can run it with:

```
python tests/tt_eager/profiling/profile_host_overhead_with_tracy.py -o host_overhead_profile -c final.csv
python tests/ttnn/profiling/profile_host_overhead_with_tracy.py -o host_overhead_profile -c final.csv
```

It profiles all tt_lib ops and saves measurement results to `host_overhead_profile/final.csv`. Output might look like:
Expand Down

0 comments on commit d1450c7

Please sign in to comment.