Skip to content

Commit

Permalink
add perfetto UI screenshot and YT video link (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye authored Nov 13, 2024
1 parent 69ab06b commit 91fdb10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 06_gpu_and_ml/torch_profiling.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# # Tracing and profiling GPU-accelerated PyTorch programs on Modal

# ![A PyTorch trace loaded into ui.perfetto.dev](https://modal-public-assets.s3.amazonaws.com/tmpx_2c9bl5_c5aa7ab0.webp)

# GPUs are high-performance computing devices. For high-performance computing,
# tools for measuring and investigating performance are as critical
# as tools for testing and confirming correctness in typical software.
Expand All @@ -9,6 +11,9 @@
# how to host TensorBoard, which includes useful visualizations and
# performance improvement suggestions.

# For a live walkthrough, check out
# [this video on our YouTube channel](https://www.youtube.com/watch?v=4cesQJLyHA8).

# ## Saving traces to a Modal Volume

# Most tracing tools, including PyTorch's profiler, produce results as files on disk.
Expand Down
Binary file added 06_gpu_and_ml/torch_profiling_perfetto_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 91fdb10

Please sign in to comment.