diff options
author | Matheus <46067952+Spixmaster@users.noreply.github.com> | 2022-11-25 14:16:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-25 13:16:16 +0000 |
commit | 5ce2bf84ca00cee8f375f108952789302980ae57 (patch) | |
tree | 2412926618e08f343c0af92cf719bdf1872db7c3 /doc/ale-cuda.txt | |
parent | b8de4ac96dcb84ff7ec704a65cdffad97d9bbeb1 (diff) | |
download | ale-5ce2bf84ca00cee8f375f108952789302980ae57.zip |
Added support for more file types for clang-format. (#4367)
Diffstat (limited to 'doc/ale-cuda.txt')
-rw-r--r-- | doc/ale-cuda.txt | 38 |
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. =============================================================================== |