summaryrefslogtreecommitdiff
path: root/doc/ale-cuda.txt
diff options
context:
space:
mode:
authorakshit-sharma <akshit9sharma@gmail.com>2019-03-02 21:39:44 -0700
committerakshit-sharma <akshit9sharma@gmail.com>2019-03-02 21:39:44 -0700
commit163f0ab06e29e68f944a3159dd3cbac7949e006d (patch)
treed2e3d7cced0b44e11656120afab224b3ad92d6c5 /doc/ale-cuda.txt
parentc4328f2a31a8acac96ca8d7615231812bad700bf (diff)
downloadale-163f0ab06e29e68f944a3159dd3cbac7949e006d.zip
clang-format supported with nvcc (cuda files)
Diffstat (limited to 'doc/ale-cuda.txt')
-rw-r--r--doc/ale-cuda.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ale-cuda.txt b/doc/ale-cuda.txt
index 052b3363..0e53f756 100644
--- a/doc/ale-cuda.txt
+++ b/doc/ale-cuda.txt
@@ -22,4 +22,11 @@ g:ale_cuda_nvcc_options *g:ale_cuda_nvcc_options*
This variable can be changed to modify flags given to nvcc.
===============================================================================
+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.
+
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: