mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 19:50:50 +05:30
Add documentation for using Nsight Systems instead of the default Nsight Compute profiling tool
This commit is contained in:
+13
-4
@@ -36,15 +36,24 @@ Options
|
||||
.. _profile:
|
||||
|
||||
-p, --profile
|
||||
Boolean. If set, runs the NVIDIA Nsight Compute profiler whose
|
||||
output is appended to standard output.
|
||||
Boolean. If set, runs the NVIDIA Nsight Compute (or NVIDIA Nsight Systems
|
||||
if changed via the \-\-profiler option) profiler whose output is appended to
|
||||
standard output.
|
||||
|
||||
.. _profiler:
|
||||
|
||||
-l, --profiler
|
||||
String. Can either be "ncu" (the default) to use NVIDIA Nsight Compute
|
||||
profiling tool, or "nsys" to use NVIDIA Nsight Systems profiling tool.
|
||||
|
||||
.. _profiler_args:
|
||||
|
||||
-a, --profiler-args
|
||||
String. Optional profiler arguments that can be space separated
|
||||
by wrapping them in double quotes. See all options here:
|
||||
`Nsight Compute CLI <https://docs.nvidia.com/nsight-compute/NsightComputeCli/index.html#command-line-options>`_
|
||||
by wrapping them in double quotes. Will be passed to the profiler selected
|
||||
by the \-\-profiler option.. See profiler options here:
|
||||
`Nsight Compute <https://docs.nvidia.com/nsight-compute/NsightComputeCli/index.html#command-line-options>`_
|
||||
or `Nsight Systems <https://docs.nvidia.com/nsight-systems/UserGuide/index.html#command-line-options>`_.
|
||||
|
||||
.. _compiler_args:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user