From cf4a6352a19f19b559083b4d247701922c828e8b Mon Sep 17 00:00:00 2001 From: Michael Schellenberger Costa Date: Tue, 19 Nov 2024 12:12:18 +0100 Subject: [PATCH] Add section about the options for the build script --- docs/libcudacxx/setup/building_and_testing.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/libcudacxx/setup/building_and_testing.rst b/docs/libcudacxx/setup/building_and_testing.rst index e600e0c3c0a..2e0bcd59db0 100644 --- a/docs/libcudacxx/setup/building_and_testing.rst +++ b/docs/libcudacxx/setup/building_and_testing.rst @@ -53,7 +53,16 @@ On Windows in ``x64 Native Tools Command Prompt`` ./ci/windows/build_libcudacxx.ps1 -This should cover most users needs, but offers less flexibility. Optionally one can directly invoke cmake +This should cover most users needs and can be adopted to work with different inputs: + +.. code:: bash + + -cxx Selects the host compiler + -std Selects the C++ standard mode + -cuda Selects the cuda compiler + -arch Selects the cuda architectures + +Optionally one can directly invoke cmake Optionally Step 2: Manually generate the Build Files: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~