Skip to content

Commit

Permalink
Remove duplicated compiler args from magics.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cosminc98 committed Apr 7, 2024
1 parent 5741c52 commit 3dd6d8f
Showing 1 changed file with 0 additions and 12 deletions.
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

0 comments on commit 3dd6d8f

Please sign in to comment.