-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clangd
More file actions
28 lines (28 loc) · 832 Bytes
/
.clangd
File metadata and controls
28 lines (28 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
CompileFlags:
Compiler: g++
Add:
- -Wno-unknown-cuda-version
- -Wno-pragma-system-header-outside-header
- --no-cuda-version-check
- "-ferror-limit=0"
- "-ftemplate-backtrace-limit=0"
- --cuda-path=/opt/cuda
- -U_CCCL_IMPLICIT_SYSTEM_HEADER_GCC
- -U__pgnu_vsn
- -D_CCCL_IMPLICIT_SYSTEM_HEADER_CLANG
- "-isystem/opt/nvidia/hpc_sdk/Linux_x86_64/25.11/compilers/include-stdpar"
- "-isystem/opt/nvidia/hpc_sdk/Linux_x86_64/25.11/compilers/include-stdexec/experimental"
- "-isystem/opt/nvidia/hpc_sdk/Linux_x86_64/25.11/compilers/include"
- "-isystem/opt/cuda/include"
Remove:
- -stdpar=gpu
- -gpu*
- -acc
- -mp
- -mp=*
- --experimental-stdpar
- --extended-lambda
- -arch=*
- -forward-unknown-to-host-compiler
- --driver-mode*
- -rdc=*