Remove duplicated compiler args from magics.rst

This commit is contained in:
Cosmin Ștefan Ciocan
2024-04-07 09:44:19 +02:00
committed by Andrei Nechaev
parent 5741c52254
commit 326b0a57a8
-12
View File
@@ -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
@@ -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.