1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
# Anywhere {branch} is used, the branch name will be substituted.
# These comments will also be removed.
defaults:
numbered: False
root: index
subtrees:
- caption: Installation
entries:
- file: install/rocThrust-prerequisites
title: Installation prerequisites
- file: install/rocThrust-install-overview
title: Installation overview
- file: install/rocThrust-install-script
title: Installing on Linux
- file: install/rocThrust-rmake-install
title: Installing on Windows
- file: install/rocThrust-install-with-cmake
title: Installing on Linux and Windows with CMake
- caption: How to
entries:
- file: how-to/use-rocThrust-in-a-project.rst
title: Add rocThrust to a CMake project
- file: how-to/run-rocThrust-tests-on-multiple-gpus
title: Run tests on multiple GPUs
- caption: API reference
entries:
- file: reference/rocThrust-hipstdpar
- file: data-type-support
- file: bitwise-repro
- file: hipgraph-support
- file: hip-execution-policies
- file: cpp_api
- file: genindex
- caption: About
entries:
- file: license
|