Skip to content

Commit

Permalink
Update examples.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan authored Oct 10, 2023
1 parent 2bab541 commit 5962303
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -637,19 +637,19 @@ Job submition script
cat *.pfw > combined_logs.pfw # To combine to a single pfw file.
***********************
-----------------------
Integrated Applications
***********************
-----------------------

Here is the list applications that currently use DLIO Profiler.

1. `DLIO Benchmark <https://github.com/argonne-lcf/dlio_benchmark>`_
2. MuMMI
3. Resnet50 with pytorch and torchvision

****************************
----------------------------
Example Chrome Tracing Plots
****************************
----------------------------

Example of Unet3D application with DLIO Benchmark. This trace shows the first few steps of the benchmark.
Here, we can see that we can get application level calls (e.g., ``train`` and ``TorchDataset``) as well as low-level I/O calls (dark green color).
Expand All @@ -658,4 +658,4 @@ Here, we can see that we can get application level calls (e.g., ``train`` and ``
:width: 400
:alt: Unet3D applications



0 comments on commit 5962303

Please sign in to comment.