Add new page to documentation that contains a new notebook that explains compiling with external libraries

This commit is contained in:
Cosmin Ștefan Ciocan
2024-01-26 16:22:29 +00:00
parent c1fbc06604
commit bc91620971
3 changed files with 43 additions and 0 deletions
+8
View File
@@ -27,19 +27,27 @@ Usage
Options
-------
.. _timeit:
-t, --timeit
Boolean. If set, returns the output of the "timeit" built-in
ipython magic instead of stdout.
.. _profile:
-p, --profile
Boolean. If set, runs the NVIDIA Nsight Compute profiler whose
output is appended to standard output.
.. _profiler_args:
-a, --profiler-args
String. Optional profiler arguments that can be space separated
by wrapping them in double quotes. See all options here:
`Nsight Compute CLI <https://docs.nvidia.com/nsight-compute/NsightComputeCli/index.html#command-line-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".