You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
In order to also check header files add this to your .vimrc: (this
creates an empty .syntastic_dummy.cu file in your source directory)
let g:syntastic_cuda_check_header = 1
By default, nvcc and thus syntastic, defaults to the most basic
architecture. This can produce false errors if the developer intends to
compile for newer hardware and use newer features, e.g. double precision
numbers. To pass a specific target arch to nvcc, e.g. add the following
to your .vimrc: