Skip to content

Files

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

~/.config/clangd/config.yaml:

CompileFlags:
  Add:
    - --cuda-gpu-arch=sm_75
    - --cuda-path=/opt/cuda
    - -I/opt/cuda/include
    - --cuda-host-only
  Remove:
    - -rdc=true
    - -gencode