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

CUDA: nvcc

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

This file is no longer maintained

This file exists only as a historic reference. Documentation for syntastic checkers is now included in the manual, please see :help syntastic-checkers in Vim.


Author: Hannes Schulz schulz@ais.uni-bonn.de

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 checker then creates an empty file .syntastic_dummy.cu in the base directory of the file being checked.
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