Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

CUDA: nvcc

LCD 47 edited this page Jun 5, 2016 · 10 revisions

Author: Hannes Schulz [email protected]

NVCC is a CUDA Compiler from nVidia. See the project's page for details.

Checker options

The following options are supported:

g:syntastic_cuda_check_header (boolean; default: 0)
Turn this on to check header files. The checher then creates an empty file .syntastic_dummy.cu in the current directory.
g:syntastic_cuda_arch (string; default: unset)
Target architecture for NVCC. Set it to something like 'sm_20'.
g:syntastic_cuda_config_file (string; default: '.syntastic_cuda_config')
File containing additional compilation flags to be passed to the checker, one option per line.
Clone this wiki locally