Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated how to use the test options in cmake #525

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/install/rocThrust-install-with-cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ The available build options are:

* ``BUILD_BENCHMARK``. Set this to ``ON`` to build benchmark tests. Off by default.
* ``BUILD_EXAMPLES``. Set this to ``ON`` to build rocThrust examples. Off by default.
* ``BUILD_TEST`` and ``BUILD_HIPSTDPAR_TEST``. Set ``BUILD_TEST`` to ``ON`` to enable both rocThrust and HIPSTDPAR tests. Set ``BUILD_HIPSTDPAR_TEST`` to ``ON`` to enable only the HIPSTDPAR tests. Both options are Off by default.
* ``BUILD_TEST``. Set to ``ON`` to enable rocThrust tests. Off by default.
* ``BUILD_HIPSTDPAR_TEST``. Set to ``ON`` to enable HIPSTDPAR tests. Off by default.
* ``DISABLE_WERROR``. Set this to ``OFF`` to pass ``-Werror`` to the compiler. On by default.
* ``DOWNLOAD_ROCPRIM``. Set this to ``ON`` to download rocPRIM regardless of whether or not rocPRIM is already installed. Off by default.
* ``RNG_SEED_COUNT``. Set this to the non-repeatable random dataset count. Set to 0 by default.
Expand Down