Skip to content
Open
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
1 change: 1 addition & 0 deletions docs/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ The following options are available for GPU profiling:
[NVIDIA's CUPTI documentation](https://docs.nvidia.com/cupti/main/main.html#metrics-table).
* `gpu_pm_sample_interval_us`: Sets the sampling interval in microseconds
for CUPTI PM sampling. Defaults to `500`.
* `gpu_pm_sample_buffer_size_per_gpu_mb`: Sets the system memory buffer size per device in MB for CUPTI PM sampling. Defaults to 64MB. The maximum supported value is 4GB.
* `gpu_dump_graph_node_mapping`: If enabled, dumps CUDA graph node
mapping information into the trace. Defaults to `False`.

Expand Down
Loading