mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 11:40:48 +05:30
Merge branch 'master' into feature/profiler-tool-choice
This commit is contained in:
@@ -48,6 +48,8 @@ Options
|
|||||||
|
|
||||||
.. _profiler_args:
|
.. _profiler_args:
|
||||||
|
|
||||||
|
.. _profiler_args:
|
||||||
|
|
||||||
-a, --profiler-args
|
-a, --profiler-args
|
||||||
String. Optional profiler arguments that can be space separated
|
String. Optional profiler arguments that can be space separated
|
||||||
by wrapping them in double quotes. Will be passed to the profiler selected
|
by wrapping them in double quotes. Will be passed to the profiler selected
|
||||||
@@ -64,6 +66,15 @@ Options
|
|||||||
`NVCC Options <https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html#nvcc-command-options>`_
|
`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::
|
.. note::
|
||||||
If both "\-\-profile" and "\-\-timeit" are used then no profiling is
|
If both "\-\-profile" and "\-\-timeit" are used then no profiling is
|
||||||
done.
|
done.
|
||||||
|
|||||||
Reference in New Issue
Block a user