summaryrefslogtreecommitdiff
path: root/doc/ale-cuda.txt
blob: 729d86b5a6983d46d6226a2a0bf4555f6f80f4f2 (plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
===============================================================================
ALE CUDA Integration                                         *ale-cuda-options*


===============================================================================
clang-format                                              *ale-cuda-clangformat*

See |ale-c-clangformat| for information about the available options.
Note that the C options are also used for CUDA.


===============================================================================
clangd                                                        *ale-cuda-clangd*

g:ale_cuda_clangd_executable                     *g:ale_cuda_clangd_executable*
                                                 *b:ale_cuda_clangd_executable*
  Type: |String|
  Default: `'clangd'`

  This variable can be changed to use a different executable for clangd.


g:ale_cuda_clangd_options                           *g:ale_cuda_clangd_options*
                                                    *b:ale_cuda_clangd_options*
  Type: |String|
  Default: `''`

  This variable can be changed to modify flags given to clangd.


===============================================================================
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.


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.


===============================================================================
  vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: