All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 ===============================================================================
2 ALE CUDA Integration *ale-cuda-options*
5 ===============================================================================
6 clang-format *ale-cuda-clangformat*
8 See |ale-c-clangformat| for information about the available options.
9 Note that the C options are also used for CUDA.
12 ===============================================================================
13 clangd *ale-cuda-clangd*
15 *ale-options.cuda_clangd_executable*
16 *g:ale_cuda_clangd_executable*
17 *b:ale_cuda_clangd_executable*
18 cuda_clangd_executable
19 g:ale_cuda_clangd_executable
23 This variable can be changed to use a different executable for clangd.
25 *ale-options.cuda_clangd_options*
26 *g:ale_cuda_clangd_options*
27 *b:ale_cuda_clangd_options*
29 g:ale_cuda_clangd_options
33 This variable can be changed to modify flags given to clangd.
36 ===============================================================================
39 *ale-options.cuda_nvcc_executable*
40 *g:ale_cuda_nvcc_executable*
41 *b:ale_cuda_nvcc_executable*
43 g:ale_cuda_nvcc_executable
47 This variable can be changed to use a different executable for nvcc.
48 Currently only nvcc 8.0 is supported.
50 *ale-options.cuda_nvcc_options*
51 *g:ale_cuda_nvcc_options*
52 *b:ale_cuda_nvcc_options*
54 g:ale_cuda_nvcc_options
56 Default: `'-std=c++11'`
58 This variable can be changed to modify flags given to nvcc.
61 ===============================================================================
62 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: