Skip to content

Commit a24383e

Browse files
Update docs/advanced_usage.rst
Co-authored-by: Emmett Butler <[email protected]>
1 parent 17e5ef5 commit a24383e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/advanced_usage.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,6 @@ PyTorch Profiling
743743

744744
The PyTorch profiler can be used to trace CPU and GPU events that occur when running inference or training on a PyTorch model.
745745
The PyTorch profiler as it's `typically used <https://pytorch.org/tutorials/intermediate/tensorboard_profiler_tutorial.html>`__, will output a trace json file to
746-
747746
local disk that can be loaded in a visualization tool like TensorBoard or Perfetto. With the dd-trace-py PyTorch profiler integration, we instrument the `profiler API <https://pytorch.org/docs/stable/_modules/torch/profiler/profiler.html>`__
748747
to automatically export this data to Datadog for visualization without having to manually copy files between servers.
749748

0 commit comments

Comments
 (0)