diff --git a/docs/source/magics.rst b/docs/source/magics.rst index a0394de..dfdedd7 100644 --- a/docs/source/magics.rst +++ b/docs/source/magics.rst @@ -48,6 +48,8 @@ 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 @@ -64,6 +66,15 @@ Options `NVCC 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 `_ + + .. note:: If both "\-\-profile" and "\-\-timeit" are used then no profiling is done.