summaryrefslogtreecommitdiff
path: root/doc/ale-cuda.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-cuda.txt')
-rw-r--r--doc/ale-cuda.txt38
1 files changed, 20 insertions, 18 deletions
diff --git a/doc/ale-cuda.txt b/doc/ale-cuda.txt
index 06aa48ce..729d86b5 100644
--- a/doc/ale-cuda.txt
+++ b/doc/ale-cuda.txt
@@ -3,23 +3,11 @@ ALE CUDA Integration *ale-cuda-options*
===============================================================================
-nvcc *ale-cuda-nvcc*
-
-g:ale_cuda_nvcc_executable *g:ale_cuda_nvcc_executable*
- *b:ale_cuda_nvcc_executable*
- Type: |String|
- Default: `'nvcc'`
-
- This variable can be changed to use a different executable for nvcc.
- Currently only nvcc 8.0 is supported.
-
+clang-format *ale-cuda-clangformat*
-g:ale_cuda_nvcc_options *g:ale_cuda_nvcc_options*
- *b:ale_cuda_nvcc_options*
- Type: |String|
- Default: `'-std=c++11'`
+See |ale-c-clangformat| for information about the available options.
+Note that the C options are also used for CUDA.
- This variable can be changed to modify flags given to nvcc.
===============================================================================
clangd *ale-cuda-clangd*
@@ -39,11 +27,25 @@ g:ale_cuda_clangd_options *g:ale_cuda_clangd_options*
This variable can be changed to modify flags given to clangd.
+
===============================================================================
-clang-format *ale-cuda-clangformat*
+nvcc *ale-cuda-nvcc*
-See |ale-c-clangformat| for information about the available options.
-Note that the C options are also used for cuda.
+g:ale_cuda_nvcc_executable *g:ale_cuda_nvcc_executable*
+ *b:ale_cuda_nvcc_executable*
+ Type: |String|
+ Default: `'nvcc'`
+
+ This variable can be changed to use a different executable for nvcc.
+ Currently only nvcc 8.0 is supported.
+
+
+g:ale_cuda_nvcc_options *g:ale_cuda_nvcc_options*
+ *b:ale_cuda_nvcc_options*
+ Type: |String|
+ Default: `'-std=c++11'`
+
+ This variable can be changed to modify flags given to nvcc.
===============================================================================