Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/nsys-profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ To analyze the generated profile files, load the `.nsys-rep` files into the NVID

Nsight Systems supports [multi-report view](https://docs.nvidia.com/nsight-systems/UserGuide/index.html#viewing-multiple-reports-in-the-same-timeline) functionality. If you open the profiles from different workers (e.g., `*policy_worker*.nsys-rep` and `*generation_worker*.nsys-rep`) in a single multi-report view, you can analyze the behavior of the end-to-end RL loop on the same timeline.

<img src="assets/nsys-multi-report-view.png" alt="Pretraining loss curves" width="1000"/>

![Nsys multi report view](./assets/nsys-multi-report-view.png)

## How We Patched Nsight Support in Ray

Expand Down
Loading