Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicated compiler args from magics.rst #32

Merged
merged 1 commit into from
May 4, 2024
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
12 changes: 0 additions & 12 deletions docs/source/magics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ Options

.. _profiler_args:

.. _profiler_args:

-a, --profiler-args
String. Optional profiler arguments that can be space separated
by wrapping them in double quotes. Will be passed to the profiler selected
Expand All @@ -65,16 +63,6 @@ Options
See all options here:
`NVCC Options <https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html#nvcc-command-options>`_


.. _compiler_args:

-c, --compiler-args
String. Optional compiler arguments that can be space separated
by wrapping them in double quotes. They will be passed to "nvcc".
See all options here:
`NVCC Options <https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html#nvcc-command-options>`_


.. note::
If both "\-\-profile" and "\-\-timeit" are used then no profiling is
done.
Expand Down
Loading